Btrfs: Add mount option to turn off data cow
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / btrfs / inode.c
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
2007-08-10 Josef BacikBtrfs: delay commits during fsync to allow more writers
2007-08-10 Chris MasonBtrfs: Btree defrag on the extent-mapping tree as well
2007-08-07 Chris MasonBtrfs: Add run time btree defrag, and an ioctl to force...
2007-08-07 Chris MasonBtrfs: Fold some btree readahead routines into somethin...
2007-07-25 Chris MasonBtrfs: deal with api changes in 2.6.23-rc1
2007-07-11 Josef BacikBtrfs: Implement mknod
2007-07-11 Zach BrownBtrfs: trivial include fixups
2007-06-28 Chris MasonBtrfs: crash recovery fixes
2007-06-25 Chris MasonBtrfs: Fix mtime and ctime updates on parent dirs
2007-06-22 Chris MasonBtrfs: Add the ability to find and remove dead roots...
2007-06-22 Chris MasonBtrfs: Audit callers and return codes to make sure...
2007-06-18 Chris MasonSubject: Rework btrfs_file_write to only allocate while...
2007-06-15 Chris MasonBtrfs: patch queue: page_mkwrite
2007-06-13 Aneeshbtrfs: Code cleanup
2007-06-12 Chris MasonBtrfs: i386 fixes from axboe
2007-06-12 Chris MasonBtrfs: add GPLv2
2007-06-12 Chris MasonBtrfs: no slashes in subvolume names
2007-06-12 Chris MasonBtrfs: split up super.c