summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-10-03exec: Limit arg stack to at most 75% of _STK_LIMKees Cook
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov
2018-10-03proc: drop handling non-linear mappingsKirill A. Shutemov
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2018-10-03proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-10-03prctl: Add force disable speculationThomas Gleixner
2018-10-03proc: Provide details on speculation flaw mitigationsKees Cook
2018-09-25xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-09-25xfs: validate cached inodes are free when allocatedDave Chinner
2018-09-25xfs: catch inode allocation state mismatch corruptionDave Chinner
2018-09-25hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández
2018-09-25btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo
2018-09-25Fix up non-directory creation in SGID directoriesLinus Torvalds
2018-09-25ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o
2018-09-25jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o
2018-09-25ext4: add more inode number paranoia checksTheodore Ts'o
2018-09-25ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o
2018-09-25ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o
2018-09-25ext4: always verify the magic number in xattr blocksTheodore Ts'o
2018-09-25ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o
2018-09-25ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-09-25ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o
2018-09-25ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-09-25ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o
2018-09-25ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o
2018-09-25ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-09-25ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-09-25xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2018-09-25jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor
2018-06-16fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2018-06-16fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo
2018-06-16fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo
2018-06-16aio: fix serial draining in exit_aio()Jens Axboe
2018-06-16aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx()Oleg Nesterov
2018-06-16aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock()Oleg Nesterov
2018-06-16btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg
2018-06-16lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro
2018-06-16cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann
2018-06-16pipe: read buffer limits atomicallyEric Biggers
2018-06-16pipe: simplify round_pipe_size()Eric Biggers
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-06-16pipe: fix off-by-one error when checking buffer limitsEric Biggers
2018-06-16pipe: actually allow root to exceed the pipe buffer limitsEric Biggers
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence
2018-06-16pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence
2018-06-16pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)
2018-06-16pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)
2018-06-16pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)