summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-08-11pstore: Use dynamic spinlock initializerKees Cook1-1/+1
2017-08-11pstore: Correctly initialize spinlock and flagsKees Cook1-5/+7
2017-08-11pstore: Allow prz to control need for lockingJoel Fernandes2-11/+18
2017-08-11dentry name snapshotsAl Viro4-11/+42
2017-08-11pstore: Make spinlock per zone instead of globalJoel Fernandes1-6/+5
2017-07-28udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-07-28NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-07-28f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-07-28CIFS: Fix handle_cancelled_mid callback initializationPavel Shilovsky1-2/+1
2017-07-21exec: Limit arg stack to at most 75% of _STK_LIMKees Cook1-5/+6
2017-07-21fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-2/+3
2017-06-29CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-06-29autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-29fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins2-5/+1
2017-06-26configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
2017-06-26Call echo service immediately after socket reconnectSachin Prabhu1-6/+18
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-06-14ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-06-14nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang1-1/+1
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-06-07xfs: fix up quotacheck buffer list error handlingBrian Foster3-6/+26
2017-06-07xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster1-2/+3
2017-06-07xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen1-2/+8
2017-06-07xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-05-20ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
2017-05-20CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-20CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke1-2/+2
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-05-20Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-05-20fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-20fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-05-15f2fs: sanity check segment countJin Qian1-0/+7
2017-05-159p: fix a potential acl leakCong Wang1-0/+2
2017-05-08gfs2: remove IS_ERR_VALUE abuseArnd Bergmann1-6/+9
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara14-98/+87
2017-05-08Handle mismatched open callsSachin Prabhu8-8/+135
2017-05-08timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2017-05-08nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-05-08ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28