summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
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
2020-12-09btrfs: fix race that results in logging old extents during a fast fsyncFilipe Manana
2020-12-09btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-08btrfs: stop incrementing log batch when joining log transactionFilipe Manana
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik
2020-12-08btrfs: open code insert_orphan_itemNikolay Borisov
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2020-10-07btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-08-21btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-08-10btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana
2020-07-27btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana
2020-07-27btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana
2020-07-27btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana
2020-07-27btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba
2020-05-25btrfs: remove useless check for copy_items() return valueFilipe Manana
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo