summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-08-10xfs: remote attributes need to be considered dataDave Chinner1-4/+11
2015-08-10xfs: remote attribute headers contain an invalid LSNDave Chinner2-9/+31
2015-08-10NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust1-1/+4
2015-08-10NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_lockedTrond Myklebust1-0/+3
2015-08-10NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust1-4/+4
2015-08-10mnt: In detach_mounts detach the appropriate unmounted mountEric W. Biederman1-5/+2
2015-08-10mnt: Clarify and correct the disconnect logic in umount_treeEric W. Biederman2-6/+31
2015-08-10freeing unlinked file indefinitely delayedAl Viro1-2/+5
2015-08-03hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-08-03hpfs: kstrdup() out of memory handlingSanidhya Kashyap1-2/+5
2015-08-039p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2015-08-03nfs: always update creds in mirror, even when we have an already connected dsJeff Layton1-2/+2
2015-08-03nfs: fix potential credential leak in ff_layout_update_mirror_credJeff Layton1-1/+2
2015-08-03NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2-0/+2
2015-08-03fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-08-03NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-08-03pNFS/flexfiles: Fix the reset of struct pgio_header when resendingTrond Myklebust1-1/+1
2015-08-03pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-08-03ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi1-28/+49
2015-08-03fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-08-03Btrfs: fix file corruption after cloning inline extentsFilipe Manana1-0/+14
2015-08-03Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana1-2/+2
2015-08-03Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-08-03Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2015-08-03Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana1-4/+11
2015-08-03Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-08-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-08-03xfs: don't truncate attribute extents if no extents existBrian Foster1-2/+8
2015-08-03xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-08-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-08-03jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-08-03ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-08-03ext4: correctly migrate a file with a hole at the beginningEryu Guan1-4/+5
2015-08-03ext4: be more strict when migrating to non-extent based fileEryu Guan1-1/+11
2015-08-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12
2015-08-03ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov1-3/+3
2015-08-03ext4: fix fencepost error in lazytime optimizationTheodore Ts'o1-1/+6
2015-08-03ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o1-0/+3
2015-08-03ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-08-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-07-21mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman1-3/+21
2015-07-21mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman3-9/+9
2015-07-21mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman1-3/+2
2015-07-21sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman5-31/+17
2015-07-21sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman1-0/+34
2015-07-21kernfs: Add support for always empty directories.Eric W. Biederman2-1/+39
2015-07-21proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman4-2/+35
2015-07-21sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman1-0/+37
2015-07-21fs: Add helper functions for permanently empty directories.Eric W. Biederman1-0/+96