aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-01-08poll: fix performance regression due to out-of-line __put_user()Gravatar Linus Torvalds 1-3/+11
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 18-97/+243
2021-01-05Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-31/+49
2021-01-04afs: Fix directory entry size calculationGravatar David Howells 3-28/+41
2021-01-04afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=yGravatar David Howells 1-4/+9
2021-01-01Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-01-01Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-21/+41
2020-12-30kernel/io_uring: cancel io_uring before task worksGravatar Pavel Begunkov 1-2/+0
2020-12-30io_uring: fix io_sqe_files_unregister() hangsGravatar Pavel Begunkov 1-2/+22
2020-12-30io_uring: add a helper for setting a ref nodeGravatar Pavel Begunkov 1-10/+12
2020-12-29fs: block_dev.c: fix kernel-doc warnings from struct block_device changesGravatar Randy Dunlap 1-1/+1
2020-12-29io_uring: don't assume mm is constant across submitsGravatar Jens Axboe 1-7/+7
2020-12-28ceph: reencode gid_list when reconnectingGravatar Ilya Dryomov 1-31/+22
2020-12-27proc mountinfo: make splice available againGravatar Linus Torvalds 1-3/+6
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-8/+22
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 17-375/+443
2020-12-24Merge tag 'io_uring-5.11-2020-12-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-123/+120
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2020-12-22io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...Gravatar Xiaoguang Wang 1-10/+19
2020-12-22io_uring: fix double io_uring freeGravatar Pavel Begunkov 1-32/+39
2020-12-22Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-0/+1
2020-12-22Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2020-12-22ext4: remove unnecessary wbc parameter from ext4_bio_write_pageGravatar Lei Chen 3-4/+3
2020-12-22ext4: avoid s_mb_prefetch to be zero in individual scenariosGravatar Chunguang Xu 1-4/+5
2020-12-22ext4: defer saving error info from atomic contextGravatar Jan Kara 2-37/+104
2020-12-22block: update some copyrightsGravatar Christoph Hellwig 1-0/+1
2020-12-22block: remove a pointless self-reference in block_dev.cGravatar Christoph Hellwig 1-2/+0
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Gravatar Artem Labazov 1-3/+3
2020-12-21fix hostfs_open() use of ->f_path.dentryGravatar Al Viro 1-1/+1
2020-12-21io_uring: fix ignoring xa_store errorsGravatar Pavel Begunkov 1-3/+7
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 9-28/+162
2020-12-20Merge tag 'for-linus-5.11-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2020-12-20Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-86/+140
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+4
2020-12-20io_uring: end waiting before task cancel attemptsGravatar Pavel Begunkov 1-1/+1
2020-12-20io_uring: always progress task_work on task cancelGravatar Pavel Begunkov 1-1/+1
2020-12-20Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Gravatar Linus Torvalds 7-26/+12
2020-12-20io-wq: kill now unused io_wq_cancel_all()Gravatar Jens Axboe 2-31/+1
2020-12-20io_uring: make ctx cancel on exit targeted to actual ctxGravatar Jens Axboe 1-1/+8
2020-12-19Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+3
2020-12-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-106/+181
2020-12-19epoll: add syscall epoll_pwait2Gravatar Willem de Bruijn 1-14/+73
2020-12-19epoll: convert internal api to timespec64Gravatar Willem de Bruijn 1-20/+37
2020-12-19epoll: eliminate unnecessary lock for zero timeoutGravatar Soheil Hassas Yeganeh 1-13/+12
2020-12-19epoll: replace gotos with a proper loopGravatar Soheil Hassas Yeganeh 1-21/+21
2020-12-19epoll: pull all code between fetch_events and send_event into the loopGravatar Soheil Hassas Yeganeh 1-20/+21
2020-12-19epoll: simplify and optimize busy loop logicGravatar Soheil Hassas Yeganeh 1-23/+17
2020-12-19epoll: move eavail next to the list_empty_careful checkGravatar Soheil Hassas Yeganeh 1-2/+1
2020-12-19epoll: pull fatal signal checks into ep_send_events()Gravatar Soheil Hassas Yeganeh 1-9/+8
2020-12-19epoll: simplify signal handlingGravatar Soheil Hassas Yeganeh 1-10/+10