aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-24io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUELuke Hsiao1-0/+6
2020-08-22Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+13
2020-08-22do_epoll_ctl(): clean the failure exits up a bitAl Viro1-13/+6
2020-08-22epoll: Keep a reference on files added to the check listMarc Zyngier1-2/+9
2020-08-21Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-94/+79
2020-08-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+6
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds24-402/+791
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
2020-08-21squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher1-1/+5
2020-08-21romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells1-0/+1
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov1-3/+1
2020-08-20io_uring: comment on kfree(iovec) checksPavel Begunkov1-0/+2
2020-08-20io_uring: fix racy req->flags modificationPavel Begunkov1-44/+17
2020-08-19io_uring: use system_unbound_wq for ring exit workJens Axboe1-1/+7
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu11-23/+90
2020-08-19ext4: reorganize if statement of ext4_mb_release_context()brookxu1-17/+16
2020-08-19ext4: add mb_debug logging when there are lost chunksbrookxu1-3/+6
2020-08-19ext4: Fix comment typo "the the".kyoungho koo1-1/+1
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo1-34/+12
2020-08-18io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe1-14/+14
2020-08-18ext4: change to use fallthrough macroShijie Luo3-10/+10
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo3-7/+4
2020-08-18mballoc: replace seq_printf with seq_putsXu Wang1-1/+1
2020-08-18ext4: optimize the implementation of ext4_mb_good_group()brookxu1-7/+7
2020-08-18ext4: delete invalid comments near ext4_mb_check_limits()brookxu1-4/+0
2020-08-18ext4: fix typos in ext4_mb_regular_allocator() commentbrookxu1-2/+2
2020-08-16io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe1-30/+11
2020-08-16io_uring: find and cancel head link async work on files exitJens Axboe1-4/+29
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds1-153/+386
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds3-62/+17
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-2/+4
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds23-121/+2274
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-14exec: restore EACCES of S_ISDIR execve()Kees Cook1-1/+3
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountSteve French1-0/+1
2020-08-13io_uring: internally retry short readsJens Axboe1-39/+70
2020-08-13io_uring: retain iov_iter state over io_read/io_write callsJens Axboe1-66/+70
2020-08-13Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-25/+65
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds15-19/+21
2020-08-13Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds10-116/+121
2020-08-12io_uring: enable lookup of links holding inflight filesJens Axboe1-10/+87
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-103/+482
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds37-315/+386
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-08-12exec: move path_noexec() check earlierKees Cook2-8/+8
2020-08-12exec: move S_ISREG() check earlierKees Cook3-10/+16
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook1-2/+1