aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Btrfs: don't access non-existent key when csum tree is emptyGravatar Filipe Manana 1-1/+1
2014-06-09Btrfs: do not increment on bio_index one by oneGravatar Liu Bo 1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-2/+2
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-9/+10
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Gravatar Dulshani Gunawardhana 1-3/+1
2013-11-11Btrfs: add an assert to btrfs_lookup_csums_range for alignmentGravatar Josef Bacik 1-0/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-3/+1
2013-09-01Btrfs: don't cache the csum value into the extent state treeGravatar Miao Xie 1-27/+54
2013-07-02Btrfs: remove btrfs_sector_sum structureGravatar Miao Xie 1-89/+55
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-25/+5
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Gravatar Tsutomu Itoh 1-1/+1
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledGravatar Tsutomu Itoh 1-6/+5
2013-05-06Btrfs: improve the performance of the csums lookupGravatar Miao Xie 1-19/+30
2013-05-06btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()Gravatar Zhi Yong Wu 1-5/+2
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataGravatar Liu Bo 1-2/+1
2013-03-28Btrfs: fix wrong return value of btrfs_lookup_csum()Gravatar Miao Xie 1-1/+3
2013-03-28Btrfs: fix wrong reservation of csumsGravatar Miao Xie 1-2/+0
2013-02-20Btrfs: extend the checksum item as much as possibleGravatar Liu Bo 1-21/+46
2013-01-24Btrfs: put csums on the right ordered extentGravatar Josef Bacik 1-2/+2
2012-12-12Btrfs: fix wrong file extent lengthGravatar Miao Xie 1-1/+20
2012-10-09btrfs: fix min csum item size warnings in 32bitGravatar Zach Brown 1-1/+2
2012-10-01Btrfs: fix gcc warnings for 32bit compilesGravatar Jan Schmidt 1-1/+1
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsGravatar Josef Bacik 1-2/+2
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeGravatar Liu Bo 1-1/+1
2012-07-23Btrfs: change how we indicate we're adding csumsGravatar Josef Bacik 1-0/+2
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-23/+34
2012-03-28Btrfs: don't use crc items bigger than 4KBGravatar Chris Mason 1-1/+3
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-5/+8
2012-03-22btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()Gravatar Mark Fasheh 1-2/+13
2012-03-22btrfs: return void in functions without error conditionsGravatar Jeff Mahoney 1-15/+10
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2011-11-06btrfs: separate superblock items out of fs_infoGravatar David Sterba 1-11/+6
2011-09-11Btrfs: skip locking if searching the commit root in csum lookupGravatar Josef Bacik 1-1/+3
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Gravatar Chris Mason 1-2/+5
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsGravatar Chris Mason 1-0/+9
2011-07-27Btrfs: stop using highmem for extent_buffersGravatar Chris Mason 1-30/+2
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsGravatar Mark Fasheh 1-2/+5
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersGravatar Chris Mason 1-7/+6
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Gravatar Tsutomu Itoh 1-3/+0
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsGravatar Tsutomu Itoh 1-4/+6
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-1/+7
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-6/+6
2011-05-12btrfs: scrubGravatar Arne Jansen 1-1/+7
2011-05-02btrfs: drop unused parameter from btrfs_release_pathGravatar David Sterba 1-6/+6
2011-04-25Btrfs: Always use 64bit inode numberGravatar Li Zefan 1-2/+3
2011-03-28Btrfs: check return value of btrfs_alloc_path()Gravatar Tsutomu Itoh 1-0/+2
2011-03-28Btrfs: cleanup some BUG_ON()Gravatar Tsutomu Itoh 1-1/+2
2011-01-28Btrfs: do error checking in btrfs_del_csumsGravatar Josef Bacik 1-0/+3
2011-01-28btrfs: fix several uncheck memory allocationsGravatar liubo 1-0/+2