summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-05-01io_uring: fix extra put in sync_file_range()Pavel Begunkov1-1/+1
2020-05-01io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()Xiaoguang Wang1-1/+1
2020-05-01io_uring: use proper references for fallback_req lockingBijan Mottahedeh1-2/+2
2020-05-01io_uring: only force async punt if poll based retry can't handle itJens Axboe1-2/+4
2020-05-01io_uring: enable poll retry for any file with ->read_iter / ->write_iterJens Axboe1-7/+13
2020-04-27io_uring: statx must grab the file table for valid fdJens Axboe1-2/+10
2020-04-19io_uring: only restore req->work for req that needs do completionXiaoguang Wang1-5/+5
2020-04-15io_uring: don't count rqs failed after current onePavel Begunkov1-3/+3
2020-04-15io_uring: kill already cached timeout.seq_offsetPavel Begunkov1-6/+3
2020-04-15io_uring: fix cached_sq_head in io_timeout()Pavel Begunkov1-7/+8
2020-04-14io_uring: only post events in io_poll_remove_all() if we completed someJens Axboe1-3/+4
2020-04-13io_uring: io_async_task_func() should check and honor cancelationJens Axboe1-0/+15
2020-04-13io_uring: check for need to re-wait in polled async handlingJens Axboe1-14/+29
2020-04-13io_uring: correct O_NONBLOCK check for splice puntJens Axboe1-1/+1
2020-04-12io_uring: restore req->work when canceling poll requestXiaoguang Wang1-0/+10
2020-04-12io_uring: move all request init code in one placePavel Begunkov1-52/+52
2020-04-12io_uring: keep all sqe->flags in req->flagsPavel Begunkov1-10/+13
2020-04-12io_uring: early submission req fail codePavel Begunkov1-31/+19
2020-04-12io_uring: track mm through current->mmPavel Begunkov1-21/+16
2020-04-12io_uring: remove obsolete @mm_faultPavel Begunkov1-3/+1
2020-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-5/+18
2020-04-11Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-70/+7
2020-04-11fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin1-2/+5
2020-04-11change email address for Pali RohárPali Rohár2-2/+2
2020-04-11fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-11ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-11hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+5
2020-04-10Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-173/+269
2020-04-10Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-451/+512
2020-04-10io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe1-2/+16
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+2
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman1-5/+5
2020-04-09io_uring: fix fs cleanup on cqe overflowPavel Begunkov1-1/+1
2020-04-09Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-485/+1267
2020-04-09Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds10-161/+380
2020-04-09Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+8
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-41/+27
2020-04-08io_uring: don't read user-shared sqe flags twicePavel Begunkov1-12/+8
2020-04-08io_uring: remove req init from io_get_req()Pavel Begunkov1-26/+27
2020-04-08io_uring: alloc req only after getting sqePavel Begunkov1-15/+9
2020-04-08io_uring: simplify io_get_sqringPavel Begunkov1-18/+22
2020-04-08io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang1-2/+3
2020-04-08io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe1-0/+2
2020-04-08orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall1-8/+0
2020-04-08orangefs: get rid of knob code...Mike Marshall3-62/+7
2020-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-238/+393
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds29-1134/+1717
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-425/+810
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+24