summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | | 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
| * | | | ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-06-173-57/+3Star
| * | | | jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-06-171-1/+8
| * | | | ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-06-161-0/+5
| * | | | ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-06-151-0/+1
| * | | | ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-06-151-2/+2
| * | | | ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-06-142-0/+7
| * | | | ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-06-144-6/+36
| * | | | ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-06-141-0/+25
| * | | | ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-06-141-7/+3Star
| * | | | ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-06-131-3/+3
| * | | | ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-06-131-2/+8
| * | | | ext4: add warn_on_error mount optionTheodore Ts'o2018-06-132-1/+13
* | | | | Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-07-0814-54/+132
|\ \ \ \ \
| * | | | | cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-055-21/+14Star
| * | | | | cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-052-8/+20
| * | | | | cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-051-2/+5
| * | | | | cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara2018-07-051-0/+2
| * | | | | cifs: fix SMB1 breakageRonnie Sahlberg2018-07-055-11/+13
| * | | | | cifs: Fix validation of signed data in smb2Paulo Alcantara2018-07-051-4/+24
| * | | | | cifs: Fix validation of signed data in smb3+Paulo Alcantara2018-07-051-6/+25
| * | | | | cifs: Fix use after free of a mid_q_entryLars Persson2018-07-057-2/+29
| | |_|_|/ | |/| | |
* | | | | Fix up non-directory creation in SGID directoriesLinus Torvalds2018-07-051-0/+6
* | | | | autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2018-07-052-3/+3
|/ / / /
* | | | userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank2018-07-041-5/+7