summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* orangefs: do not check possibly stale size on truncateMartin Brandenburg2017-05-201-2/+1
* orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg2017-05-201-2/+0
* orangefs: clean up oversize xattr validationMartin Brandenburg2017-05-201-17/+7
* orangefs: fix bounds check for listxattrMartin Brandenburg2017-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
* ceph: try getting buffer capability for readahead/fadviseYan, Zheng2017-05-084-11/+73
* Handle mismatched open callsSachin Prabhu2017-05-088-8/+135
* timerfd: Protect the might cancel mechanism properThomas Gleixner2017-05-081-3/+14
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-031-12/+10
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-032-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-032-8/+9
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-031-0/+36
* ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-271-0/+7
* ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-04-271-3/+0
* CIFS: remove bad_network_name flagGermano Percossi2017-04-272-6/+0
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-271-0/+10
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-04-211-3/+2
* CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-211-3/+3
* CIFS: reconnect thread reschedule itselfGermano Percossi2017-04-211-1/+9
* orangefs: free superblock when mount failsMartin Brandenburg2017-04-213-9/+24
* thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-211-1/+8
* orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall2017-04-181-2/+1
* orangefs: Dan Carpenter influenced cleanups...Mike Marshall2017-04-182-9/+11
* orangefs: fix memory leak of string 'new' on exit pathColin Ian King2017-04-181-1/+3
* xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-121-1/+9
* orangefs: move features validation to fix filesystem hangMartin Brandenburg2017-04-121-2/+7
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-121-0/+4
* sysfs: be careful of error returns from ops->show()NeilBrown2017-04-121-2/+4
* nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee2017-04-081-0/+1
* NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia2017-04-081-6/+3
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-04-082-6/+10
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-04-082-15/+25
* xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra2017-04-081-2/+1
* xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig2017-04-081-32/+27
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-04-086-13/+22
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-04-081-16/+6
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-04-081-2/+1
* xfs: don't reserve blocks for right shift transactionsBrian Foster2017-04-081-10/+10
* xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong2017-04-081-1/+1
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-04-081-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-04-081-3/+6
* xfs: don't fail xfs_extent_busy allocationChristoph Hellwig2017-04-081-12/+1
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-04-083-46/+10
* xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig2017-04-081-3/+9
* xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao2017-04-081-0/+1