summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode-item.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: track owning root in btrfs_refBoris Burkov1-1/+2
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-8/+8
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-1/+1
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana1-7/+5
2023-04-17btrfs: remove redundant counter check at btrfs_truncate_inode_items()Filipe Manana1-2/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-7/+7
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-37/+36
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-1/+2
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move flush related definitions to space-info.hJosef Bacik1-0/+1
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-22Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana1-2/+7
2014-09-18btrfs: kill the key type accessor helpersDavid Sterba1-6/+6
2014-01-29btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich1-65/+0
2013-11-12btrfs: 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