aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11Merge tag 'for-linus-5.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-10/+10
2020-08-11Merge tag 'zonefs-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds2-4/+15
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-8/+7
2020-08-11zonefs: add zone-capacity supportJohannes Thumshirn2-4/+15
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-7/+7
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-289/+745
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds6-61/+81
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds7-9/+36
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds12-69/+1073
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-55/+14
2020-08-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+18
2020-08-07fs: fix a struct path leak in path_umountChristoph Hellwig1-14/+18
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-145/+90
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-62/+90
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2-4/+4
2020-08-07proc/meminfo: avoid open coded reading of vm_committed_asFeng Tang1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-2/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-2/+2
2020-08-07tmpfs: support 64-bit inums per-sbChris Down1-0/+21
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long9-21/+22
2020-08-07ocfs2: fix unbalanced lockingPavel Machek1-1/+7
2020-08-07ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov2-4/+4
2020-08-07ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6