aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)Author
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie
2013-05-06btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()Zhi Yong Wu
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo
2013-03-28Btrfs: fix wrong return value of btrfs_lookup_csum()Miao Xie
2013-03-28Btrfs: fix wrong reservation of csumsMiao Xie
2013-02-20Btrfs: extend the checksum item as much as possibleLiu Bo
2013-01-24Btrfs: put csums on the right ordered extentJosef Bacik
2012-12-12Btrfs: fix wrong file extent lengthMiao Xie
2012-10-09btrfs: fix min csum item size warnings in 32bitZach Brown
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-28Btrfs: don't use crc items bigger than 4KBChris Mason
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()Mark Fasheh
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
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