summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-04-085-20/+144
* xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-04-081-9/+14
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-313-53/+11
* jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-302-11/+12
* 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
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-261-1/+1
* 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
* fs: Better permission checking for submountsEric W. Biederman2017-03-159-19/+39
* mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-154-63/+111
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-121-0/+1
* f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-03-121-0/+2
* f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-03-123-2/+32
* f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-03-122-5/+30
* f2fs: fix a problem of using memory after freeYunlei He2017-03-121-2/+3
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-03-121-6/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-03-121-1/+1
* pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust2017-03-121-6/+7
* NFSv4: Fix reboot recovery in copy offloadTrond Myklebust2017-03-121-26/+37
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-03-121-1/+1
* nfsd: special case truncates some moreChristoph Hellwig2017-03-121-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-03-121-17/+12
* gfs2: Add missing rcu locking for glock lookupAndrew Price2017-03-121-0/+5
* fuse: add missing FR_FORCEMiklos Szeredi2017-03-121-0/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-121-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-121-2/+4
* ext4: fix inline data error pathsTheodore Ts'o2017-03-122-6/+23
* ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-03-121-2/+4
* ext4: fix data corruption in data=journal modeJan Kara2017-03-121-10/+13
* ext4: trim allocation requests to group sizeJan Kara2017-03-121-0/+7
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-03-121-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-03-121-6/+12
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-03-121-1/+3
* CIFS: Fix splice read for non-cached filesPavel Shilovsky2017-03-121-1/+9
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-03-123-54/+74