summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-33/+71
2023-09-08btrfs: assert delayed node locked when removing delayed itemFilipe Manana1-4/+8
2023-09-08btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana1-27/+47
2023-09-08btrfs: improve error message after failure to add delayed dir index itemFilipe Manana1-3/+4
2023-09-08btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana1-3/+16
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-3/+0
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+4
2023-08-21btrfs: remove pointless empty list check when reading delayed dir indexesFilipe Manana1-3/+0
2023-08-14btrfs: fix infinite directory readsFilipe Manana1-2/+3
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton1-4/+4
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba1-1/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval1-3/+3
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-09-26btrfs: use delayed items when logging a directoryFilipe Manana1-0/+112
2022-09-26btrfs: shrink the size of struct btrfs_delayed_itemFilipe Manana1-19/+18
2022-09-26btrfs: remove unused logic when looking up delayed itemsFilipe Manana1-42/+3
2022-09-26btrfs: store index number instead of key in struct btrfs_delayed_itemFilipe Manana1-52/+54
2022-09-26btrfs: remove root argument from btrfs_delayed_item_reserve_metadata()Filipe Manana1-5/+3
2022-07-25btrfs: batch up release of reserved metadata for delayed items used for deletionNikolay Borisov1-1/+16
2022-07-25btrfs: do not batch insert non-consecutive dir indexes during log replayJosef Bacik1-2/+33
2022-07-25btrfs: reduce amount of reserved metadata for delayed item insertionFilipe Manana1-14/+143
2022-07-25btrfs: set delayed item type when initializing itFilipe Manana1-22/+8
2022-07-25btrfs: do not BUG_ON() on failure to reserve metadata for delayed itemFilipe Manana1-3/+6
2022-07-25btrfs: improve batch insertion of delayed dir index itemsFilipe Manana1-15/+9
2022-07-25btrfs: assert that delayed item is a dir index item when adding itFilipe Manana1-3/+5
2022-07-25btrfs: improve batch deletion of delayed dir index itemsFilipe Manana1-35/+25
2022-07-25btrfs: refactor the delayed item deletion entry pointFilipe Manana1-32/+39
2022-07-25btrfs: deal with deletion errors when deleting delayed itemsFilipe Manana1-1/+3
2022-07-25btrfs: add assertions when deleting batches of delayed itemsFilipe Manana1-8/+16
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba1-39/+45
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler1-45/+39
2022-01-07btrfs: add an inode-item.hJosef Bacik1-0/+1
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-1/+1
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana1-19/+22
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov1-2/+7
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana1-12/+0
2021-08-23btrfs: improve the batch insertion of delayed itemsFilipe Manana1-133/+79
2021-06-21btrfs: remove total_data_size variable in btrfs_batch_insert_items()Nathan Chancellor1-2/+1
2021-06-21btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik1-0/+8
2021-06-21btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik1-6/+4
2021-06-21btrfs: make btrfs_release_delayed_iref handle the !iref caseJosef Bacik1-10/+10
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik1-2/+2
2021-04-19btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-20/+5
2021-04-19btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov1-5/+3