aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik1-2/+2
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo1-1/+1
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik1-0/+2
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-23/+34
2012-03-28Btrfs: don't use crc items bigger than 4KBChris Mason1-1/+3
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-5/+8
2012-03-22btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()Mark Fasheh1-2/+13
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-15/+10
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-11/+6
2011-09-11Btrfs: skip locking if searching the commit root in csum lookupJosef Bacik1-1/+3
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason1-2/+5
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason1-0/+9
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason1-30/+2
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh1-2/+5
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-7/+6
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_itemTsutomu Itoh1-3/+0
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh1-4/+6
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-1/+7
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-6/+6
2011-05-12btrfs: scrubArne Jansen1-1/+7
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-6/+6
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-2/+3
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh1-0/+2
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-1/+2
2011-01-28Btrfs: do error checking in btrfs_del_csumsJosef Bacik1-0/+3
2011-01-28btrfs: fix several uncheck memory allocationsliubo1-0/+2
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik1-4/+21
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-2/+5
2009-01-06Btrfs: tree logging checksum fixesYan Zheng1-26/+36
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-9/+9
2008-12-17Btrfs: properly check free space for tree balancingYan Zheng1-0/+4
2008-12-16Btrfs: delete checksum items before marking blocks freeChris Mason1-0/+4
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-3/+111
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason1-34/+192
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-116/+69
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik1-24/+32
2008-11-10Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason1-0/+1
2008-10-29Btrfs: Add zlib compression supportChris Mason1-1/+74
2008-09-25Btrfs: Fix variable init during csum creationChris Mason1-0/+1
2008-09-25Btrfs: Lookup readpage checksums on bio submission againChris Mason1-2/+2
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason1-4/+12
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason1-1/+3
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason1-1/+1
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason1-0/+77
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+0
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason1-3/+5
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason1-1/+2