summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-7/+9
* btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn2023-12-151-1/+0
* Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-10-301-45/+36
|\
| * btrfs: remove redundant log root tree index assignment during log syncFilipe Manana2023-10-121-1/+0
| * btrfs: remove pointless empty log context list check when syncing logFilipe Manana2023-10-121-3/+1
| * btrfs: add and use helpers for reading and writing log_transidFilipe Manana2023-10-121-1/+1
| * btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana2023-10-121-2/+2
| * btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba2023-10-121-2/+2
| * btrfs: use extent_io_tree_release() to empty dirty log pagesFilipe Manana2023-10-121-2/+1
| * btrfs: remove redundant root argument from fixup_inode_link_count()Filipe Manana2023-10-121-11/+9
| * btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana2023-10-121-6/+6
| * btrfs: track owning root in btrfs_refBoris Burkov2023-10-121-1/+2
| * btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-6/+6
| * btrfs: reduce parameters of btrfs_pin_extent_for_log_replayDavid Sterba2023-10-121-5/+2
| * btrfs: reduce parameters of btrfs_pin_reserved_extentDavid Sterba2023-10-121-1/+1
| * btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-4/+3
* | btrfs: convert to new timestamp accessorsJeff Layton2023-10-181-6/+6
|/
* Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-261-1/+1
|\
| * btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik2023-09-211-1/+1
* | Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-08-281-5/+3
|\|
| * btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie2023-08-211-3/+1
| * btrfs: remove redundant initialization of variables in log_new_ancestorsColin Ian King2023-08-211-2/+2
* | btrfs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
|/
* btrfs: do not BUG_ON() when dropping inode items from log rootFilipe Manana2023-06-191-6/+6
* btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig2023-06-191-6/+6
* btrfs: change for_rename argument of btrfs_record_unlink_dir() to boolFilipe Manana2023-06-191-1/+1
* btrfs: remove pointless label and goto at btrfs_record_unlink_dir()Filipe Manana2023-06-191-7/+3
* btrfs: update comments at btrfs_record_unlink_dir() to be more clearFilipe Manana2023-06-191-4/+8
* btrfs: use inode_logged() at btrfs_record_unlink_dir()Filipe Manana2023-06-191-2/+2
* btrfs: use inode_logged() at need_log_inode()Filipe Manana2023-06-191-3/+3
* btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang2023-05-261-1/+1
* btrfs: use log root when iterating over index keys when logging directoryFilipe Manana2023-04-171-27/+24
* btrfs: avoid iterating over all indexes when logging directoryFilipe Manana2023-04-171-2/+30
* btrfs: tree-log: factor out a clean_log_buffer helperChristoph Hellwig2023-04-171-61/+31
* btrfs: open code btrfs_bin_search()Anand Jain2023-04-171-1/+1
* btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Josef Bacik2023-02-151-9/+3
* btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-151-3/+3
* btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockJosef Bacik2023-02-151-19/+15
* btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik2023-02-151-3/+3
* btrfs: use a single variable to track return value for log_dir_items()Filipe Manana2023-02-131-19/+18
* btrfs: use a negative value for BTRFS_LOG_FORCE_COMMITFilipe Manana2023-02-131-7/+3
* btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2023-02-061-6/+17
* btrfs: do not abort transaction on failure to update log rootFilipe Manana2023-01-121-7/+4
* btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2023-01-121-2/+0
* btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana2023-01-121-1/+3
* btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana2023-01-121-6/+15
* btrfs: fix missing error handling when logging directory itemsFilipe Manana2023-01-121-0/+9
* btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana2022-12-201-1/+4
* btrfs: remove outdated logic from overwrite_item() and add assertionFilipe Manana2022-12-051-5/+9
* btrfs: unify overwrite_item() and do_overwrite_item()Filipe Manana2022-12-051-52/+24