aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07btrfs: make should_throttle loop local in btrfs_truncate_inode_itemsJosef Bacik1-2/+1
2022-01-07btrfs: combine extra if statements in btrfs_truncate_inode_itemsJosef Bacik1-4/+2
2022-01-07btrfs: convert BUG() for pending_del_nr into an ASSERTJosef Bacik1-2/+3
2022-01-07btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERTJosef Bacik1-1/+1
2022-01-07btrfs: add inode to truncate controlJosef Bacik1-11/+21
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik1-4/+3
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik1-4/+4
2022-01-07btrfs: control extent reference updates with a control flag for truncateJosef Bacik1-2/+1
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik1-13/+6
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik1-9/+8
2022-01-07btrfs: add truncate control structJosef Bacik1-17/+8
2022-01-07btrfs: remove found_extent from btrfs_truncate_inode_itemsJosef Bacik1-6/+3
2022-01-07btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik1-9/+0
2022-01-07btrfs: remove free space cache inode check in btrfs_truncate_inode_itemsJosef Bacik1-5/+3
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik1-18/+0
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik1-0/+372
2022-01-07btrfs: add an inode-item.hJosef Bacik1-0/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-6/+6
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik1-3/+1
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-6/+0
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov1-20/+13
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov1-15/+14
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-2/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-1/+0
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana1-18/+26
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-4/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-1/+2
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-1/+1
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-1/+1
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana1-2/+7
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-6/+6
2014-01-28btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich1-65/+0
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk1-1/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-4/+5
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh1-2/+2
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-2/+2
2012-10-09btrfs: extended inode refsMark Fasheh1-11/+274
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-2/+3
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason1-0/+1
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-0/+1
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-2/+2
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_itemTsutomu Itoh1-2/+0
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-0/+27
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng1-0/+2
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng1-2/+0
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-0/+3
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-1/+1
2008-09-25Btrfs: Implement new dir index formatJosef Bacik1-2/+8