summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-0/+1
* btrfs: introduce a bitmap based csum range search functionQu Wenruo2022-12-051-8/+7
* btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo2022-12-051-7/+18
* btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba2022-12-051-12/+12
* btrfs: move orphan prototypes into orphan.hJosef Bacik2022-12-051-0/+1
* btrfs: move file prototypes to file.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move dir-item prototypes into dir-item.hJosef Bacik2022-12-051-0/+1
* btrfs: update function commentsDavid Sterba2022-12-051-1/+1
* btrfs: move root tree prototypes to their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-051-0/+1
* btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval2022-12-051-10/+10
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-051-22/+20
* btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy2022-12-051-1/+10