summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-07-03NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2-0/+2
2015-07-03pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-07-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-07-03jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-07-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-07-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-07-03fixing 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
2015-06-10vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-10nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-10/+11
2015-06-10parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller1-0/+3
2015-06-10jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2-9/+19
2015-06-10ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-06-10ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2-9/+22
2015-06-09d_walk() might skip too muchAl Viro1-4/+4
2015-06-09xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-06-09xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-06-09omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-06-09fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-06-09fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman1-2/+2
2015-06-09mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman1-2/+5
2015-06-09coredump: accept any write methodAl Viro1-1/+1
2015-05-23path_openat(): fix double fput()Al Viro1-1/+2
2015-05-23mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-23nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-23ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb1-24/+14
2015-05-17ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-17ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-17btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval1-1/+2
2015-05-17fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-05-17NFS: Add a stub for GETDEVICELISTAnna Schumaker1-0/+6
2015-05-17nfsd4: disallow SEEK with special stateidsJ. Bruce Fields1-0/+2
2015-05-17nfsd4: fix READ permission checkingJ. Bruce Fields1-4/+8
2015-05-17RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2015-05-17mnt: Don't propagate umounts in __detach_mountsEric W. Biederman1-1/+1
2015-05-17mnt: Improve the umount_tree flagsEric W. Biederman2-16/+16
2015-05-17ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-05-17fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-05-17NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble1-1/+1
2015-05-17Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3