aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 24-402/+791
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()Gravatar David Howells 1-9/+11
2020-08-20afs: Fix key ref leak in afs_put_operation()Gravatar David Howells 1-0/+1
2020-08-19ext4: limit the length of per-inode prealloc listGravatar brookxu 11-23/+90
2020-08-19ext4: reorganize if statement of ext4_mb_release_context()Gravatar brookxu 1-17/+16
2020-08-19ext4: add mb_debug logging when there are lost chunksGravatar brookxu 1-3/+6
2020-08-19ext4: Fix comment typo "the the".Gravatar kyoungho koo 1-1/+1
2020-08-19jbd2: clean up checksum verification in do_one_pass()Gravatar Shijie Luo 1-34/+12
2020-08-18ext4: change to use fallthrough macroGravatar Shijie Luo 3-10/+10
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionGravatar Kyoungho Koo 3-7/+4
2020-08-18mballoc: replace seq_printf with seq_putsGravatar Xu Wang 1-1/+1
2020-08-18ext4: optimize the implementation of ext4_mb_good_group()Gravatar brookxu 1-7/+7
2020-08-18ext4: delete invalid comments near ext4_mb_check_limits()Gravatar brookxu 1-4/+0
2020-08-18ext4: fix typos in ext4_mb_regular_allocator() commentGravatar brookxu 1-2/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-153/+386
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptGravatar Jens Axboe 1-1/+4
2020-08-15io_uring: sanitize double poll handlingGravatar Jens Axboe 1-9/+25
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 3-62/+17
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-2/+4
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 23-121/+2274
2020-08-14fs: autofs: delete repeated words in commentsGravatar Randy Dunlap 1-2/+2
2020-08-14exec: restore EACCES of S_ISDIR execve()Gravatar Kees Cook 1-1/+3
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountGravatar Steve French 1-0/+1
2020-08-13io_uring: internally retry short readsGravatar Jens Axboe 1-39/+70
2020-08-13io_uring: retain iov_iter state over io_read/io_write callsGravatar Jens Axboe 1-66/+70
2020-08-13Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 9-25/+65
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 15-19/+21
2020-08-13Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-116/+121
2020-08-12io_uring: enable lookup of links holding inflight filesGravatar Jens Axboe 1-10/+87
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 14-103/+482
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 37-315/+386
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-1/+1
2020-08-12exec: move path_noexec() check earlierGravatar Kees Cook 2-8/+8
2020-08-12exec: move S_ISREG() check earlierGravatar Kees Cook 3-10/+16
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESGravatar Kees Cook 1-2/+1
2020-08-12coredump: add %f for executable filenameGravatar Lepton Wu 1-4/+13
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Gravatar Helge Deller 1-4/+6
2020-08-12fat: fix fat_ra_init() for data clusters == 0Gravatar OGAWA Hirofumi 1-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesGravatar Yubo Feng 1-2/+2
2020-08-12fs/ufs: avoid potential u32 multiplication overflowGravatar Colin Ian King 1-1/+1
2020-08-12nilfs2: use a more common logging styleGravatar Joe Perches 20-251/+239
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatGravatar Joe Perches 2-10/+15
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWGravatar Eric Biggers 1-1/+2
2020-08-12fs/minix: remove expected error message in block_to_path()Gravatar Eric Biggers 2-12/+12
2020-08-12fs/minix: fix block limit check for V1 filesystemsGravatar Eric Biggers 1-1/+1
2020-08-12fs/minix: set s_maxbytes correctlyGravatar Eric Biggers 4-9/+9
2020-08-12fs/minix: reject too-large maximum file sizeGravatar Eric Biggers 1-2/+20
2020-08-12fs/minix: don't allow getting deleted inodesGravatar Eric Biggers 1-0/+14
2020-08-12fs/minix: check return value of sb_getblk()Gravatar Eric Biggers 1-1/+7