summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2018-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-08-09make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro
2018-08-09fix __legitimize_mnt()/mntput() raceAl Viro
2018-08-09fix mntput/mntput raceAl Viro
2018-08-06root dentries need RCU-delayed freeingAl Viro
2018-08-04Merge tag 'usercopy-fix-v4.18-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-08-04Merge tag 'xfs-4.18-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook
2018-08-03Merge tag 'nfs-for-4.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-08-02userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK failsMike Rapoport
2018-08-02fs: fix iomap_bmap position calculationEric Sandeen
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher
2018-08-02squashfs: more metadata hardeningLinus Torvalds
2018-08-01NFSv4: Fix _nfs4_do_setlk()Trond Myklebust
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds
2018-07-30squashfs: more metadata hardeningLinus Torvalds
2018-07-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-26blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck
2018-07-25Merge tag 'fscache-fixes-20180725' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri
2018-07-25fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri
2018-07-24xfs: properly handle free inodes in extent hint validatorsEric Sandeen
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-07-21Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi
2018-07-19Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana
2018-07-18Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig
2018-07-17btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers
2018-07-14fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador
2018-07-14autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota
2018-07-13btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba
2018-07-12ext4: check for allocation block validity with block group lockedTheodore Ts'o
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o