aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-21btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sumsChris Mason1-0/+10
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-01Btrfs: Compute and look up csums based on sectorsized blocksChandan Rajendra1-33/+59
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-2/+2
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-2/+2
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler1-1/+1
2014-11-04Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-12/+2
2014-09-17btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simplicitySatoru Takeuchi1-2/+2
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-6/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana1-0/+76
2014-06-09Btrfs: don't access non-existent key when csum tree is emptyFilipe Manana1-1/+1
2014-06-09Btrfs: do not increment on bio_index one by oneLiu Bo1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-9/+10
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-3/+1
2013-11-11Btrfs: add an assert to btrfs_lookup_csums_range for alignmentJosef Bacik1-0/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-3/+1
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-27/+54
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie1-89/+55
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-25/+5
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh1-1/+1
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-6/+5
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie1-19/+30
2013-05-06btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()Zhi Yong Wu1-5/+2
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-2/+1
2013-03-28Btrfs: fix wrong return value of btrfs_lookup_csum()Miao Xie1-1/+3
2013-03-28Btrfs: fix wrong reservation of csumsMiao Xie1-2/+0
2013-02-20Btrfs: extend the checksum item as much as possibleLiu Bo1-21/+46
2013-01-24Btrfs: put csums on the right ordered extentJosef Bacik1-2/+2
2012-12-12Btrfs: fix wrong file extent lengthMiao Xie1-1/+20
2012-10-09btrfs: fix min csum item size warnings in 32bitZach Brown1-1/+2
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt1-1/+1
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