summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode-item.c
AgeCommit message (Expand)Author
12 daysbtrfs: remove unused parameters from btrfs_lookup_inode_extref()Sun YangKai
12 daysbtrfs: rename err to ret2 in btrfs_truncate_inode_items()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()David Sterba
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-01-13btrfs: inode-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-07-11btrfs: abort transaction if we don't find extref in btrfs_del_inode_extref()David Sterba
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik
2024-05-07btrfs: move ref_root into btrfs_refJosef Bacik
2024-05-07btrfs: do not use a function to initialize btrfs_refJosef Bacik
2024-03-04btrfs: remove unused included headersDavid Sterba
2023-10-12btrfs: track owning root in btrfs_refBoris Burkov
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana
2023-04-17btrfs: remove redundant counter check at btrfs_truncate_inode_items()Filipe Manana
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move flush related definitions to space-info.hJosef Bacik
2022-01-07btrfs: make should_throttle loop local in btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: combine extra if statements in btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: convert BUG() for pending_del_nr into an ASSERTJosef Bacik
2022-01-07btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERTJosef Bacik
2022-01-07btrfs: add inode to truncate controlJosef Bacik
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik
2022-01-07btrfs: control extent reference updates with a control flag for truncateJosef Bacik
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik
2022-01-07btrfs: add truncate control structJosef Bacik
2022-01-07btrfs: remove found_extent from btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik
2022-01-07btrfs: remove free space cache inode check in btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik
2022-01-07btrfs: add an inode-item.hJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba