summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-08xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-04-08xfs: don't fail xfs_extent_busy allocationChristoph Hellwig1-12/+1
2017-04-08xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell1-9/+15
2017-04-08xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig1-3/+9
2017-04-08xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig3-12/+11
2017-04-08xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao1-0/+1
2017-04-08xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong5-11/+123
2017-04-08xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-04-08xfs: verify free block header fieldsDarrick J. Wong1-2/+49
2017-04-08xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong1-1/+5
2017-04-08xfs: filter out obviously bad btree pointersDarrick J. Wong3-6/+4
2017-04-08xfs: fail _dir_open when readahead failsDarrick J. Wong3-7/+5
2017-04-08xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong1-2/+1
2017-04-08xfs: fix eofblocks race with file extending async dio writesBrian Foster1-0/+3
2017-04-08xfs: sync eofblocks scans under iolock are livelock proneBrian Foster3-44/+16
2017-04-08xfs: pull up iolock from xfs_free_eofblocks()Brian Foster4-59/+60
2017-03-30jbd2: don't leak memory if setting up journal failsEric Biggers2-11/+12
2017-03-30fscrypt: remove broken support for detecting keyring key revocationEric Biggers4-57/+11
2017-03-30ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
2017-03-30ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-03-26gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher1-1/+1
2017-03-26NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia1-5/+4
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-03-15fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-03-15orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8