summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana1-9/+22
2021-07-07btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana1-1/+1
2021-06-21btrfs: avoid unnecessary logging of xattrs during fast fsyncsFilipe Manana1-3/+13
2021-06-21btrfs: clear log tree recovering status if starting transaction failsDavid Sterba1-0/+1
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana1-2/+3
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+16
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik1-0/+16
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+13
2021-05-28btrfs: check error value from btrfs_update_inode in tree logJosef Bacik1-2/+6
2021-05-28btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-05-22Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+18
2021-05-17btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-05-14btrfs: fix removed dentries still existing after log is syncedFilipe Manana1-0/+18
2021-05-11Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-04-28btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana1-1/+2
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-1/+2
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_treesJosef Bacik1-2/+7
2021-04-19btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutexNaohiro Aota1-5/+7
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana1-4/+4
2021-02-22btrfs: zoned: fix deadlock on log syncJohannes Thumshirn1-3/+0
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota1-1/+22
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota1-6/+21
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota1-1/+33
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-0/+6
2021-02-09btrfs: remove unnecessary check_parent_dirs_for_sync()Filipe Manana1-106/+15
2021-02-09btrfs: skip logging inodes already logged when logging new entriesFilipe Manana1-1/+1
2021-02-09btrfs: skip logging directories already logged when logging all parentsFilipe Manana1-0/+5
2021-02-09btrfs: avoid logging new ancestor inodes when logging new inodeFilipe Manana1-2/+33
2021-02-09btrfs: stop setting nbytes when filling inode item for loggingFilipe Manana1-1/+8
2021-02-09btrfs: remove unnecessary directory inode item update when deleting dir entryFilipe Manana1-35/+4
2021-02-09btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov1-2/+1
2020-12-09btrfs: do not block inode logging for so long during transaction commitFilipe Manana1-17/+39
2020-12-09btrfs: fix race leading to unnecessary transaction commit when logging inodeFilipe Manana1-10/+0
2020-12-09btrfs: fix race that makes inode logging fallback to transaction commitFilipe Manana1-12/+8
2020-12-09btrfs: fix race that causes unnecessary logging of ancestor inodesFilipe Manana1-4/+2
2020-12-09btrfs: fix race that results in logging old extents during a fast fsyncFilipe Manana1-3/+1
2020-12-09btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana1-3/+2
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-1/+0
2020-12-08btrfs: stop incrementing log batch when joining log transactionFilipe Manana1-1/+0
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana1-0/+8
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-6/+6
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov1-3/+2
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-1/+3
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana1-8/+20
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-1/+3
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik1-3/+0
2020-12-08btrfs: open code insert_orphan_itemNikolay Borisov1-13/+3
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8