summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2017-06-02ext4: lock the xattr block before checksuming itTheodore Ts'o
2017-06-02ext4: mark inode dirty after converting inline directoryEric Biggers
2017-06-02gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher
2017-05-21ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2017-05-21fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi
2017-05-21ceph: remove req from unsafe list when unregistering itJeff Layton
2017-05-21orangefs: Use RCU for destroy_inodePeter Zijlstra
2017-05-21fs: Better permission checking for submountsEric W. Biederman
2017-05-21mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman
2017-03-27f2fs: avoid to issue redundant discard commandsJaegeuk Kim
2017-03-27f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang
2017-03-27f2fs: fix a problem of using memory after freeYunlei He
2017-03-27NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson
2017-03-27NFSv4: fix getacl head length estimationJ. Bruce Fields
2017-03-27pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust
2017-03-27NFSv4: Fix reboot recovery in copy offloadTrond Myklebust
2017-03-27NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust
2017-03-27nfsd: special case truncates some moreChristoph Hellwig
2017-03-27nfsd: minor nfsd_setattr cleanupChristoph Hellwig
2017-03-27gfs2: Add missing rcu locking for glock lookupAndrew Price
2017-03-27fuse: add missing FR_FORCEMiklos Szeredi
2017-03-27ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-27ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-03-27ext4: fix inline data error pathsTheodore Ts'o
2017-03-27ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers
2017-03-27ext4: fix data corruption in data=journal modeJan Kara
2017-03-27ext4: trim allocation requests to group sizeJan Kara
2017-03-27ext4: do not polute the extents cache while shifting extentsRoman Pen
2017-03-27ext4: Include forgotten start block on fallocate insert rangeRoman Pen
2017-03-27jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o
2017-03-27ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o
2017-03-27xfs: clear delalloc and cache on buffered write failureBrian Foster
2017-03-27fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala
2017-03-27vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi
2017-03-20btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney
2017-03-20fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko
2017-03-20NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee
2017-03-20ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-03-20xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-03-20xfs: remove racy hasattr check from attr opsBrian Foster
2017-03-20xfs: verify dirblocklog correctlyDarrick J. Wong
2017-03-20xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen
2017-03-20xfs: sanity check inode di_modeAmir Goldstein
2017-03-20xfs: sanity check inode mode when creating new dentryAmir Goldstein
2017-03-20xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-03-20xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-03-20xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein
2017-03-20xfs: sanity check directory inode di_sizeAmir Goldstein
2017-03-20xfs: make the ASSERT() condition likelyAmir Goldstein
2017-03-20xfs: don't print warnings when xfs_log_force failsChristoph Hellwig