summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
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-10vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman1-2/+6
2015-07-10vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-11/+0
2015-07-10fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-07-04splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-07-04Btrfs: make xattr replace operations atomicFilipe Manana4-65/+102
2015-06-29pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-06-23btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-06-23btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-06-06fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-06-06vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-06jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2-9/+19
2015-06-06ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-06-06ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2-9/+22
2015-06-06d_walk() might skip too muchAl Viro1-4/+4
2015-06-06fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-17deal with deadlock in d_walk()Al Viro1-15/+16
2015-05-17mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10