aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-08-25path_openat(): fix double fput()Al Viro
2015-08-25signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras
2015-08-25ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi
2015-08-19fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara
2015-08-19freeing unlinked file indefinitely delayedAl Viro
2015-08-04hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches
2015-08-049p: don't leave a half-initialized inode sitting aroundAl Viro
2015-08-04fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-08-04NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-08-04fuse: initialize fc->release before calling itMiklos Szeredi
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana
2015-08-04Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-08-04xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-08-04jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-08-04jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-08-04ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-04ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-08-04ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-08-04ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-04ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-08-04ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-08-04reiserfs: Fix use after free in journal teardownJan Kara
2015-07-30vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman
2015-07-30vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman
2015-07-30fs: Fix S_NOSEC handlingJan Kara
2015-07-30get rid of s_files and files_lockAl Viro
2015-07-30uninline destroy_super(), consolidate alloc_super()Al Viro
2015-07-30Btrfs: make xattr replace operations atomicFilipe Manana
2015-07-30pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings
2015-06-23fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner
2015-06-23udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-06-23udf: Remove repeated loads blocksizeJan Kara
2015-06-23btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney
2015-06-23btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song
2015-06-03fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-06-03vfs: read file_handle only once in handle_to_pathSasha Levin
2015-06-03jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong
2015-06-03ext4: check for zero length extent explicitlyEryu Guan
2015-06-03ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-06-03d_walk() might skip too muchAl Viro
2015-06-03fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-06-02Fix corrupt SMB2 ioctl requestsSteve French
2015-05-26mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman
2015-05-26aio: fix serial draining in exit_aio()Jens Axboe
2015-05-26aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock()Oleg Nesterov
2015-05-16mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman
2015-05-16nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-05-16ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi
2015-05-15fs/seq_file: fallback to vmalloc allocationHeiko Carstens