summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-11-10io_uring: reduce/pack size of io_ring_ctxJens Axboe
2019-11-10Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-11-10Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro
2019-11-10exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro
2019-11-09Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-08cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo
2019-11-08Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe
2019-11-07io_uring: properly mark async work as bounded vs unboundedJens Axboe
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe
2019-11-09io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()Jens Axboe
2019-11-09io_uring: add support for backlogged CQ ringJens Axboe
2019-11-08io_uring: pass in io_kiocb to fill/add CQ handlersJens Axboe
2019-11-08io_uring: make io_cqring_events() take 'ctx' as argumentJens Axboe
2019-11-07io_uring: add support for linked SQE timeoutsJens Axboe
2019-11-07io_uring: abstract out io_async_cancel_one() helperJens Axboe
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton
2019-11-07block: add zone open, close and finish operationsAjay Joshi
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky
2019-11-06io_uring: use inlined struct sqe_submitPavel Begunkov
2019-11-06io_uring: Use submit info inlined into reqPavel Begunkov
2019-11-06io_uring: allocate io_kiocb upfrontPavel Begunkov
2019-11-06io_uring: io_queue_link*() right after submitPavel Begunkov
2019-11-06io_uring: Merge io_submit_sqes and io_ring_submitPavel Begunkov
2019-11-06configfs: calculate the depth of parent itemHonggang Li
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang
2019-11-05io_uring: kill dead REQ_F_LINK_DONE flagJens Axboe
2019-11-05io_uring: fixup a few spots where link failure isn't flaggedJens Axboe
2019-11-05io_uring: enable optimized link handling for IORING_OP_POLL_ADDJens Axboe
2019-11-05io-wq: use proper nesting IRQ disabling spinlocks for cancelJens Axboe
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton
2019-11-04btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba
2019-11-04btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik
2019-11-04io_uring: add completion trace eventJens Axboe
2019-11-03bdev: Refresh bdev size for disks without partitioningJan Kara
2019-11-03bdev: Factor out bdev revalidation into a common helperJan Kara
2019-11-02Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-11-02io-wq: use kfree_rcu() to simplify the codeYueHaibing
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-11-01Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-01NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust
2019-11-01io_uring: set -EINTR directly when a signal wakes up in io_cqring_waitJackie Liu
2019-11-01io_uring: support for generic async request cancelJens Axboe
2019-10-30io_uring: ensure we clear io_kiocb->result before each issueJens Axboe