summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2021-10-07btrfs: deal with errors when replaying dir entry during log replayFilipe Manana
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana
2021-08-23btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza
2021-08-23btrfs: avoid unnecessarily logging directories that had no changesFilipe Manana
2021-08-23btrfs: update comment at log_conflicting_inodes()Filipe Manana
2021-08-23btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-08-23btrfs: eliminate some false positives when checking if inode was loggedFilipe Manana
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba
2021-08-23btrfs: avoid unnecessary lock and leaf splits when updating inode in the logFilipe Manana
2021-08-23btrfs: remove unnecessary list head initialization when syncing logFilipe Manana
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana
2021-07-07btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana
2021-06-21btrfs: avoid unnecessary logging of xattrs during fast fsyncsFilipe Manana
2021-06-21btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-27btrfs: check error value from btrfs_update_inode in tree logJosef Bacik
2021-05-27btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-17btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik
2021-05-14btrfs: fix removed dentries still existing after log is syncedFilipe Manana
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-28btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_treesJosef Bacik
2021-04-19btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutexNaohiro Aota
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana
2021-02-22btrfs: zoned: fix deadlock on log syncJohannes Thumshirn
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-08btrfs: remove unnecessary check_parent_dirs_for_sync()Filipe Manana
2021-02-08btrfs: skip logging inodes already logged when logging new entriesFilipe Manana
2021-02-08btrfs: skip logging directories already logged when logging all parentsFilipe Manana
2021-02-08btrfs: avoid logging new ancestor inodes when logging new inodeFilipe Manana
2021-02-08btrfs: stop setting nbytes when filling inode item for loggingFilipe Manana
2021-02-08btrfs: remove unnecessary directory inode item update when deleting dir entryFilipe Manana
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov
2020-12-09btrfs: do not block inode logging for so long during transaction commitFilipe Manana
2020-12-09btrfs: fix race leading to unnecessary transaction commit when logging inodeFilipe Manana
2020-12-09btrfs: fix race that makes inode logging fallback to transaction commitFilipe Manana
2020-12-09btrfs: fix race that causes unnecessary logging of ancestor inodesFilipe Manana