aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-08-17fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner
2015-08-17fs/epoll: Do not disable preemption on RTThomas Gleixner
2015-08-17fs: jbd2: pull your plug when waiting for spaceSebastian Andrzej Siewior
2015-08-17fs, jbd: pull your plug when waiting for spaceMike Galbraith
2015-08-17fs: ntfs: disable interrupt only on !RTMike Galbraith
2015-08-17mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang
2015-08-17fs: namespace preemption fixThomas Gleixner
2015-08-17fs/aio: simple simple workSebastian Andrzej Siewior
2015-08-17timer-fd: Prevent live lockThomas Gleixner
2015-08-17buffer_head: Replace bh_uptodate_lock for -rtThomas Gleixner
2015-08-10xfs: remote attributes need to be considered dataDave Chinner
2015-08-10xfs: remote attribute headers contain an invalid LSNDave Chinner
2015-08-10NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust
2015-08-10NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_lockedTrond Myklebust
2015-08-10NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust
2015-08-10mnt: In detach_mounts detach the appropriate unmounted mountEric W. Biederman
2015-08-10mnt: Clarify and correct the disconnect logic in umount_treeEric W. Biederman
2015-08-10freeing unlinked file indefinitely delayedAl Viro
2015-08-03hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches
2015-08-03hpfs: kstrdup() out of memory handlingSanidhya Kashyap
2015-08-039p: don't leave a half-initialized inode sitting aroundAl Viro
2015-08-03nfs: always update creds in mirror, even when we have an already connected dsJeff Layton
2015-08-03nfs: fix potential credential leak in ff_layout_update_mirror_credJeff Layton
2015-08-03NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust
2015-08-03fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-08-03NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-08-03pNFS/flexfiles: Fix the reset of struct pgio_header when resendingTrond Myklebust
2015-08-03pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust
2015-08-03ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi
2015-08-03fuse: initialize fc->release before calling itMiklos Szeredi
2015-08-03Btrfs: fix file corruption after cloning inline extentsFilipe Manana
2015-08-03Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana
2015-08-03Btrfs: fix memory leak in the extent_same ioctlFilipe Manana
2015-08-03Btrfs: fix fsync data loss after append writeFilipe Manana
2015-08-03Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana
2015-08-03Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-08-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval
2015-08-03xfs: don't truncate attribute extents if no extents existBrian Foster
2015-08-03xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-08-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-08-03jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-08-03ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-03ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-08-03ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-08-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-08-03ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2015-08-03ext4: fix fencepost error in lazytime optimizationTheodore Ts'o
2015-08-03ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o
2015-08-03ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o