aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-29Merge tag 'v3.18.16' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
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
2015-06-09coredump: accept any write methodAl Viro
2015-05-23path_openat(): fix double fput()Al Viro
2015-05-23mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman
2015-05-23nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-05-23ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi
2015-05-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb
2015-05-17ext4: move check under lock scope to close a race.Davide Italiano
2015-05-17ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-05-17btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval
2015-05-17fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn
2015-05-17NFS: Add a stub for GETDEVICELISTAnna Schumaker
2015-05-17nfsd4: disallow SEEK with special stateidsJ. Bruce Fields
2015-05-17nfsd4: fix READ permission checkingJ. Bruce Fields
2015-05-17RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro
2015-05-17mnt: Don't propagate umounts in __detach_mountsEric W. Biederman
2015-05-17mnt: Improve the umount_tree flagsEric W. Biederman
2015-05-17ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-05-17fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson
2015-05-17NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble
2015-05-17Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana
2015-05-17Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana
2015-05-17btrfs: don't accept bare namespace as a valid xattrDavid Sterba
2015-05-17Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana
2015-05-15fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner
2015-05-15epoll.patchThomas Gleixner
2015-05-15xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt
2015-05-15fs/aio: simple simple workSebastian Andrzej Siewior
2015-05-15fs: jbd2: pull your plug when waiting for spaceSebastian Andrzej Siewior
2015-05-15fs, jbd: pull your plug when waiting for spaceMike Galbraith
2015-05-15fs: ntfs: disable interrupt only on !RTMike Galbraith
2015-05-15mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang
2015-05-15fs: namespace preemption fixThomas Gleixner
2015-05-15timer-fd: Prevent live lockThomas Gleixner
2015-05-15buffer_head: Replace bh_uptodate_lock for -rtThomas Gleixner
2015-04-24xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-04-24ext4: fix indirect punch hole corruptionOmar Sandoval