summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason2019-11-185-5/+46
* Btrfs: only associate the locked page with one async_chunk structChris Mason2019-11-182-5/+22
* Btrfs: delete the entire async bio submission frameworkChris Mason2019-11-185-235/+1
* Btrfs: stop using btrfs_schedule_bio()Chris Mason2019-11-185-63/+15
* btrfs: add __pure attribute to functionsDavid Sterba2019-11-189-14/+12
* btrfs: add const function attributeDavid Sterba2019-11-184-4/+4
* btrfs: add __cold attribute to more functionsDavid Sterba2019-11-184-6/+6
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-1811-34/+31
* btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik2019-11-181-3/+10
* btrfs: print process name and pid that calls device scanningAnand Jain2019-11-181-4/+8
* btrfs: Open-code name_in_log_ref in replay_one_nameNikolay Borisov2019-11-181-29/+25
* btrfs: Properly handle backref_in_log retvalNikolay Borisov2019-11-181-11/+21
* btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logNikolay Borisov2019-11-181-36/+12
* btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo2019-11-183-14/+4
* btrfs: transaction: describe transaction states and transitionsQu Wenruo2019-11-181-0/+71
* btrfs: use has_single_bit_set for clarityDavid Sterba2019-11-182-13/+9
* btrfs: add 64bit safe helper for power of two checksDavid Sterba2019-11-181-0/+11
* btrfs: balance: use term redundancy instead of integrity in messageAnand Jain2019-11-181-6/+6
* btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba2019-11-185-28/+28
* btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba2019-11-183-25/+28
* btrfs: make btrfs_assert_tree_locked static inlineDavid Sterba2019-11-182-7/+9
* btrfs: make locking assertion helpers static inlineDavid Sterba2019-11-181-10/+10
* btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval2019-11-181-13/+8
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-1812-145/+50
* btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval2019-11-181-2/+1
* btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval2019-11-181-6/+4
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2019-11-181-1/+1
* btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval2019-11-181-12/+44
* btrfs: get rid of unnecessary memset() of work itemOmar Sandoval2019-11-181-2/+0
* btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik2019-11-183-15/+22
* btrfs: export find_delalloc_rangeJosef Bacik2019-11-182-5/+8
* btrfs: move extent_io_tree defs to their own headerJosef Bacik2019-11-184-216/+230
* btrfs: separate out the extent io init functionJosef Bacik2019-11-183-8/+21
* btrfs: separate out the extent leak codeJosef Bacik2019-11-181-13/+18
* btrfs: ctree: Remove stray comment of setting up path lockQu Wenruo2019-11-181-4/+0
* btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()Qu Wenruo2019-11-181-34/+34
* btrfs: ctree: Reduce one indent level for btrfs_search_slot()Qu Wenruo2019-11-181-67/+64
* btrfs: tree-checker: Add check for INODE_REFQu Wenruo2019-11-181-0/+53
* btrfs: tree-checker: Try to detect missing INODE_ITEMQu Wenruo2019-11-181-2/+25
* Btrfs: make btrfs_wait_extents() staticFilipe Manana2019-11-182-3/+1
* btrfs: Add assert to catch nested transaction commitNikolay Borisov2019-11-181-0/+2
* btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues2019-11-181-2/+3
* Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-131-0/+15
|\
| * Btrfs: fix log context list corruption after rename exchange operationFilipe Manana2019-11-111-0/+15
* | Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-095-15/+36
|\|
| * btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba2019-11-041-6/+0
| * btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik2019-11-041-1/+14
| * Btrfs: fix race leading to metadata space leak after task received signalFilipe Manana2019-10-251-0/+21
| * btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2019-10-251-8/+0
| * btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo2019-10-251-0/+1