summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-20Fix match_prepath()Sachin Prabhu1-8/+6
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-20orangefs: do not check possibly stale size on truncateMartin Brandenburg1-2/+1
2017-05-20orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg1-2/+0
2017-05-20orangefs: clean up oversize xattr validationMartin Brandenburg1-17/+7
2017-05-20orangefs: fix bounds check for listxattrMartin Brandenburg1-1/+1
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-05-20jbd2: fix dbench4 performance regression for 'nobarrier' mountsJan Kara1-1/+1
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-08Handle mismatched open callsSachin Prabhu8-8/+135
2017-05-08timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2017-05-03ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-05-03nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-05-03nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+9
2017-05-03nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-04-27ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger1-0/+7
2017-04-27ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau1-3/+0
2017-04-27CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-04-27cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-04-21CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-04-21CIFS: reconnect thread reschedule itselfGermano Percossi1-1/+9
2017-04-21orangefs: free superblock when mount failsMartin Brandenburg3-9/+24
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-04-18nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS typeTigran Mkrtchyan1-0/+4
2017-04-18orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall1-2/+1
2017-04-18orangefs: Dan Carpenter influenced cleanups...Mike Marshall2-9/+11
2017-04-12xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-04-12orangefs: move features validation to fix filesystem hangMartin Brandenburg1-2/+7
2017-04-12dax: fix radix tree insertion raceRoss Zwisler1-13/+22
2017-04-12Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-04-12sysfs: be careful of error returns from ops->show()NeilBrown1-2/+4
2017-04-08nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee1-0/+1
2017-04-08NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia1-6/+3
2017-04-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2-6/+10
2017-04-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2-15/+25
2017-04-08xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra1-2/+1
2017-04-08xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig1-32/+27
2017-04-08xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig6-13/+22
2017-04-08xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-04-08xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra1-2/+1
2017-04-08xfs: don't reserve blocks for right shift transactionsBrian Foster1-10/+10
2017-04-08xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong1-1/+1
2017-04-08xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43