summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-06-142-0/+7
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-06-141-2/+3
* ext4: fix SEEK_HOLEJan Kara2017-06-141-36/+14
* nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust2017-06-141-3/+10
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-06-141-7/+6
* xfs: only return -errno or success from attr ->put_listentEric Sandeen2017-06-073-10/+14
* xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong2017-06-071-0/+6
* xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-06-071-1/+1
* xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-06-071-1/+1
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-06-071-3/+4
* xfs: wait on new inodes during quotaoff dquot releaseBrian Foster2017-06-071-1/+2
* xfs: update ag iterator to support wait on new inodesBrian Foster2017-06-072-8/+53
* xfs: support ability to wait on new inodesBrian Foster2017-06-072-2/+7
* xfs: fix up quotacheck buffer list error handlingBrian Foster2017-06-073-6/+26
* xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster2017-06-071-2/+3
* xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen2017-06-071-2/+8
* xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-06-071-2/+3
* xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-06-071-1/+1
* xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-06-071-20/+9
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-251-4/+4
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-253-13/+19
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-254-6/+6
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-254-15/+31
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-252-35/+96
* ext4 crypto: fix some error handlingDan Carpenter2017-05-251-1/+1
* ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2017-05-254-20/+39
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-05-251-0/+1
* CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-202-0/+7
* cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-201-0/+2
* CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-201-2/+2
* SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-201-3/+11
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-201-0/+3
* fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin2017-05-201-6/+5
* ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-201-0/+3
* fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-05-201-1/+1
* ext4: evict inline data when writing to memory mapEric Biggers2017-05-201-0/+5
* block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-05-141-1/+0
* f2fs: sanity check segment countJin Qian2017-05-141-0/+7
* 9p: fix a potential acl leakCong Wang2017-05-141-0/+2
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-082-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-082-8/+8
* ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2017-05-081-0/+4
* ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2017-05-081-3/+8
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2017-05-084-0/+75
* ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger2017-05-081-0/+3
* Handle mismatched open callsSachin Prabhu2017-05-088-8/+135
* timerfd: Protect the might cancel mechanism properThomas Gleixner2017-05-081-3/+14
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-021-0/+36
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-021-4/+28
* f2fs: do more integrity verification for superblockChao Yu2017-05-021-0/+98