summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-15Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+24
2019-11-15Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-7/+22
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-58/+87
2019-11-14io_uring: make POLL_ADD/POLL_REMOVE scale betterJens Axboe1-15/+54
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton1-7/+18
2019-11-14io-wq: remove now redundant struct io_wq_nulls_listJens Axboe1-19/+10
2019-11-14block: move clearing bd_invalidated into check_disk_size_changeChristoph Hellwig1-2/+1
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig1-0/+7
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig1-18/+7
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig1-2/+36
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig1-4/+1
2019-11-13io_uring: Fix getting file for non-fd opcodesPavel Begunkov1-0/+4
2019-11-13io_uring: introduce req_need_defer()Bob Liu1-9/+10
2019-11-13io_uring: clean up io_uring_cancel_files()Bob Liu1-6/+3
2019-11-13io-wq: ensure free/busy list browsing see all itemsJens Axboe1-30/+11
2019-11-13io_uring: ensure registered buffer import returns the IO lengthJens Axboe1-1/+1
2019-11-13io_uring: Fix getting file for timeoutPavel Begunkov1-0/+1
2019-11-13io-wq: ensure we have a stable view of ->cur_work for cancellationsJens Axboe1-19/+28
2019-11-13f2fs: support STATX_ATTR_VERITYEric Biggers1-1/+4
2019-11-13ext4: support STATX_ATTR_VERITYEric Biggers1-1/+4
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-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe3-4/+45
2019-11-13io_uring: check for validity of ->rings in teardownJens Axboe1-1/+3
2019-11-12block: rework zone reportingChristoph Hellwig1-35/+16
2019-11-12io_uring: fix potential deadlock in io_poll_wake()Jens Axboe1-3/+12
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo2-16/+33
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo1-16/+61
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo3-30/+15
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo4-13/+12
2019-11-12kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo1-1/+7
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo2-46/+10
2019-11-12kernfs: fix ino wrap-around detectionTejun Heo1-3/+2
2019-11-12io_uring: use correct "is IO worker" helperJens Axboe2-1/+5
2019-11-12io_uring: make timeout sequence == 0 mean no sequenceJens Axboe1-7/+22
2019-11-11io_uring: fix -ENOENT issue with linked timer with short timeoutJens Axboe1-51/+72
2019-11-11io_uring: don't do flush cancel under inflight_lockJens Axboe1-17/+18
2019-11-11io_uring: flag SQPOLL busy condition to userspaceJens Axboe1-6/+16
2019-11-11io_uring: make ASYNC_CANCEL work with poll and timeoutJens Axboe1-58/+80
2019-11-11io_uring: provide fallback request for OOM situationsJens Axboe1-6/+40
2019-11-11Btrfs: fix log context list corruption after rename exchange operationFilipe Manana1-0/+15
2019-11-10io_uring: convert accept4() -ERESTARTSYS into -EINTRJens Axboe1-0/+2
2019-11-10io_uring: fix error clear of ->file_table in io_sqe_files_register()Jens Axboe1-0/+1