summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS typeTigran Mkrtchyan2017-04-181-0/+4
* 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
* 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
* dax: fix radix tree insertion raceRoss Zwisler2017-04-121-13/+22
* 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: correct null checks and error processing in xfs_initialize_peragBill O'Donnell2017-04-081-9/+15
* xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig2017-04-081-3/+9
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-04-083-12/+11
* xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao2017-04-081-0/+1
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-04-085-11/+123
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-04-081-30/+50
* xfs: verify free block header fieldsDarrick J. Wong2017-04-081-2/+49
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-04-081-1/+5
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-04-083-6/+4
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-04-083-7/+5
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-04-081-2/+1
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-04-081-0/+3
* xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-04-083-44/+16
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-04-084-59/+60
* jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-302-11/+12
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-304-57/+11
* ext4: lock the xattr block before checksuming itTheodore Ts'o2017-03-301-34/+31
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-301-3/+2
* gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-261-1/+1
* NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-261-5/+4
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-03-181-0/+4
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-151-1/+12
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-03-151-2/+3
* orangefs: Use RCU for destroy_inodePeter Zijlstra2017-03-151-1/+8