summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14btrfs: use single variable to track return value at btrfs_log_inode()Filipe Manana1-30/+22
2022-03-14btrfs: avoid inode logging during rename and link when possibleFilipe Manana1-65/+180
2022-03-14btrfs: stop doing unnecessary log updates during a renameFilipe Manana1-7/+27
2022-03-14btrfs: avoid logging all directory changes during renamesFilipe Manana1-14/+53
2022-03-14btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana1-4/+15
2022-03-14btrfs: add helper to delete a dir entry from a log treeFilipe Manana1-31/+39
2022-03-14btrfs: stop trying to log subdirectories created in past transactionsFilipe Manana1-2/+1
2022-03-14btrfs: stop copying old dir items when logging a directoryFilipe Manana1-30/+53
2022-03-14btrfs: don't log unnecessary boundary keys when logging directoryFilipe Manana1-18/+21
2022-03-14btrfs: remove write and wait of struct walk_controlFilipe Manana1-23/+5
2022-03-02btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-02btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana1-0/+23
2022-01-07btrfs: do not check -EAGAIN when truncating inodes in the log rootJosef Bacik1-6/+1
2022-01-07btrfs: add inode to truncate controlJosef Bacik1-2/+1
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik1-0/+1
2022-01-07btrfs: control extent reference updates with a control flag for truncateJosef Bacik1-0/+1
2022-01-07btrfs: add truncate control structJosef Bacik1-1/+5
2022-01-07btrfs: add an inode-item.hJosef Bacik1-0/+1
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-6/+13
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-15/+15
2022-01-03btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana1-89/+69
2022-01-03btrfs: only copy dir index keys when logging a directoryFilipe Manana1-218/+177
2021-12-14btrfs: fix missing last dir item offset update when logging directoryFilipe Manana1-0/+1
2021-12-14btrfs: fix memory leak in __add_inode_ref()Jianglei Nie1-0/+1
2021-12-08btrfs: fix re-dirty process of tree-log nodesNaohiro Aota1-2/+3
2021-10-29btrfs: remove root argument from check_item_in_log()Filipe Manana1-2/+2
2021-10-29btrfs: remove root argument from add_link()Filipe Manana1-2/+3
2021-10-29btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana1-7/+7
2021-10-29btrfs: remove root argument from drop_one_dir_item()Filipe Manana1-4/+4
2021-10-26btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-10-26btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov1-1/+1
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik1-1/+1
2021-10-26btrfs: change error handling for btrfs_delete_*_in_logJosef Bacik1-26/+14
2021-10-26btrfs: change handle_fs_error in recover_log_trees to abortsJosef Bacik1-10/+9
2021-10-26btrfs: use single bulk copy operations when logging directoriesFilipe Manana1-10/+15
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana1-9/+22
2021-10-26btrfs: keep track of the last logged keys when logging a directoryFilipe Manana1-0/+41
2021-10-26btrfs: insert items in batches when logging a directory when possibleFilipe Manana1-37/+180
2021-10-26btrfs: factor out the copying loop of dir items from log_dir_items()Filipe Manana1-60/+75
2021-10-26btrfs: remove redundant log root assignment from log_dir_items()Filipe Manana1-2/+0
2021-10-26btrfs: remove root argument from btrfs_log_inode() and its calleesFilipe Manana1-28/+24
2021-10-26btrfs: do not commit delayed inode when logging a file in full sync modeFilipe Manana1-16/+5
2021-10-26btrfs: avoid attempt to drop extents when logging inode for the first timeFilipe Manana1-8/+19
2021-10-26btrfs: avoid search for logged i_size when logging inode if possibleFilipe Manana1-1/+1
2021-10-26btrfs: avoid expensive search when truncating inode items from the logFilipe Manana1-1/+3
2021-10-26btrfs: add helper to truncate inode items when logging inodeFilipe Manana1-13/+19
2021-10-26btrfs: avoid expensive search when dropping inode items from logFilipe Manana1-9/+13
2021-10-26btrfs: always update the logged transaction when logging new namesFilipe Manana1-39/+34
2021-10-26btrfs: do not log new dentries when logging that a new name existsFilipe Manana1-0/+8