aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-item.c
AgeCommit message (Expand)Author
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
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-01-28btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen