summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-15Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana1-13/+6
2017-03-15fs: Better permission checking for submountsEric W. Biederman9-19/+39
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman4-63/+111
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-03-12f2fs: Fix zoned block device supportMasato Suzuki1-23/+44
2017-03-12f2fs: avoid to issue redundant discard commandsJaegeuk Kim1-0/+2
2017-03-12f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang3-2/+32
2017-03-12f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2-5/+30
2017-03-12f2fs: fix a problem of using memory after freeYunlei He1-2/+3
2017-03-12NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-03-12NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-03-12Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust1-4/+0
2017-03-12pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust1-6/+7
2017-03-12NFSv4: Fix reboot recovery in copy offloadTrond Myklebust1-26/+37
2017-03-12NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-03-12nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-03-12nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-03-12gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-03-12ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2