Change btrfs_map_block to return a structure with mappings for all stripes
[linux-2.6-block.git] / fs / btrfs / inode.c
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...
2008-09-25 Chris MasonBtrfs: Add inode item and backref in one insert, reduci...
2008-09-25 Chris MasonBtrfs: During deletes and truncate, remove many items...
2008-09-25 Chris MasonBtrfs: extent_io and extent_state optimizations
2008-09-25 Chris MasonBtrfs: Add some extra debugging around file data checks...
2008-09-25 Chris MasonBtrfs: Force f_pos to the max when a readdir hits the...
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25 Chris MasonBtrfs: Fix hole insertion corner cases
2008-09-25 YanBtrfs: Fix compile on 2.6.22 kernel
2008-09-25 Chris MasonBtrfs: Run igrab on data=ordered inodes to prevent...
2008-09-25 Chris MasonBtrfs: Disable delalloc accounting for now
2008-09-25 Chris MasonRework btrfs_drop_inode to avoid scheduling
2008-09-25 Chris MasonBtrfs: Add drop inode func to avoid data=ordered deadlock
2008-09-25 Chris MasonBtrfs: Delete any remaining extent_maps before freeing...
2008-09-25 YanBtrfs: Add readonly inode flag
2008-09-25 YanBtrfs: Add inode flags support
2008-09-25 Chris MasonBtrfs: online shrinking fixes
2008-09-25 Chris MasonBtrfs: Add some simple throttling to wait for data...
2008-09-25 Chris MasonBtrfs: Move snapshot creation to commit time
2008-09-25 Chris MasonBtrfs: Add data=ordered support
2008-09-25 Chris MasonBtrfs: Change st_blocksize to 4k
2008-09-25 Chris Masoncount_snapshots: Properly update the leaf pointer after...
2008-09-25 Chris MasonBtrfs: 32 bit compile fixes for the resizer and enospc...
2008-09-25 Chris MasonBtrfs: Reduce stack usage in the resizer, fix 32 bit...
2008-09-25 Chris MasonBtrfs: Explicitly send a root objectid to count_snapsho...
2008-09-25 Chris MasonBtrfs: Add readahead to the online shrinker, and a...
2008-09-25 Chris MasonBtrfs: Fix NULL block groups on reading the inode
2008-09-25 Chris MasonBtrfs: Support for online FS resize (grow and shrink)
2008-09-25 Chris MasonBtrfs: Fix an off by one in the extent_map prepare...
2008-09-25 Chris MasonBtrfs: Implement basic support for -ENOSPC
2008-09-25 Chris MasonBtrfs: Fix nodatacow extent lookup
2008-09-25 Chris MasonBtrfs: Fix delayed allocation to avoid missing delalloc...
2008-09-25 Chris Masonkmalloc a few large stack objects in the btrfs_ioctl...
2008-09-25 Chris MasonBtrfs: Back port to 2.6.18-el kernels
2008-09-25 Chris MasonBtrfs: Add mount option to enforce a max extent size
2008-09-25 Chris MasonBtrfs: Add mount option to turn off data cow
2008-09-25 Chris MasonBtrfs: Add mount -o nodatasum to turn of file data...
2008-09-25 Chris MasonFixes for loopback files in btrfs
2008-09-25 Chris MasonBtrfs: Fix typo in .. check (thanks Yan)
2008-09-25 Chris MasonBtrfs: Add backrefs for symbolic link inodes
2008-09-25 Chris MasonBtrfs: Add back pointers from the inode to the director...
2008-09-25 Chris MasonBtrfs: Add lowest key information to back refs for...
2008-09-25 Chris MasonBtrfs: Add back pointers from extents to the btree...
2008-09-25 YanBtrfs: Fix buffer get/release issue in create_snapshot
2008-09-25 Josef Bacikxattr support for btrfs
2008-09-25 Chris MasonBtrfs: Add readpages support
2008-09-25 YanProperly delete csum item in btrfs_truncate_in_trans.
2008-09-25 Chris MasonBtrfs: Add writepages support
2008-09-25 Chris MasonBtrfs: Fix a number of inline extent problems that...
2008-09-25 Chris MasonBtrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
2008-09-25 YanFix inline extent handling in btrfs_get_extent
2008-09-25 Chris MasonBtrfs: Compile fixes for 2.6.24-rc1
2008-09-25 YanFix ENOTEMPTY check in btrfs_rmdir
2008-09-25 Yanbtrfs_inode_by_name return random value.
2008-09-25 YanBtrfs: Off by one fixes in extent_map.c
2008-09-25 Chris MasonBtrfs: Optimize csum insertion to create larger items...
2008-09-25 Jens AxboeBtrfs: KM_IRQ0 usage in end_io handling
2008-09-25 Jens Axboebtrfs: 32-bit type problems
2008-09-25 Chris MasonBtrfs: Add back file data checksumming
2008-09-25 Chris MasonBtrfs: Add back metadata checksumming
2008-09-25 Chris MasonBtrfs: Allow tails larger than one page
2008-09-25 Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25 Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2008-09-25 Chris Masonbtrfs_get_extent should treat inline extents as though...
2008-09-25 Christoph HellwigBtrfs: factor page private preparations into a helper
2008-09-25 YanBtrfs: Fix double free and off by one in inode.c
2008-09-25 YanBtrfs: truncate: don't update inode->i_blocks when...
2008-09-25 Yancreate btrfs_path slab with the correct size
2008-09-25 Yanfix found_type decrement in btrfs_truncate_in_trans
2008-09-25 Chris MasonBtrfs: Use balance_dirty_pages_nr on btree blocks
2007-09-14 Christoph Hellwigsplit up btrfs_ioctl
2007-09-14 Christoph HellwigBtrfs: use unlocked_ioctl
2007-09-14 Chris MasonBtrfs: Fix extra link count dec in rename
2007-09-11 Christoph HellwigBtrfs: [PATCH] extent_map: provide generic bmap
2007-09-10 Chris MasonBtrfs: Add more synchronization before creating a snapshot
2007-09-10 Chris MasonAdd support for defragging files via btrfsctl -d. ...
2007-08-30 Chris MasonBtrfs: fsx delalloc fixes
2007-08-30 Chris MasonBtrfs: Add file data csums back in via hooks in the...
2007-08-29 YanBtrfs: Fix mknod to properly send rdev info back to...
2007-08-29 Josef BacikBtrfs: Add per-root block accounting and sysfs entries
2007-08-27 Chris MasonBtrfs: Add delayed allocation to the extent based page...
2007-08-27 Chris MasonBtrfs: Extent based page cache code. This uses an...
2007-08-27 Chris MasonBtrfs: Make sure to cow the root during a snapshot
2007-08-27 Chris MasonBtrfs: Do more extensive readahead during tree searches
next