Btrfs: Add a write ahead tree log to optimize synchronous operations
[sfrench/cifs-2.6.git] / fs / btrfs / inode.c
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25 Christoph HellwigBtrfs: optimize btrget/set/removexattr
2008-09-25 David WoodhouseBtrfs: Optimise NFS readdir hack slightly; don't call...
2008-09-25 David WoodhouseMinor cleanup of btrfs_real_readdir()
2008-09-25 David WoodhouseBtrfs: Remove special cases for "." and ".."
2008-09-25 David WoodhouseBtrfs: Implement our own copy of the nfsd readdir hack...
2008-09-25 Balaji RaoIntroduce btrfs_iget helper
2008-09-25 Chris MasonBtrfs: Lookup readpage checksums on bio submission...
2008-09-25 Chris MasonBtrfs: Fix add_extent_mapping to check for duplicates...
2008-09-25 Chris MasonBtrfs: Lower contention on the csum mutex
2008-09-25 Chris MasonBtrfs: Init address_space->writeback_index properly
2008-09-25 Chris MasonBtrfs: Avoid calling into the FS for the final iput...
2008-09-25 Yan ZhengBtrfs: Fix nodatacow for the new data=ordered mode
2008-09-25 Chris MasonGet rid of BTRFS_I(inode)->index and use local vars...
2008-09-25 Chris Masonbtrfs_lookup_bio_sums seems broken, go back to the...
2008-09-25 Chris MasonBtrfs: Maintain a list of inodes that are delalloc...
2008-09-25 Chris MasonBtrfs: Hold csum mutex while reading in sums during...
2008-09-25 Chris MasonBtrfs: Drop some debugging around the extent_map pinned...
2008-09-25 Chris MasonBtrfs: Fix streaming read performance with checksumming on
2008-09-25 Sven WegenerBtrfs: Add compatibility for kernels >= 2.6.27-rc1
2008-09-25 YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25 Yan ZhengBtrfs: Update and fix mount -o nodatacow
2008-09-25 Chris MasonBtrfs: Throttle operations if the reference cache gets...
2008-09-25 Chris MasonBtrfs: Leaf reference cache update
2008-09-25 YanBtrfs: Fix .. lookup corner case
2008-09-25 Balaji RaoBtrfs: Remove unused variable in fixup_tree_root_location
2008-09-25 Josef BacikBtrfs: Create orphan inode records to prevent lost...
2008-09-25 Josef BacikBtrfs: Add ACL support
2008-09-25 Josef BacikBtrfs: Implement new dir index format
2008-09-25 Chris MasonBtrfs: Search data ordered extents first for checksums...
2008-09-25 Chris MasonBtrfs: Take the csum mutex while reading checksums
2008-09-25 Chris MasonBtrfs: Fix some data=ordered related data corruptions
2008-09-25 Chris MasonBtrfs: Index extent buffers in an rbtree
2008-09-25 Chris MasonBtrfs: Data ordered fixes
2008-09-25 Chris MasonFix btrfs_wait_ordered_extent_range to properly wait
2008-09-25 Chris MasonBtrfs: Keep extent mappings in ram until pending ordere...
2008-09-25 Chris MasonBtrfs: Don't allow releasepage to succeed if EXTENT_ORD...
2008-09-25 Chris MasonBtrfs: Handle data checksumming on bios that span multi...
2008-09-25 Chris MasonBtrfs: Cleanup and comment ordered-data.c
2008-09-25 Chris MasonAdd a per-inode lock around btrfs_drop_extents
2008-09-25 Chris MasonBtrfs: Don't pin pages in ram until the entire ordered...
2008-09-25 Chris Masonbtrfs_start_transaction: wait for commits in progress...
2008-09-25 Chris MasonBtrfs: Update on disk i_size only after pending ordered...
2008-09-25 Chris MasonBtrfs: Use async helpers to deal with pages that have...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonBtrfs: Add a per-inode csum mutex to avoid races creati...
2008-09-25 Chris MasonAdd btrfs_end_transaction_throttle to force writers...
2008-09-25 Chris MasonFix btrfs_del_ordered_inode to allow forcing the drop...
2008-09-25 Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
2008-09-25 Chris MasonBtrfs: Start btree concurrency work.
2008-09-25 Christoph HellwigBtrfs: split out ioctl.c
2008-09-25 Chris MasonBtrfs: Add async worker threads for pre and post IO...
2008-09-25 Sage WeilBtrfs: transaction ioctls
2008-09-25 Sven WegenerBtrfs: Invalidate dcache entry after creating snapshot and
2008-09-25 Mingmingbtrfs delete ordered inode handling fix
2008-09-25 Chris MasonFix corners in writepage and btrfs_truncate_page
2008-09-25 Chris MasonBtrfs: Handle write errors on raid1 and raid10
2008-09-25 Chris MasonBtrfs: A number of nodatacow fixes
2008-09-25 Chris MasonBtrfs: Update nodatacow mode to support cloned single...
2008-09-25 Chris MasonBtrfs: Add support for online device removal
2008-09-25 Chris MasonBtrfs: Fix clone ioctl to not hold the path over inserts
2008-09-25 Chris MasonBtrfs: Silence bogus inode.c compiler warnings
2008-09-25 Sage WeilBtrfs: Clone file data ioctl
2008-09-25 Chris MasonBtrfs: Add balance ioctl to restripe the chunks
2008-09-25 Chris MasonBtrfs: Add new ioctl to add devices
2008-09-25 Chris MasonBtrfs: Do more optimal file RA during shrinking and...
2008-09-25 Chris MasonBtrfs: Make the resizer work based on shrinking and...
2008-09-25 Chris MasonBtrfs: Throttle file_write when data=ordered is flushin...
2008-09-25 Chris MasonBtrfs: Fix the unplug_io_fn to grab a consistent copy...
2008-09-25 Chris MasonFix btrfs_get_extent and get_block corner cases, and...
2008-09-25 Chris MasonBtrfs: Make an unplug function that doesn't unplug...
2008-09-25 Chris MasonBtrfs: Remove debugging statements from the invalidatep...
2008-09-25 Chris MasonForce page->private removal in btrfs_invalidatepage
2008-09-25 Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25 Chris MasonBtrfs: Don't wait on tree block writeback before freein...
2008-09-25 Chris MasonBtrfs: Write bio checksumming outside the FS mutex
2008-09-25 Chris MasonBtrfs: Create a work queue for bio writes
2008-09-25 Chris MasonAdd a min size parameter to btrfs_alloc_extent
2008-09-25 Chris MasonBtrfs: Fixup a few u64<->pointer casts for 32 bit
2008-09-25 Chris MasonBtrfs: Add O_DIRECT read and write (writes == buffered...
2008-09-25 Chris MasonBtrfs: Handle checksumming errors while reading data...
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonBtrfs: Handle data block end_io through the async work...
2008-09-25 Chris MasonChange btrfs_map_block to return a structure with mappi...
2008-09-25 Chris MasonBtrfs: Add support for mirroring across drives
2008-09-25 Chris MasonCreate a btrfs backing dev info
2008-09-25 Chris MasonBtrfs: Implement raid0 when multiple devices are present
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonBtrfs: Dynamic chunk and block group allocation
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 Chris MasonBtrfs: Misc 2.6.25 updates
2008-09-25 Chris MasonBtrfs: checksum file data at bio submission time instea...
2008-09-25 Yan ZhengBtrfs: Fix looping on readdir of the subvol roots
2008-09-25 Chris MasonBtrfs: Fix i_blocks accounting
2008-09-25 YanBtrfs: Fix typo in extent_io.c
2008-09-25 Chris MasonBtrfs: Enable delalloc accounting
2008-09-25 Chris MasonFix hole start calculation in btrfs_settar
2008-09-25 Chris MasonProperly align the hole size in btrfs_setattr
2008-09-25 YanBtrfs: Align extent length to sectorsize in
2008-09-25 Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
next