summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-09-25xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-09-25xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2018-09-25xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2018-09-25hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-09-25btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo1-11/+12
2018-09-25Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-09-25ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-56/+3
2018-09-25jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+1
2018-09-25ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-09-25ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-09-25ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-09-25ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-09-25ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-8/+14
2018-09-25ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-09-25ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-09-25ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-09-25ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-09-25ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-09-25ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-09-25ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-09-25xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+2
2018-09-25jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-06-16fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2-2/+5
2018-06-16fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo1-9/+10
2018-06-16fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo1-4/+19
2018-06-16aio: fix serial draining in exit_aio()Jens Axboe1-15/+30
2018-06-16aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx()Oleg Nesterov1-11/+3
2018-06-16aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock()Oleg Nesterov1-28/+17
2018-06-16btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2018-06-16lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro1-3/+8
2018-06-16cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-06-16pipe: read buffer limits atomicallyEric Biggers1-4/+9
2018-06-16pipe: simplify round_pipe_size()Eric Biggers1-11/+3
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-1/+4
2018-06-16pipe: fix off-by-one error when checking buffer limitsEric Biggers1-2/+2
2018-06-16pipe: actually allow root to exceed the pipe buffer limitsEric Biggers1-3/+8
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-10/+0
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-7/+3
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-15/+3
2018-06-16pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence1-2/+15
2018-06-16pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)1-0/+3
2018-06-16pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)1-18/+18
2018-06-16pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)1-7/+13
2018-06-16pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)1-20/+23
2018-06-16pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)1-10/+31
2018-06-16pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)1-5/+5
2018-06-16pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)1-23/+18
2018-06-16pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)1-12/+12
2018-06-16btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell1-1/+10
2018-06-16Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo1-13/+16