summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-item.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: track owning root in btrfs_refBoris Burkov2023-10-121-1/+2
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-8/+8
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-1/+1
* btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana2023-04-171-7/+5
* btrfs: remove redundant counter check at btrfs_truncate_inode_items()Filipe Manana2023-04-171-2/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-051-0/+1
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-051-7/+7
* btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2022-12-051-37/+36
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-1/+2
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move flush related definitions to space-info.hJosef Bacik2022-12-051-0/+1
* 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