summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton2015-07-051-0/+2
* nfs: take extra reference to fl->fl_file when running a setlkJeff Layton2015-07-051-0/+3
* fuse: initialize fc->release before calling itMiklos Szeredi2015-07-051-1/+1
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-07-051-1/+1
* xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-07-051-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2015-07-031-0/+1
* NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2015-07-032-0/+2
* pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust2015-07-031-0/+2
* jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-07-032-10/+33
* jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2015-07-031-1/+1
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-07-031-4/+19
* Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval2015-07-031-3/+1
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-07-031-0/+2
* efivarfs: Ensure VariableName is NUL-terminatedRoss Lagerwall2015-06-281-1/+1
* mnt: Fix the error check in __detach_mountsEric W. Biederman2015-06-281-1/+1
* ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()Konstantin Khlebnikov2015-06-281-6/+15
* fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-06-151-1/+1
* vfs: read file_handle only once in handle_to_pathSasha Levin2015-06-101-2/+3
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-06-101-10/+11
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-06-101-0/+3
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-06-102-9/+19
* ext4: check for zero length extent explicitlyEryu Guan2015-06-101-1/+1
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-06-102-9/+22
* d_walk() might skip too muchAl Viro2015-06-091-4/+4
* xfs: xfs_iozero can return positive errnoDave Chinner2015-06-091-1/+1
* xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-06-094-47/+58
* omfs: fix sign confusion for bitmap loop counterBob Copeland2015-06-091-1/+2
* fs, omfs: add NULL terminator in the end up the token listSasha Levin2015-06-091-1/+2
* fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman2015-06-091-2/+2
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-06-091-2/+5
* coredump: accept any write methodAl Viro2015-06-091-1/+1
* path_openat(): fix double fput()Al Viro2015-05-231-1/+2
* mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman2015-05-231-0/+6
* nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-231-1/+1
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-05-231-0/+13
* hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb2015-05-171-24/+14
* ext4: move check under lock scope to close a race.Davide Italiano2015-05-171-7/+8
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-172-0/+10
* btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-05-171-1/+2
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-05-171-28/+48
* NFS: Add a stub for GETDEVICELISTAnna Schumaker2015-05-171-0/+6
* nfsd4: disallow SEEK with special stateidsJ. Bruce Fields2015-05-171-0/+2
* nfsd4: fix READ permission checkingJ. Bruce Fields2015-05-171-4/+8
* RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro2015-05-171-2/+4
* mnt: Don't propagate umounts in __detach_mountsEric W. Biederman2015-05-171-1/+1
* mnt: Improve the umount_tree flagsEric W. Biederman2015-05-172-16/+16
* ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-05-171-9/+11
* fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson2015-05-171-1/+8
* NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble2015-05-171-1/+1
* Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana2015-05-171-0/+3