summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-261-1/+12
* fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-231-0/+1
* fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-231-0/+4
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-02-231-0/+1
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-141-2/+4
* fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-092-0/+8
* cifs: initialize file_info_lockRabin Vincent2017-02-091-0/+1
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-02-093-15/+13
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-091-0/+9
* xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-02-041-10/+18
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-02-041-0/+1
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-02-041-2/+2
* xfs: remove racy hasattr check from attr opsBrian Foster2017-02-041-6/+0
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-02-041-1/+1
* xfs: fix COW writeback raceChristoph Hellwig2017-02-043-14/+38
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-02-042-2/+2
* xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen2017-02-041-0/+4
* xfs: sanity check inode di_modeAmir Goldstein2017-02-041-0/+3
* xfs: sanity check inode mode when creating new dentryAmir Goldstein2017-02-041-9/+39