aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-04io-wq: shuffle io_worker_handle_work() codePavel Begunkov1-59/+64
2020-03-03io_uring: get next work with submission ref dropPavel Begunkov1-41/+48
2020-03-03io_uring: remove @nxt from handlersPavel Begunkov1-118/+86
2020-03-03io_uring: make submission ref putting consistentPavel Begunkov1-14/+13
2020-03-02io_uring: clean up io_closePavel Begunkov1-11/+10
2020-03-02io_uring: Ensure mask is initialized in io_arm_poll_handlerNathan Chancellor1-1/+2
2020-03-02io_uring: remove io_prep_next_work()Pavel Begunkov1-12/+1
2020-03-02io_uring: remove extra nxt check after puntPavel Begunkov1-5/+5
2020-03-02io_uring: use poll driven retry for files that support itJens Axboe1-83/+271
2020-03-02io_uring: mark requests that we can do poll async in io_op_defsJens Axboe1-0/+15
2020-03-02io_uring: add per-task callback handlerJens Axboe1-142/+76
2020-03-02io_uring: store io_kiocb in wait->privateJens Axboe1-3/+3
2020-03-02io-wq: use BIT for ulong hashPavel Begunkov1-3/+3
2020-03-02io_uring: remove IO_WQ_WORK_CBPavel Begunkov3-6/+1
2020-03-02io-wq: remove unused IO_WQ_WORK_HAS_MMPavel Begunkov2-3/+0
2020-03-02io_uring: extract kmsg copy helperPavel Begunkov1-24/+19
2020-03-02io_uring: clean io_poll_completePavel Begunkov1-4/+1
2020-03-02io_uring: add splice(2) supportPavel Begunkov1-0/+109
2020-03-02io_uring: add interface for getting filesPavel Begunkov1-29/+43
2020-03-02splice: make do_splice publicPavel Begunkov1-3/+3
2020-03-02io_uring: remove req->in_asyncPavel Begunkov1-8/+4
2020-03-02io_uring: don't do full *prep_worker() from io-wqPavel Begunkov1-1/+12
2020-03-02io_uring: don't call work.func from sync ctxPavel Begunkov1-38/+38
2020-03-02io_uring: io_accept() should hold on to submit reference on retryJens Axboe1-1/+2
2020-03-02io_uring: consider any io_read/write -EAGAIN as finalJens Axboe1-7/+8
2020-03-02io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNALPavel Begunkov2-39/+1
2020-03-02io-wq: fix IO_WQ_WORK_NO_CANCEL cancellationPavel Begunkov1-6/+14
2020-03-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-7/+7
2020-02-29ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-02-29jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-02-28Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-91/+74
2020-02-28Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds2-4/+5
2020-02-27io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe1-0/+10
2020-02-27io_uring: define and set show_fdinfo only if procfs is enabledTobias Klauser1-0/+4
2020-02-26io_uring: drop file set ref put/get on switchJens Axboe1-15/+8
2020-02-26io_uring: import_single_range() returns 0/-ERRORJens Axboe1-1/+1
2020-02-26io_uring: pick up link work on submit reference dropJens Axboe1-4/+4
2020-02-26zonefs: select FS_IOMAPJohannes Thumshirn1-0/+1
2020-02-26zonefs: fix IOCB_NOWAIT handlingChristoph Hellwig1-4/+4
2020-02-25io-wq: ensure work->task_pid is cleared on initJens Axboe1-10/+4
2020-02-25io-wq: remove spin-for-work optimizationJens Axboe1-19/+0
2020-02-25io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLLXiaoguang Wang1-32/+27
2020-02-24io_uring: fix personality idr leakJens Axboe1-0/+1
2020-02-23io_uring: handle multiple personalities in link chainsJens Axboe1-10/+15
2020-02-23Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-10/+44
2020-02-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds10-108/+256
2020-02-22Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+30
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang1-18/+9
2020-02-21ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-21jbd2: fix ocfs2 corrupt when clearing block group bitswangyan1-2/+6