summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-item.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make should_throttle loop local in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-2/+1
* btrfs: combine extra if statements in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-4/+2
* btrfs: convert BUG() for pending_del_nr into an ASSERTJosef Bacik2022-01-071-2/+3
* btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERTJosef Bacik2022-01-071-1/+1
* btrfs: add inode to truncate controlJosef Bacik2022-01-071-11/+21
* btrfs: pass the ino via truncate controlJosef Bacik2022-01-071-4/+3
* btrfs: use a flag to control when to clear the file extent rangeJosef Bacik2022-01-071-4/+4
* btrfs: control extent reference updates with a control flag for truncateJosef Bacik2022-01-071-2/+1
* btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik2022-01-071-13/+6
* btrfs: only update i_size in truncate paths that careJosef Bacik2022-01-071-9/+8
* btrfs: add truncate control structJosef Bacik2022-01-071-17/+8
* btrfs: remove found_extent from btrfs_truncate_inode_itemsJosef Bacik2022-01-071-6/+3
* btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik2022-01-071-9/+0
* btrfs: remove free space cache inode check in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-5/+3
* btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik2022-01-071-18/+0
* btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik2022-01-071-0/+372
* btrfs: add an inode-item.hJosef Bacik2022-01-071-0/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-6/+6
* btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-031-3/+1
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-6/+0
* btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov2019-09-091-20/+13
* btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov2019-09-091-15/+14
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-2/+2
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+2
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-1/+0
* Btrfs: fix log replay failure after unlink and link combinationFilipe Manana2018-03-011-18/+26
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-4/+4
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-1/+2
* btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-1/+1
* Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-1/+1
* Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana2015-01-211-2/+7
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-6/+6
* btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich2014-01-281-65/+0
* btrfs: drop unused parameter from btrfs_item_nrRoss Kirk2013-11-111-1/+1
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-4/+5
* Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh2013-05-061-2/+2
* Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-2/+2
* btrfs: extended inode refsMark Fasheh2012-10-091-11/+274
* Merge branch 'error-handling' into for-linusChris Mason2012-03-281-2/+3
|\
| * btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-0/+1
| * btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-2/+2
* | Btrfs: allow metadata blocks larger than the page sizeChris Mason2012-03-261-0/+1
|/
* Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-231-2/+0
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-0/+27
* Btrfs: check size of inode backref before adding hardlinkYan, Zheng2009-09-241-0/+2
* Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-211-2/+0
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-0/+3
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-1/+1
* Btrfs: Implement new dir index formatJosef Bacik2008-09-251-2/+8