aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-57/+26
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds10-21/+21
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-120/+44
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds24-59/+42
2021-11-01Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-848/+983
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds18-61/+68
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds6-156/+27
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-13/+15
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-33/+72
2021-10-29io-wq: remove worker to owner tw dependencyPavel Begunkov1-9/+37
2021-10-29io_uring: harder fdinfo sq/cq ring iteratingJens Axboe1-22/+29
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"David Sterba1-11/+25
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zlib"David Sterba1-11/+25
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zstd"David Sterba1-9/+18
2021-10-28ocfs2: fix race between searching chunks and release journal_head from buffer_headGautham Ananthakrishna1-9/+13
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba2-2/+4
2021-10-26io_uring: don't assign write hint in the read pathJens Axboe1-1/+1
2021-10-26fs: remove leftover comments from mandatory locking removalJeff Layton2-7/+1
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe10-21/+21
2021-10-25io_uring: clusterise ki_flags access in rw_prepPavel Begunkov1-10/+11
2021-10-25io_uring: kill unused param from io_file_supports_nowaitPavel Begunkov1-4/+3
2021-10-25io_uring: clean up timeout async_data allocationPavel Begunkov1-1/+3
2021-10-25io_uring: don't try io-wq polling if not supportedPavel Begunkov1-2/+6
2021-10-25io_uring: check if opcode needs poll first on armingPavel Begunkov1-4/+2
2021-10-25io_uring: clean iowq submit work cancellationPavel Begunkov1-30/+29
2021-10-25io_uring: clean io_wq_submit_work()'s main loopPavel Begunkov1-28/+12
2021-10-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-10-24Merge tag '5.15-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds14-153/+306
2021-10-23io-wq: use helper for worker refcountingPavel Begunkov1-2/+1
2021-10-22Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+47
2021-10-22io_uring: implement async hybrid mode for pollable requestsHao Xu1-1/+35
2021-10-22Merge tag 'fuse-fixes-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-56/+46
2021-10-22block: simplify the block device syncing codeChristoph Hellwig2-25/+4
2021-10-22ntfs3: use sync_blockdev_nowaitChristoph Hellwig1-1/+1
2021-10-22fat: use sync_blockdev_nowaitChristoph Hellwig1-4/+2
2021-10-22btrfs: use sync_blockdevChristoph Hellwig1-1/+1
2021-10-22block: remove __sync_blockdevChristoph Hellwig2-8/+4
2021-10-22fs: remove __sync_filesystemChristoph Hellwig1-21/+17
2021-10-22nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsChristoph Hellwig3-120/+44
2021-10-21io_uring: apply worker limits to previous usersPavel Begunkov1-0/+18
2021-10-21fuse: clean up error exits in fuse_fill_super()Miklos Szeredi1-6/+2
2021-10-21fuse: always initialize sb->s_fs_infoMiklos Szeredi1-25/+25
2021-10-21fuse: clean up fuse_mount destructionMiklos Szeredi2-19/+7
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi3-9/+15
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi2-2/+2
2021-10-20autofs: fix wait name hash calculation in autofs_wait()Ian Kent1-1/+1
2021-10-20Merge tag 'ceph-for-5.15-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds6-30/+22
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-2/+3
2021-10-20io_uring: fix ltimeout unprepPavel Begunkov1-6/+1
2021-10-20io_uring: apply max_workers limit to all future usersPavel Begunkov1-6/+23