summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-03-08NFS: Correct size calculation for create reply lengthFrank Sorenson1-1/+2
2021-03-08nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler1-1/+1
2021-03-08mount: fix mounting of detached mounts onto targets that reside on shared mountsChristian Brauner1-1/+1
2021-03-08s390,alpha: make TMPFS_INODE64 available againHeiko Carstens1-1/+1
2021-03-08erofs: fix bio->bi_max_vecs behavior changeGao Xiang1-17/+11
2021-03-08io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...Stefan Metzmacher1-28/+3
2021-03-08io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()Stefan Metzmacher1-0/+10
2021-03-08io-wq: warn on creating manager while exitingPavel Begunkov1-0/+2
2021-03-08io_uring: cancel reqs of all iowq's on ring exitPavel Begunkov1-3/+39
2021-03-08io_uring: warn when ring exit takes too longPavel Begunkov1-0/+5
2021-03-08io_uring: index io_uring->xa by ctx not filePavel Begunkov1-13/+11
2021-03-08io_uring: don't take task ring-file notesPavel Begunkov1-3/+2
2021-03-08io_uring: do ctx initiated file note removalPavel Begunkov1-2/+46
2021-03-08io_uring: introduce ctx to tctx back mapPavel Begunkov1-14/+44
2021-03-08io_uring: make del_task_file more forgivingPavel Begunkov1-5/+8
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson2-0/+6
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li4-13/+5
2021-03-06io-wq: always track creds for async issueJens Axboe2-15/+20
2021-03-06io-wq: fix race in freeing 'wq' and worker accessJens Axboe1-8/+8
2021-03-06cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel2-5/+6
2021-03-06Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-438/+328
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-25/+87
2021-03-05block: Try to handle busy underlying device on discardJan Kara1-1/+10
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov1-1/+1
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe1-35/+30
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe1-4/+5
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe1-0/+1
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe1-3/+12
2021-03-05io_uring: move to using create_io_thread()Jens Axboe3-109/+54
2021-03-05io_uring: reliably cancel linked timeoutsPavel Begunkov1-0/+1
2021-03-05io_uring: cancel-match based on flagsPavel Begunkov1-2/+2
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota1-1/+6
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota1-2/+2
2021-03-04io-wq: ensure all pending work is canceled on exitJens Axboe1-9/+33
2021-03-04io_uring: ensure that threads freeze on suspendJens Axboe2-3/+5
2021-03-04io_uring: remove extra in_idle wake upPavel Begunkov1-3/+1
2021-03-04io_uring: inline __io_queue_async_work()Pavel Begunkov1-11/+2
2021-03-04io_uring: inline io_req_clean_work()Pavel Begunkov1-17/+13
2021-03-04io_uring: choose right tctx->io_wq for try cancelPavel Begunkov1-1/+2
2021-03-04io_uring: fix -EAGAIN retry with IOPOLLJens Axboe1-5/+31
2021-03-04io-wq: fix error path leak of buffered write hash mapJens Axboe1-1/+1
2021-03-04io_uring: remove sqo_taskPavel Begunkov1-10/+0
2021-03-04io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov1-37/+8
2021-03-04io_uring: ignore double poll add on the same waitqueue headJens Axboe1-0/+3
2021-03-04io_uring: ensure that SQPOLL thread is started for exitJens Axboe1-3/+3
2021-03-04io_uring: replace cmpxchg in fallback with xchgPavel Begunkov1-6/+2
2021-03-04io_uring: fix __tctx_task_work() ctx racePavel Begunkov1-17/+19
2021-03-04io_uring: kill io_uring_flush()Jens Axboe1-47/+0