summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-6/+0
* btrfs: make ranged full fsyncs more efficientFilipe Manana2020-03-231-14/+79
* btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana2020-03-231-136/+138
* btrfs: add helper to get the end offset of a file extent itemFilipe Manana2020-03-231-14/+1
* btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov2020-03-231-2/+2
* btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov2020-03-231-3/+3
* btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov2020-03-231-34/+20
* btrfs: Introduce unaccount_log_bufferNikolay Borisov2020-03-231-0/+25
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-5/+5
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-4/+0
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-231-4/+4