aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)Author
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-09-11Btrfs: skip locking if searching the commit root in csum lookupJosef Bacik
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-12btrfs: scrubArne Jansen
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2011-01-28Btrfs: do error checking in btrfs_del_csumsJosef Bacik
2011-01-28btrfs: fix several uncheck memory allocationsliubo
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-01-06Btrfs: tree logging checksum fixesYan Zheng
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-17Btrfs: properly check free space for tree balancingYan Zheng
2008-12-16Btrfs: delete checksum items before marking blocks freeChris Mason
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik
2008-11-10Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-09-25Btrfs: Fix variable init during csum creationChris Mason
2008-09-25Btrfs: Lookup readpage checksums on bio submission againChris Mason
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Clone file data ioctlSage Weil
2008-09-25Btrfs: Write bio checksumming outside the FS mutexChris Mason
2008-09-25Btrfs: Use KM_USERN instead of KM_IRQ during data summingChris Mason
2008-09-25Btrfs: Make sure bio pages are adjacent during bulk csummingChris Mason
2008-09-25Btrfs: While doing checksums on bios, cache the extent_buffer mappingChris Mason
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason