aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-08-049p: don't leave a half-initialized inode sitting aroundAl Viro
2015-08-04NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana
2015-08-04Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-08-04ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-04ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-08-04ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-07-20Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Sasha Levin
2015-07-20fs/ufs: restore s_lock mutex_init()Fabian Frederick
2015-07-20ufs: Fix possible deadlock when looking up directoriesJan Kara
2015-07-20ufs: Fix warning from unlock_new_inode()Jan Kara
2015-07-20vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman
2015-07-13vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman
2015-07-13Btrfs: make xattr replace operations atomicFilipe Manana
2015-07-13fs: Fix S_NOSEC handlingJan Kara
2015-07-12fs/ufs: restore s_lock mutexFabian Frederick
2015-07-12fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick
2015-07-12mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman
2015-07-12mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman
2015-07-05nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton
2015-07-05nfs: take extra reference to fl->fl_file when running a setlkJeff Layton
2015-07-05fuse: initialize fc->release before calling itMiklos Szeredi
2015-07-05ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-07-05xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-07-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-07-03NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust
2015-07-03pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust
2015-07-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-07-03jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-07-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-07-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval
2015-07-03fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-06-28efivarfs: Ensure VariableName is NUL-terminatedRoss Lagerwall
2015-06-28mnt: Fix the error check in __detach_mountsEric W. Biederman
2015-06-28ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()Konstantin Khlebnikov
2015-06-15fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-06-10vfs: read file_handle only once in handle_to_pathSasha Levin
2015-06-10nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-10parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-06-10jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong
2015-06-10ext4: check for zero length extent explicitlyEryu Guan
2015-06-10ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-06-09d_walk() might skip too muchAl Viro
2015-06-09xfs: xfs_iozero can return positive errnoDave Chinner
2015-06-09xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-06-09omfs: fix sign confusion for bitmap loop counterBob Copeland
2015-06-09fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-06-09fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman
2015-06-09mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman