summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-06-14ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-06-14fix ufs_isblockset()Al Viro1-3/+7
2017-06-14ufs: restore proper tail allocationAl Viro1-1/+1
2017-06-14fs: add i_blocksize()Fabian Frederick21-35/+35
2017-06-14ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+7
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-06-14ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-06-14nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust1-3/+10
2017-06-14nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-06-07xfs: only return -errno or success from attr ->put_listentEric Sandeen3-10/+14
2017-06-07xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+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: wait on new inodes during quotaoff dquot releaseBrian Foster1-1/+2
2017-06-07xfs: update ag iterator to support wait on new inodesBrian Foster2-8/+53
2017-06-07xfs: support ability to wait on new inodesBrian Foster2-2/+7
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-25nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields1-4/+4
2017-05-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng3-13/+19
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers4-6/+6
2017-05-25f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-15/+31
2017-05-25fscrypt: fix context consistency check when key(s) unavailableEric Biggers2-35/+96
2017-05-25ext4 crypto: fix some error handlingDan Carpenter1-1/+1
2017-05-25ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o4-20/+39
2017-05-25proc: Fix unbalanced hard link numbersTakashi Iwai1-0/+1
2017-05-20CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-20cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp1-0/+2
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-20ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0
2017-05-14f2fs: sanity check segment countJin Qian1-0/+7
2017-05-149p: fix a potential acl leakCong Wang1-0/+2
2017-05-08nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-05-08nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+8
2017-05-08ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim1-0/+4
2017-05-08ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o1-3/+8
2017-05-08ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o4-0/+75
2017-05-08ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger1-0/+3
2017-05-08Handle mismatched open callsSachin Prabhu8-8/+135