aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
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-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
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-22block: simplify the block device syncing codeChristoph Hellwig
2021-10-22ntfs3: use sync_blockdev_nowaitChristoph Hellwig
2021-10-22fat: use sync_blockdev_nowaitChristoph Hellwig
2021-10-22btrfs: use sync_blockdevChristoph Hellwig
2021-10-22block: remove __sync_blockdevChristoph Hellwig
2021-10-22fs: remove __sync_filesystemChristoph Hellwig
2021-10-22nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsChristoph Hellwig
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