summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-08-27io_uring: don't bounce block based -EAGAIN retry off task_workio_uring-5.9-2020-08-28Jens Axboe
2020-08-27io_uring: fix IOPOLL -EAGAIN retriesJens Axboe
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe
2020-08-26io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe
2020-08-25io_uring: ensure read requests go through -ERESTART* transformationJens Axboe
2020-08-25io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe
2020-08-25io_uring: fix imbalanced sqo_mm accountingJens Axboe
2020-08-25io_uring: revert consumed iov_iter bytes on errorJens Axboe
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov
2020-08-23io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()io_uring-5.9-2020-08-21Pavel Begunkov
2020-08-20io_uring: comment on kfree(iovec) checksPavel Begunkov
2020-08-20io_uring: fix racy req->flags modificationPavel Begunkov
2020-08-19io_uring: use system_unbound_wq for ring exit workJens Axboe
2020-08-18io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe
2020-08-16io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe
2020-08-16io_uring: find and cancel head link async work on files exitJens Axboe
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptio_uring-5.9-2020-08-15Jens Axboe
2020-08-15io_uring: sanitize double poll handlingJens Axboe
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap
2020-08-14exec: restore EACCES of S_ISDIR execve()Kees Cook
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountSteve French
2020-08-13io_uring: internally retry short readsio_uring-5.9-2020-08-14Jens Axboe
2020-08-13io_uring: retain iov_iter state over io_read/io_write callsJens Axboe
2020-08-13Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-13Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-12io_uring: enable lookup of links holding inflight filesJens Axboe
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-12exec: move path_noexec() check earlierKees Cook
2020-08-12exec: move S_ISREG() check earlierKees Cook
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook
2020-08-12coredump: add %f for executable filenameLepton Wu
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King
2020-08-12nilfs2: use a more common logging styleJoe Perches
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers
2020-08-12fs/minix: remove expected error message in block_to_path()Eric Biggers
2020-08-12fs/minix: fix block limit check for V1 filesystemsEric Biggers
2020-08-12fs/minix: set s_maxbytes correctlyEric Biggers