summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-10-07NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-10-07Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana1-0/+3
2015-10-07CIFS: fix type confusion in copy offload ioctlJann Horn1-0/+6
2015-08-27hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-08-27btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-08-27btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-08-27freeing unlinked file indefinitely delayedAl Viro1-0/+3
2015-08-27nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton1-6/+6
2015-08-27nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig1-45/+53
2015-08-27signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-08-27nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee1-5/+6
2015-08-27ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-08-19fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-08-049p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2015-08-04NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-08-04Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-08-04ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-08-04ext4: correctly migrate a file with a hole at the beginningEryu Guan1-4/+5
2015-08-04ext4: be more strict when migrating to non-extent based fileEryu Guan1-1/+11
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12
2015-07-21Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Sasha Levin1-2/+0
2015-07-21fs/ufs: restore s_lock mutex_init()Fabian Frederick1-0/+1
2015-07-21ufs: Fix possible deadlock when looking up directoriesJan Kara1-0/+1
2015-07-21ufs: Fix warning from unlock_new_inode()Jan Kara1-1/+6
2015-07-21vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman1-2/+6
2015-07-13vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-11/+0
2015-07-13Btrfs: make xattr replace operations atomicFilipe Manana4-65/+102
2015-07-13fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-07-12fs/ufs: restore s_lock mutexFabian Frederick4-25/+36
2015-07-12fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2-7/+12
2015-07-12mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman1-3/+21
2015-07-12mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman3-9/+9
2015-07-05nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton1-0/+2
2015-07-05nfs: take extra reference to fl->fl_file when running a setlkJeff Layton1-0/+3
2015-07-05fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-07-05ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-07-05xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-07-04ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-07-04NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2-0/+2
2015-07-04pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-07-04jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-07-04jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-07-04ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-07-04Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-07-04fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-06-28efivarfs: Ensure VariableName is NUL-terminatedRoss Lagerwall1-1/+1
2015-06-28mnt: Fix the error check in __detach_mountsEric W. Biederman1-1/+1
2015-06-28ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()Konstantin Khlebnikov1-6/+15
2015-06-15fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1