aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode-item.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-4/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-1/+2
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorGravatar Anand Jain 1-1/+1
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Gravatar Anand Jain 1-1/+1
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsGravatar Filipe Manana 1-2/+7
2014-09-17btrfs: kill the key type accessor helpersGravatar David Sterba 1-6/+6
2014-01-28btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Gravatar Sergei Trofimovich 1-65/+0
2013-11-11btrfs: drop unused parameter from btrfs_item_nrGravatar Ross Kirk 1-1/+1
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-4/+5
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Gravatar Tsutomu Itoh 1-2/+2
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledGravatar Tsutomu Itoh 1-2/+2
2012-10-09btrfs: extended inode refsGravatar Mark Fasheh 1-11/+274
2012-03-28Merge branch 'error-handling' into for-linusGravatar Chris Mason 1-2/+3
2012-03-26Btrfs: allow metadata blocks larger than the page sizeGravatar Chris Mason 1-0/+1
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-0/+1
2012-03-22btrfs: return void in functions without error conditionsGravatar Jeff Mahoney 1-2/+2
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Gravatar Tsutomu Itoh 1-2/+0
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-0/+27
2009-09-24Btrfs: check size of inode backref before adding hardlinkGravatar Yan, Zheng 1-0/+2
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolGravatar Yan, Zheng 1-2/+0
2009-03-24Btrfs: leave btree locks spinning more oftenGravatar Chris Mason 1-0/+3
2008-12-02Btrfs: make things static and include the right headersGravatar Christoph Hellwig 1-1/+1
2008-09-25Btrfs: Implement new dir index formatGravatar Josef Bacik 1-2/+8
2008-09-25Btrfs: Add back pointers from the inode to the directory that references itGravatar Chris Mason 1-0/+136
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesGravatar Chris Mason 1-14/+8
2007-07-11Btrfs: trivial include fixupsGravatar Zach Brown 1-1/+0
2007-06-13btrfs: Code cleanupGravatar Aneesh 1-1/+0
2007-06-12Btrfs: add GPLv2Gravatar Chris Mason 1-0/+18
2007-04-10Btrfs: drop the inode map treeGravatar Chris Mason 1-0/+2
2007-04-06Btrfs: start of support for many FS volumesGravatar Chris Mason 1-7/+19
2007-04-02Btrfs: dynamic allocation of path structGravatar Chris Mason 1-3/+6
2007-03-21Btrfs: initial move to kernel module landGravatar Chris Mason 1-4/+1
2007-03-16Btrfs: transaction handles everywhereGravatar Chris Mason 1-6/+9
2007-03-15Btrfs: add inode itemGravatar Chris Mason 1-0/+37