summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-22ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2018-07-22Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana1-25/+112
2018-07-17f2fs: give message and set need_fsck given broken node idJaegeuk Kim3-21/+26
2018-07-17fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador1-3/+2
2018-07-17fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka1-1/+1
2018-07-17Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-17devpts: resolve devpts bind-mountsChristian Brauner1-10/+16
2018-07-17devpts: hoist out check for DEVPTS_SUPER_MAGICChristian Brauner1-11/+15
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang4-12/+10
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong5-10/+37
2018-07-11f2fs: truncate preallocated blocks in error caseJaegeuk Kim1-0/+9
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-07-11ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-57/+3
2018-07-11ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-07-11ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-07-11ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-07-11ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-07-11ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-2/+8
2018-07-11jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+8
2018-07-11cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-07-11cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-11cifs: Fix use after free of a mid_q_entryLars Persson7-2/+29
2018-07-11userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank1-5/+7
2018-07-08fs: clear writeback errors in inode_init_alwaysDarrick J. Wong1-0/+1
2018-07-08afs: Fix directory permissions checkDavid Howells1-7/+3
2018-07-03udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-07-03NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust1-1/+1
2018-07-03NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust1-5/+2
2018-07-03NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski1-2/+3
2018-07-03nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew1-2/+3
2018-07-03UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-2/+3
2018-07-03Btrfs: fix return value on rename exchange failureFilipe Manana1-1/+3
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2018-07-03fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2018-06-26fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo1-3/+9
2018-06-26orangefs: report attributes_mask and attributes for statxMartin Brandenburg1-0/+7
2018-06-26orangefs: set i_size on new symlinkMartin Brandenburg1-0/+7
2018-06-26cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2-2/+15
2018-06-26CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms1-2/+3
2018-06-26smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1