summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-09-21fs: create and use seq_show_option for escapingKees Cook11-24/+26
2015-09-21hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2015-09-21fs: Set the size of empty dirs to 0.Eric W. Biederman1-1/+1
2015-09-21xfs: Fix file type directory corruption for btree directoriesJan Kara1-1/+9
2015-09-21xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-09-21libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong1-1/+2
2015-08-16nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton1-6/+6
2015-08-16nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig1-45/+52
2015-08-16signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-08-16nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee1-5/+6
2015-08-16ocfs2: fix shift left overflowJoseph Qi1-2/+2
2015-08-16ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-08-16fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
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