summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-09-29jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-09-29hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-09-29hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-09-29eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks1-8/+8
2015-09-29fs: Don't dump core if the corefile would become world-readable.Jann Horn1-2/+6
2015-09-29fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-09-29Revert "NFSv4: Remove incorrect check in can_open_delegated()"Trond Myklebust1-0/+2
2015-09-29NFSv4.1: Fix a protocol issue with CLOSE stateidsTrond Myklebust1-5/+10
2015-09-29NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust1-2/+5
2015-09-29NFS41/flexfiles: zero out DS write wccPeng Tao1-0/+2
2015-09-29NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust1-0/+7
2015-09-29NFS41/flexfiles: update inode after write finishesPeng Tao1-0/+3
2015-09-29NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-09-29NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee1-0/+1
2015-09-29NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()Trond Myklebust1-14/+19
2015-09-29NFS: Don't let the ctime override attribute barriers.Trond Myklebust1-8/+0
2015-09-29NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-09-29nfsd: ensure that delegation stateid hash references are only put onceJeff Layton1-9/+17
2015-09-29nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton1-22/+36
2015-09-29nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugKinglong Mee1-14/+31
2015-09-29NFSv4/pnfs: Ensure we don't miss a file extensionTrond Myklebust1-6/+9
2015-09-29Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana1-0/+3
2015-09-29CIFS: fix type confusion in copy offload ioctlJann Horn1-0/+6
2015-09-29Revert "ext4: remove block_device_ejected"Theodore Ts'o1-1/+17
2015-09-29ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen1-4/+8
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