aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-103/+150
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher4-23/+24
2018-08-02squashfs: more metadata hardeningLinus Torvalds3-6/+13
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds3-14/+20
2018-07-30squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-07-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds6-33/+35
2018-07-29sysfs: Fix regression when adding a file to an existing groupTyler Hicks1-1/+1
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+3
2018-07-27Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+7
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+1
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-0/+2
2018-07-26blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck1-4/+5
2018-07-25Merge tag 'fscache-fixes-20180725' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds7-14/+25
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri1-1/+0
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri1-1/+1
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri4-5/+8
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri1-5/+12
2018-07-25fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri1-2/+4
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-14/+25
2018-07-24xfs: properly handle free inodes in extent hint validatorsEric Sandeen1-2/+4
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+5
2018-07-21Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+5
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-2/+2
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov4-23/+44
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov7-10/+51
2018-07-19Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana1-2/+5
2018-07-18Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-8/+13
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig1-0/+5
2018-07-17btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo1-8/+9
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2018-07-14fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador1-3/+2
2018-07-14autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli1-9/+13
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka1-1/+2
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota1-0/+2
2018-07-13btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba1-0/+2
2018-07-12ext4: check for allocation block validity with block group lockedTheodore Ts'o2-0/+6
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-1/+0
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-07-08ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2-5/+4
2018-07-08ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-3/+2
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds11-96/+155
2018-07-07Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-54/+132
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio5-21/+14
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20