summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0228-103/+150
|\
| * Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher2018-08-024-23/+24
| * squashfs: more metadata hardeningLinus Torvalds2018-08-023-6/+13
| * squashfs metadata 2: electric boogalooLinus Torvalds2018-08-013-14/+20
| * squashfs: more metadata hardeningLinus Torvalds2018-07-311-0/+2
| * Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-296-33/+35
| |\
| | * ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-07-292-8/+5Star
| | * ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-07-132-0/+6
| | * ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-07-102-17/+18
| | * ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2018-07-092-5/+4Star
| | * ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-07-091-3/+2Star
| * | squashfs: be more careful about metadata corruptionLinus Torvalds2018-07-294-5/+16
| * | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-271-4/+5
| |\ \
| | * | blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck2018-07-261-4/+5
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-272-0/+3
| |\ \ \
| | * | | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-271-0/+1
| | * | | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-271-0/+2
| * | | | Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-07-272-4/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | xfs: properly handle free inodes in extent hint validatorsEric Sandeen2018-07-241-2/+4
| | * | | xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-06-281-2/+3
| * | | | Merge tag 'fscache-fixes-20180725' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-07-257-14/+25
| |\ \ \ \
| | * | | | cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri2018-07-251-1/+0Star
| | * | | | cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri2018-07-251-1/+1
| | * | | | fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri2018-07-254-5/+8
| | * | | | cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri2018-07-251-5/+12
| | * | | | fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri2018-07-251-2/+4
* | | | | | sysfs: Fix regression when adding a file to an existing groupTyler Hicks2018-07-291-1/+1
* | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-255-14/+25
|\| | | | |
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-222-1/+5
| |\ \ \ \ \
| | * | | | | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-181-0/+5
| | * | | | | drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-111-1/+0Star
| * | | | | | Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-221-2/+5
| |\ \ \ \ \ \
| | * | | | | | Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana2018-07-191-2/+5
| * | | | | | | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-221-3/+1Star
| * | | | | | | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-2/+2
| * | | | | | | fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-211-7/+13
* | | | | | | | sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov2018-07-214-23/+44
* | | | | | | | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-217-10/+51
|/ / / / / / /
* | | | | | | Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-183-8/+13
|\| | | | | |
| * | | | | | btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo2018-07-171-8/+9
| * | | | | | btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota2018-07-131-0/+2
| * | | | | | btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba2018-07-131-0/+2
* | | | | | | reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-141-60/+81
* | | | | | | fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-141-3/+2Star
* | | | | | | autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-141-9/+13
* | | | | | | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-141-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-0811-96/+155
|\ \ \ \ \ \
| * | | | | | ext4: check superblock mapped prior to committingJon Derrick2018-07-031-0/+8
| * | | | | | ext4: add more mount time checks of the superblockTheodore Ts'o2018-06-181-11/+26
| * | | | | | ext4: add more inode number paranoia checksTheodore Ts'o2018-06-173-6/+7