summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-151-8/+24
|\
| * io_uring: ensure registered buffer import returns the IO lengthJens Axboe2019-11-141-1/+1
| * io_uring: Fix getting file for timeoutPavel Begunkov2019-11-131-0/+1
| * io_uring: make timeout sequence == 0 mean no sequenceJens Axboe2019-11-121-7/+22
* | Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2019-11-151-7/+22
|\ \
| * | ceph: increment/decrement dio counter on async requestsJeff Layton2019-11-141-0/+4
| * | ceph: take the inode lock before acquiring cap refsJeff Layton2019-11-141-7/+18
* | | afs: Fix race in commit bulk status fetchDavid Howells2019-11-151-1/+6
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-11-155-58/+87
|\ \ \
| * | | ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-101-4/+3
| * | | ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-101-2/+10
| * | | ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro2019-11-101-25/+40