summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik1-1/+1
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3
2022-05-12btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2021-12-22btrfs: fix memory leak in __add_inode_ref()Jianglei Nie1-0/+1
2021-11-18btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-09-18btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza1-1/+3
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana1-3/+2
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba1-0/+1
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-05-19btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana1-1/+2
2021-01-17btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana1-0/+8
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana1-70/+106
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana1-57/+43
2020-10-07btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana1-2/+0
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-2/+2
2020-08-21btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik1-4/+6
2020-08-10btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana1-2/+11
2020-07-27btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana1-13/+0
2020-07-27btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana1-1/+0
2020-07-27btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana1-4/+5
2020-07-27btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana1-5/+7
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov1-1/+1
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana1-0/+5
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-3/+19
2020-05-25btrfs: simplify iget helpersDavid Sterba1-14/+10
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-6/+2
2020-05-25btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba1-7/+2
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba1-68/+57
2020-05-25btrfs: remove useless check for copy_items() return valueFilipe Manana1-4/+1
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo1-2/+1
2020-04-27btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana1-79/+14
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-6/+0
2020-03-23btrfs: make ranged full fsyncs more efficientFilipe Manana1-14/+79
2020-03-23btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana1-136/+138
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana1-14/+1
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov1-2/+2
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov1-3/+3
2020-03-23btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov1-34/+20