summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-19binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki1-5/+5
2016-02-19FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2016-02-19ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2016-02-19fix sysvfs symlinksAl Viro1-8/+2
2016-02-19fix calculation of meta_bg descriptor backupsAndy Leiserson1-2/+2
2016-02-19jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2016-02-19ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-19ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-01-22nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2016-01-22nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2016-01-22ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2016-01-22Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-10-22vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-2/+27
2015-10-22dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+10
2015-10-22udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+10
2015-10-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-10-22btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-01vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-9/+0
2015-10-01hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-10-01hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-10-01fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-10-01NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-10-01NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-09-21hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2015-08-16signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
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-10freeing unlinked file indefinitely delayedAl Viro1-0/+3
2015-08-03hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-08-039p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+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-03fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-08-03Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
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: 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-10fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-07-03d_walk() might skip too muchJari Ruusu1-8/+8
2015-07-03Btrfs: make xattr replace operations atomicFilipe Manana4-65/+111
2015-07-03fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-07-03get rid of s_files and files_lockAl Viro4-149/+2
2015-07-03fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-15/+10