summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2016-01-23Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2015-10-27btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-10-23jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-10-23vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-3/+28
2015-10-23dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+7
2015-10-23cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-2/+51
2015-10-23disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-10-23Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-10-23Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-10-23btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-01udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+16
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-01NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee1-0/+1
2015-10-01NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-10-01Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana1-0/+3
2015-10-01CIFS: fix type confusion in copy offload ioctlJann Horn1-0/+6
2015-09-21hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2015-08-17path_openat(): fix double fput()Al Viro1-1/+2
2015-08-17dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi1-23/+4
2015-08-17more graceful recovery in umount_collect()Al Viro1-76/+25
2015-08-17don't remove from shrink list in select_collect()Al Viro1-21/+10
2015-08-17dentry_kill(): don't try to remove from shrink listAl Viro1-8/+19
2015-08-17expand the call of dentry_lru_del() in dentry_kill()Al Viro1-1/+6
2015-08-17new helper: dentry_free()Al Viro1-5/+10
2015-08-17fold try_prune_one_dentry()Al Viro1-50/+25
2015-08-17fold d_kill() and d_free()Al Viro1-53/+24
2015-08-17signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-08-17ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-08-17fsnotify: 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-03block: Do a full clone when splitting discard biosMartin K. Petersen1-3/+12
2015-08-03fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-08-03Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
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