summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-251-1/+0
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-251-7/+13
* autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-221-9/+13
* reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-221-60/+81
* f2fs: sanity check for total valid node blocksJaegeuk Kim2018-07-171-0/+16
* f2fs: sanity check on sit entryJaegeuk Kim2018-07-171-0/+9
* f2fs: avoid bug_on on corrupted inodeJaegeuk Kim2018-07-171-1/+19
* f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-07-173-21/+26
* xfs: fix inobt magic number checkDarrick J. Wong2018-07-171-1/+1
* fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-171-3/+2
* fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-171-1/+2
* Fix up non-directory creation in SGID directoriesLinus Torvalds2018-07-171-0/+6
* dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-07-114-12/+10
* fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-07-115-10/+37
* ext4: check superblock mapped prior to committingJon Derrick2018-07-111-0/+8
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: add more inode number paranoia checksTheodore Ts'o2018-07-113-6/+7
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-07-113-57/+3
* ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-07-111-0/+5
* ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-07-111-0/+1
* ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-07-111-2/+2
* ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-07-112-0/+7
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-114-6/+36
* ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-07-111-7/+3
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-07-111-3/+3
* ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-07-111-2/+8
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-07-111-1/+8
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-112-8/+20
* cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-111-2/+5
* cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara2018-07-111-0/+2
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-117-2/+29
* userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank2018-07-111-5/+7
* udf: Detect incorrect directory sizeJan Kara2018-07-031-0/+3
* NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust2018-07-031-1/+1
* NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust2018-07-031-5/+2
* NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski2018-07-031-2/+3
* nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-07-031-2/+3
* f2fs: don't use GFP_ZERO for page cachesChao Yu2018-07-034-3/+9
* UBIFS: Fix potential integer overflow in allocationSilvio Cesare2018-07-031-2/+3
* Btrfs: fix return value on rename exchange failureFilipe Manana2018-07-031-1/+3
* fuse: fix control dir setup and teardownMiklos Szeredi2018-07-031-3/+10
* fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-07-031-0/+1
* fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-031-1/+12
* fuse: fix congested state leak on aborted connectionsTejun Heo2018-07-031-2/+1
* fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo2018-06-261-3/+9
* orangefs: report attributes_mask and attributes for statxMartin Brandenburg2018-06-261-0/+7
* orangefs: set i_size on new symlinkMartin Brandenburg2018-06-261-0/+7
* cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2018-06-262-2/+15
* CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms2018-06-261-2/+3