summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg2018-06-161-5/+6
* lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro2018-06-161-3/+8
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-06-161-3/+1
* pipe: read buffer limits atomicallyEric Biggers2018-06-161-4/+9
* pipe: simplify round_pipe_size()Eric Biggers2018-06-161-11/+3
* pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-06-161-1/+4
* pipe: fix off-by-one error when checking buffer limitsEric Biggers2018-06-161-2/+2
* pipe: actually allow root to exceed the pipe buffer limitsEric Biggers2018-06-161-3/+8
* pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-06-161-10/+0
* pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-06-161-7/+3
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2018-06-161-15/+3
* pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2018-06-161-2/+15
* pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2018-06-161-0/+3
* pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2018-06-161-18/+18
* pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2018-06-161-7/+13
* pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)2018-06-161-20/+23
* pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)2018-06-161-10/+31
* pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)2018-06-161-5/+5
* pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)2018-06-161-23/+18
* pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)2018-06-161-12/+12
* btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-06-161-1/+10
* Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-06-161-13/+16
* Btrfs: fix extent state leak from tree logLiu Bo2018-06-161-2/+3
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-06-161-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-06-161-1/+4
* CIFS: zero sensitive data when freeingAurelien Aptel2018-06-163-15/+8
* cifs: fix memory leak when password is supplied multiple timesNamjae Jeon2018-06-161-0/+2
* jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina2018-06-161-1/+0
* cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-06-161-2/+1
* cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-06-161-14/+12
* btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-06-161-1/+9
* NFS: reject request for id_legacy key without auxdataEric Biggers2018-06-161-1/+5
* kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-06-161-1/+1
* nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol2018-06-161-1/+1
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-06-161-3/+1
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-06-161-2/+2
* NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust2018-06-163-17/+12
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-06-161-0/+2
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-06-161-0/+1
* staging: ncpfs: memory corruption in ncp_read_kernel()Dan Carpenter2018-06-161-0/+4
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-06-161-3/+14
* hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz2018-06-161-3/+12
* ext4: fix bitmap position validationLukas Czerner2018-06-161-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-06-162-2/+20
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-06-161-0/+6
* cifs: empty TargetInfo leads to crash on recoveryDan Aloni2018-06-161-0/+3
* f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2018-06-161-1/+4
* ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2018-06-161-8/+55
* nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings2018-03-031-3/+3
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-03-031-0/+3