summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)Author
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba
2023-12-15btrfs: do not utilize goto to implement delayed inode ref deletionQu Wenruo
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18btrfs: convert to new timestamp accessorsJeff Layton
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba
2023-10-12btrfs: remove redundant root argument from btrfs_delayed_update_inode()Filipe Manana
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-10-12btrfs: update comment for reservation of metadata space for delayed itemsFilipe Manana
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