aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-12coredump: add %f for executable filenameLepton Wu1-4/+13
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller1-4/+6
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi1-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng1-2/+2
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches20-251/+239
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2-10/+15
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-08-12fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-12fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-12fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-12fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-12fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-12fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig1-1/+6
2020-08-12hugetlbfs: prevent filesystem stacking of hugetlbfsMike Kravetz1-0/+6
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao1-1/+10
2020-08-12/proc/PID/smaps: consistent whitespace output formatMichal Koutný1-2/+2
2020-08-12fix breakage in do_rmdir()Al Viro1-1/+1
2020-08-12NFS: Fix flexfiles read failoverTrond Myklebust3-16/+40
2020-08-12io_uring: fail poll arm on queue proc failureJens Axboe1-1/+1
2020-08-12fs: nfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-12rpc_pipefs: convert comma to semicolonXu Wang1-1/+1
2020-08-12nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-12NFS: Don't return layout segments that are in useTrond Myklebust1-19/+15
2020-08-12NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust1-11/+1
2020-08-12NFS: Add layout segment info to pnfs read/write/commit tracepointsTrond Myklebust1-6/+36
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device boundaryQu Wenruo3-0/+20