aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: do not commit delayed inode when logging a file in full sync modeGravatar Filipe Manana 1-16/+5
2021-10-26btrfs: avoid attempt to drop extents when logging inode for the first timeGravatar Filipe Manana 1-8/+19
2021-10-26btrfs: avoid search for logged i_size when logging inode if possibleGravatar Filipe Manana 1-1/+1
2021-10-26btrfs: avoid expensive search when truncating inode items from the logGravatar Filipe Manana 1-1/+3
2021-10-26btrfs: add helper to truncate inode items when logging inodeGravatar Filipe Manana 1-13/+19
2021-10-26btrfs: avoid expensive search when dropping inode items from logGravatar Filipe Manana 1-9/+13
2021-10-26btrfs: always update the logged transaction when logging new namesGravatar Filipe Manana 1-39/+34
2021-10-26btrfs: do not log new dentries when logging that a new name existsGravatar Filipe Manana 1-0/+8
2021-10-26btrfs: remove no longer needed checks for NULL log contextGravatar Filipe Manana 1-13/+7
2021-10-26btrfs: check if a log tree exists at inode_logged()Gravatar Filipe Manana 1-0/+3
2021-10-07btrfs: check for error when looking up inode during dir entry replayGravatar Filipe Manana 1-7/+7
2021-10-07btrfs: unify lookup return value when dir entry is missingGravatar Filipe Manana 1-10/+4
2021-10-07btrfs: deal with errors when adding inode reference during log replayGravatar Filipe Manana 1-2/+7
2021-10-07btrfs: deal with errors when replaying dir entry during log replayGravatar Filipe Manana 1-1/+8
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayGravatar Filipe Manana 1-18/+29
2021-08-23btrfs: tree-log: check btrfs_lookup_data_extent return valueGravatar Marcos Paulo de Souza 1-1/+3
2021-08-23btrfs: avoid unnecessarily logging directories that had no changesGravatar Filipe Manana 1-0/+7
2021-08-23btrfs: update comment at log_conflicting_inodes()Gravatar Filipe Manana 1-2/+2
2021-08-23btrfs: remove no longer needed full sync flag check at inode_logged()Gravatar Filipe Manana 1-7/+5
2021-08-23btrfs: add ro compat flags to inodesGravatar Boris Burkov 1-1/+4
2021-08-23btrfs: eliminate some false positives when checking if inode was loggedGravatar Filipe Manana 1-9/+16
2021-08-23btrfs: constify and cleanup variables in comparatorsGravatar David Sterba 1-1/+1
2021-08-23btrfs: avoid unnecessary lock and leaf splits when updating inode in the logGravatar Filipe Manana 1-5/+34
2021-08-23btrfs: remove unnecessary list head initialization when syncing logGravatar Filipe Manana 1-2/+0
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logGravatar Filipe Manana 1-4/+10
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Gravatar Filipe Manana 1-2/+2
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateGravatar Filipe Manana 1-9/+22
2021-07-07btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeGravatar Filipe Manana 1-1/+1
2021-06-21btrfs: avoid unnecessary logging of xattrs during fast fsyncsGravatar Filipe Manana 1-3/+13
2021-06-21btrfs: clear log tree recovering status if starting transaction failsGravatar David Sterba 1-0/+1
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsGravatar Filipe Manana 1-2/+3
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+16
2021-06-04btrfs: do not write supers if we have an fs errorGravatar Josef Bacik 1-0/+16
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+13
2021-05-27btrfs: check error value from btrfs_update_inode in tree logGravatar Josef Bacik 1-2/+6
2021-05-27btrfs: fixup error handling in fixup_inode_link_countsGravatar Josef Bacik 1-6/+7
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+18
2021-05-17btrfs: do not BUG_ON in link_to_fixup_dirGravatar Josef Bacik 1-2/+0
2021-05-14btrfs: fix removed dentries still existing after log is syncedGravatar Filipe Manana 1-0/+18
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2021-04-28btrfs: fix race leading to unpersisted data and metadata on fsyncGravatar Filipe Manana 1-1/+2
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-1/+2
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_treesGravatar Josef Bacik 1-2/+7
2021-04-19btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutexGravatar Naohiro Aota 1-5/+7
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-1/+2
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureGravatar Filipe Manana 1-4/+4
2021-02-22btrfs: zoned: fix deadlock on log syncGravatar Johannes Thumshirn 1-3/+0
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesGravatar Naohiro Aota 1-1/+22
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemGravatar Naohiro Aota 1-6/+21