aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-08-12exec: use force_uaccess_begin during exec and exitGravatar Christoph Hellwig 1-1/+6
2020-08-12hugetlbfs: prevent filesystem stacking of hugetlbfsGravatar Mike Kravetz 1-0/+6
2020-08-12mm, oom: make the calculation of oom badness more accurateGravatar Yafang Shao 1-1/+10
2020-08-12/proc/PID/smaps: consistent whitespace output formatGravatar Michal Koutný 1-2/+2
2020-08-12fix breakage in do_rmdir()Gravatar Al Viro 1-1/+1
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Gravatar Qu Wenruo 3-0/+20
2020-08-11Merge tag 'for-linus-5.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-10/+10
2020-08-11Merge tag 'zonefs-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-4/+15
2020-08-12exfat: retain 'VolumeFlags' properlyGravatar Tetsuhiro Kohada 6-28/+47
2020-08-12exfat: optimize exfat_zeroed_cluster()Gravatar Tetsuhiro Kohada 1-43/+10
2020-08-12exfat: add error check when updating dir-entriesGravatar Tetsuhiro Kohada 4-7/+12
2020-08-12exfat: write multiple sectors at onceGravatar Tetsuhiro Kohada 3-6/+29
2020-08-12exfat: remove EXFAT_SB_DIRTY flagGravatar Tetsuhiro Kohada 7-35/+26
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+7
2020-08-11btrfs: fix return value mixup in btrfs_get_extentGravatar Pavel Machek 1-1/+1
2020-08-11zonefs: add zone-capacity supportGravatar Johannes Thumshirn 2-4/+15
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-7/+7
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-289/+745
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Gravatar Linus Torvalds 6-61/+81
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-9/+36
2020-08-10btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Gravatar Qu Wenruo 1-3/+5
2020-08-10btrfs: check correct variable after allocation in btrfs_backref_iter_allocGravatar Boleyn Su 1-1/+1
2020-08-10btrfs: make sure SB_I_VERSION doesn't get unset by remountGravatar Josef Bacik 1-0/+6
2020-08-10btrfs: fix memory leaks after failure to lookup checksums during inode loggingGravatar Filipe Manana 1-6/+2
2020-08-10btrfs: don't show full path of bind mounts in subvol=Gravatar Josef Bacik 1-2/+8