summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds
2019-11-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-23cramfs: fix usage on non-MTD deviceMaxime Bizon
2019-11-22afs: Fix large file supportMarc Dionne
2019-11-22afs: Fix possible assert with callbacks from yfs serversMarc Dionne
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi
2019-11-19afs: Fix missing timeout resetDavid Howells
2019-11-15Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-15Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-14io_uring: make POLL_ADD/POLL_REMOVE scale betterJens Axboe
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton
2019-11-14io-wq: remove now redundant struct io_wq_nulls_listJens Axboe
2019-11-13io_uring: Fix getting file for non-fd opcodesPavel Begunkov
2019-11-13io_uring: introduce req_need_defer()Bob Liu
2019-11-13io_uring: clean up io_uring_cancel_files()Bob Liu
2019-11-13io-wq: ensure free/busy list browsing see all itemsJens Axboe
2019-11-13io_uring: ensure registered buffer import returns the IO lengthJens Axboe
2019-11-13io_uring: Fix getting file for timeoutPavel Begunkov
2019-11-13io-wq: ensure we have a stable view of ->cur_work for cancellationsJens Axboe
2019-11-13Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe
2019-11-13io_uring: check for validity of ->rings in teardownJens Axboe
2019-11-12io_uring: fix potential deadlock in io_poll_wake()Jens Axboe
2019-11-12io_uring: use correct "is IO worker" helperJens Axboe
2019-11-12io_uring: make timeout sequence == 0 mean no sequenceJens Axboe
2019-11-11io_uring: fix -ENOENT issue with linked timer with short timeoutJens Axboe
2019-11-11io_uring: don't do flush cancel under inflight_lockJens Axboe
2019-11-11io_uring: flag SQPOLL busy condition to userspaceJens Axboe
2019-11-11io_uring: make ASYNC_CANCEL work with poll and timeoutJens Axboe
2019-11-11io_uring: provide fallback request for OOM situationsJens Axboe
2019-11-11Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-11-10io_uring: convert accept4() -ERESTARTSYS into -EINTRJens Axboe
2019-11-10io_uring: fix error clear of ->file_table in io_sqe_files_register()Jens Axboe
2019-11-10io_uring: separate the io_free_req and io_free_req_find_next interfaceJackie Liu
2019-11-10io_uring: keep io_put_req only responsible for release and put reqJackie Liu
2019-11-10io_uring: remove passed in 'ctx' function parameter ctx if possibleJackie Liu
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