summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: add const function attributeDavid Sterba4-4/+4
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba4-6/+6
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba11-34/+31
2019-11-18btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik1-3/+10
2019-11-18btrfs: print process name and pid that calls device scanningAnand Jain1-4/+8
2019-11-18btrfs: Open-code name_in_log_ref in replay_one_nameNikolay Borisov1-29/+25
2019-11-18btrfs: Properly handle backref_in_log retvalNikolay Borisov1-11/+21
2019-11-18btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logNikolay Borisov1-36/+12
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo3-14/+4
2019-11-18btrfs: transaction: describe transaction states and transitionsQu Wenruo1-0/+71
2019-11-18btrfs: use has_single_bit_set for clarityDavid Sterba2-13/+9
2019-11-18btrfs: add 64bit safe helper for power of two checksDavid Sterba1-0/+11
2019-11-18btrfs: balance: use term redundancy instead of integrity in messageAnand Jain1-6/+6
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba5-28/+28
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba3-25/+28
2019-11-18btrfs: make btrfs_assert_tree_locked static inlineDavid Sterba2-7/+9
2019-11-18btrfs: make locking assertion helpers static inlineDavid Sterba1-10/+10
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval1-13/+8
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval12-145/+50
2019-11-18btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval1-2/+1
2019-11-18btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval1-6/+4
2019-11-18btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-11-18btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval1-12/+44
2019-11-18btrfs: get rid of unnecessary memset() of work itemOmar Sandoval1-2/+0
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik3-15/+22
2019-11-18btrfs: export find_delalloc_rangeJosef Bacik2-5/+8
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik4-216/+230
2019-11-18btrfs: separate out the extent io init functionJosef Bacik3-8/+21
2019-11-18btrfs: separate out the extent leak codeJosef Bacik1-13/+18
2019-11-18btrfs: ctree: Remove stray comment of setting up path lockQu Wenruo1-4/+0
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()Qu Wenruo1-34/+34
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_slot()Qu Wenruo1-67/+64
2019-11-18btrfs: tree-checker: Add check for INODE_REFQu Wenruo1-0/+53
2019-11-18btrfs: tree-checker: Try to detect missing INODE_ITEMQu Wenruo1-2/+25
2019-11-18Btrfs: make btrfs_wait_extents() staticFilipe Manana2-3/+1
2019-11-18btrfs: Add assert to catch nested transaction commitNikolay Borisov1-0/+2
2019-11-18btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues1-2/+3
2019-11-13Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+15
2019-11-11Btrfs: fix log context list corruption after rename exchange operationFilipe Manana1-0/+15
2019-11-09Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+36
2019-11-04btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba1-6/+0
2019-11-04btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik1-1/+14
2019-10-25Btrfs: fix race leading to metadata space leak after task received signalFilipe Manana1-0/+21
2019-10-25btrfs: tree-checker: Fix wrong check on max devidQu Wenruo1-8/+0
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo1-0/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-23Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-56/+41
2019-10-17Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana1-19/+17
2019-10-17Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana1-1/+0
2019-10-17btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo1-2/+2