summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota2021-02-091-1/+22
* btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2021-02-091-6/+21
* btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota2021-02-091-1/+33
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+6
* btrfs: remove unnecessary check_parent_dirs_for_sync()Filipe Manana2021-02-081-106/+15
* btrfs: skip logging inodes already logged when logging new entriesFilipe Manana2021-02-081-1/+1
* btrfs: skip logging directories already logged when logging all parentsFilipe Manana2021-02-081-0/+5
* btrfs: avoid logging new ancestor inodes when logging new inodeFilipe Manana2021-02-081-2/+33
* btrfs: stop setting nbytes when filling inode item for loggingFilipe Manana2021-02-081-1/+8
* btrfs: remove unnecessary directory inode item update when deleting dir entryFilipe Manana2021-02-081-35/+4
* btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov2021-02-081-2/+1
* btrfs: do not block inode logging for so long during transaction commitFilipe Manana2020-12-091-17/+39
* btrfs: fix race leading to unnecessary transaction commit when logging inodeFilipe Manana2020-12-091-10/+0
* btrfs: fix race that makes inode logging fallback to transaction commitFilipe Manana2020-12-091-12/+8
* btrfs: fix race that causes unnecessary logging of ancestor inodesFilipe Manana2020-12-091-4/+2
* btrfs: fix race that results in logging old extents during a fast fsyncFilipe Manana2020-12-091-3/+1
* btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana2020-12-091-3/+2
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-1/+0
* btrfs: stop incrementing log batch when joining log transactionFilipe Manana2020-12-081-1/+0
* btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana2020-12-081-0/+8
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-6/+6
* btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov2020-12-081-3/+2
* btrfs: update the number of bytes used by an inode atomicallyFilipe Manana2020-12-081-1/+3
* btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana2020-12-081-8/+20
* btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik2020-12-081-1/+3
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-3/+0
* btrfs: open code insert_orphan_itemNikolay Borisov2020-12-081-13/+3
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-10-071-0/+8
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-071-70/+106
* btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana2020-10-071-57/+43
* btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana2020-10-071-2/+0
* btrfs: delete duplicated words + other fixes in commentsRandy Dunlap2020-10-071-2/+2
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-08-211-4/+6
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-101-6/+2
* btrfs: reduce contention on log trees when logging checksumsFilipe Manana2020-07-271-2/+11
* btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2020-07-271-13/+0
* btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2020-07-271-1/+0
* btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana2020-07-271-4/+5
* btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana2020-07-271-5/+7
* btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2020-06-161-0/+5
* btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana2020-05-251-3/+19
* btrfs: simplify iget helpersDavid Sterba2020-05-251-14/+10
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-6/+2
* btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba2020-05-251-7/+2
* btrfs: drop eb parameter from set/get token helpersDavid Sterba2020-05-251-68/+57
* btrfs: remove useless check for copy_items() return valueFilipe Manana2020-05-251-4/+1
* btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo2020-05-251-2/+1
* btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana2020-04-271-3/+40
* btrfs: make full fsyncs always operate on the entire file againFilipe Manana2020-04-081-79/+14