summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-11-01Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-29io-wq: remove worker to owner tw dependencyPavel Begunkov
2021-10-29io_uring: harder fdinfo sq/cq ring iteratingJens Axboe
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"David Sterba
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zlib"David Sterba
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zstd"David Sterba
2021-10-28ocfs2: fix race between searching chunks and release journal_head from buffer...Gautham Ananthakrishna
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba
2021-10-26io_uring: don't assign write hint in the read pathJens Axboe
2021-10-26fs: remove leftover comments from mandatory locking removalJeff Layton
2021-10-25io_uring: clusterise ki_flags access in rw_prepPavel Begunkov
2021-10-25io_uring: kill unused param from io_file_supports_nowaitPavel Begunkov
2021-10-25io_uring: clean up timeout async_data allocationPavel Begunkov
2021-10-25io_uring: don't try io-wq polling if not supportedPavel Begunkov
2021-10-25io_uring: check if opcode needs poll first on armingPavel Begunkov
2021-10-25io_uring: clean iowq submit work cancellationPavel Begunkov
2021-10-25io_uring: clean io_wq_submit_work()'s main loopPavel Begunkov
2021-10-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2021-10-24Merge tag '5.15-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2021-10-23io-wq: use helper for worker refcountingPavel Begunkov
2021-10-22Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-22io_uring: implement async hybrid mode for pollable requestsHao Xu
2021-10-22Merge tag 'fuse-fixes-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-21io_uring: apply worker limits to previous usersPavel Begunkov
2021-10-21fuse: clean up error exits in fuse_fill_super()Miklos Szeredi
2021-10-21fuse: always initialize sb->s_fs_infoMiklos Szeredi
2021-10-21fuse: clean up fuse_mount destructionMiklos Szeredi
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi
2021-10-20autofs: fix wait name hash calculation in autofs_wait()Ian Kent
2021-10-20Merge tag 'ceph-for-5.15-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-20io_uring: fix ltimeout unprepPavel Begunkov
2021-10-20io_uring: apply max_workers limit to all future usersPavel Begunkov
2021-10-20io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())Changcheng Deng
2021-10-20ksmbd: add buffer validation in session setupMarios Makassikis
2021-10-20ksmbd: throttle session setup failures to avoid dictionary attacksNamjae Jeon
2021-10-20ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requestsHyunchul Lee
2021-10-19io_uring: split logic of force_nonblockHao Xu
2021-10-19io-wq: max_worker fixesPavel Begunkov
2021-10-19locks: remove changelog commentsJ. Bruce Fields
2021-10-19io_uring: warning about unused-but-set parameterArnd Bergmann
2021-10-19io_uring: inform block layer of how many requests we are submittingJens Axboe
2021-10-19io_uring: simplify io_file_supports_nowait()Pavel Begunkov
2021-10-19io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flagsPavel Begunkov
2021-10-19io_uring: arm poll for non-nowait filesPavel Begunkov