summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)Author
2023-10-11Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-11btrfs: add __counted_by for struct btrfs_delayed_item and use struct_size()Gustavo A. R. Silva
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-08btrfs: assert delayed node locked when removing delayed itemFilipe Manana
2023-09-08btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana
2023-09-08btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-09-08btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21btrfs: remove pointless empty list check when reading delayed dir indexesFilipe Manana
2023-08-14btrfs: fix infinite directory readsFilipe Manana
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval
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-09-26btrfs: use delayed items when logging a directoryFilipe Manana
2022-09-26btrfs: shrink the size of struct btrfs_delayed_itemFilipe Manana
2022-09-26btrfs: remove unused logic when looking up delayed itemsFilipe Manana
2022-09-26btrfs: store index number instead of key in struct btrfs_delayed_itemFilipe Manana
2022-09-26btrfs: remove root argument from btrfs_delayed_item_reserve_metadata()Filipe Manana
2022-07-25btrfs: batch up release of reserved metadata for delayed items used for deletionNikolay Borisov
2022-07-25btrfs: do not batch insert non-consecutive dir indexes during log replayJosef Bacik
2022-07-25btrfs: reduce amount of reserved metadata for delayed item insertionFilipe Manana
2022-07-25btrfs: set delayed item type when initializing itFilipe Manana
2022-07-25btrfs: do not BUG_ON() on failure to reserve metadata for delayed itemFilipe Manana
2022-07-25btrfs: improve batch insertion of delayed dir index itemsFilipe Manana
2022-07-25btrfs: assert that delayed item is a dir index item when adding itFilipe Manana
2022-07-25btrfs: improve batch deletion of delayed dir index itemsFilipe Manana
2022-07-25btrfs: refactor the delayed item deletion entry pointFilipe Manana
2022-07-25btrfs: deal with deletion errors when deleting delayed itemsFilipe Manana
2022-07-25btrfs: add assertions when deleting batches of delayed itemsFilipe Manana
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler
2022-01-07btrfs: add an inode-item.hJosef Bacik
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana
2021-08-23btrfs: improve the batch insertion of delayed itemsFilipe Manana
2021-06-21btrfs: remove total_data_size variable in btrfs_batch_insert_items()Nathan Chancellor
2021-06-21btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik
2021-06-21btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik
2021-06-21btrfs: make btrfs_release_delayed_iref handle the !iref caseJosef Bacik
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik