summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-10io_uring: separate the io_free_req and io_free_req_find_next interfaceJackie Liu1-4/+9
2019-11-10io_uring: keep io_put_req only responsible for release and put reqJackie Liu1-36/+37
2019-11-10io_uring: remove passed in 'ctx' function parameter ctx if possibleJackie Liu1-52/+56
2019-11-10io_uring: reduce/pack size of io_ring_ctxJens Axboe1-31/+38
2019-11-10Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2019-11-10Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro1-25/+40
2019-11-10exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro1-12/+19
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-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2019-11-08cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo1-3/+6
2019-11-08Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds5-15/+37
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe59-625/+684
2019-11-07io_uring: properly mark async work as bounded vs unboundedJens Axboe1-1/+15
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe3-82/+220
2019-11-09io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()Jens Axboe1-2/+1
2019-11-09io_uring: add support for backlogged CQ ringJens Axboe1-23/+102
2019-11-08io_uring: pass in io_kiocb to fill/add CQ handlersJens Axboe1-46/+50
2019-11-08io_uring: make io_cqring_events() take 'ctx' as argumentJens Axboe1-4/+6
2019-11-07io_uring: add support for linked SQE timeoutsJens Axboe1-11/+180
2019-11-07io_uring: abstract out io_async_cancel_one() helperJens Axboe1-11/+20
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-11-07block: add zone open, close and finish operationsAjay Joshi1-1/+2
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky1-0/+1
2019-11-06io_uring: use inlined struct sqe_submitPavel Begunkov1-44/+43
2019-11-06io_uring: Use submit info inlined into reqPavel Begunkov1-16/+16
2019-11-06io_uring: allocate io_kiocb upfrontPavel Begunkov1-13/+15
2019-11-06f2fs: add support for IV_INO_LBLK_64 encryption policiesEric Biggers1-6/+20
2019-11-06ext4: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2-0/+16
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers5-18/+100
2019-11-06fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers2-5/+3
2019-11-06io_uring: io_queue_link*() right after submitPavel Begunkov1-12/+10
2019-11-06io_uring: Merge io_submit_sqes and io_ring_submitPavel Begunkov1-73/+18
2019-11-06configfs: calculate the depth of parent itemHonggang Li1-1/+1
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang1-44/+90
2019-11-05io_uring: kill dead REQ_F_LINK_DONE flagJens Axboe1-2/+0
2019-11-05io_uring: fixup a few spots where link failure isn't flaggedJens Axboe1-0/+10
2019-11-05io_uring: enable optimized link handling for IORING_OP_POLL_ADDJens Axboe1-4/+9
2019-11-05io-wq: use proper nesting IRQ disabling spinlocks for cancelJens Axboe1-6/+9
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques1-2/+10
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton1-0/+3
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-11-04io_uring: add completion trace eventJens Axboe1-2/+4
2019-11-03bdev: Refresh bdev size for disks without partitioningJan Kara1-9/+10
2019-11-03bdev: Factor out bdev revalidation into a common helperJan Kara1-12/+14
2019-11-02Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2019-11-02io-wq: use kfree_rcu() to simplify the codeYueHaibing1-8/+1