aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-08-06Merge branch 'v5.6/base' into v5.6/standard/tiny/basev5.6/standard/tiny/baseBruce Ashfield
2020-08-06Merge branch 'v5.6/base' into v5.6/standard/baseBruce Ashfield
2020-06-17fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-06-17ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein
2020-06-17io_uring: fix flush req->refs underflowPavel Begunkov
2020-06-17io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()Xiaoguang Wang
2020-06-17nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-17smb3: fix typo in mount options displayed in /proc/mountsSteve French
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-17aio: fix async fsync credsMiklos Szeredi
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-06-17gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-06-07io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang
2020-06-07io_uring: fix FORCE_ASYNC req preparationPavel Begunkov
2020-06-07io_uring: don't prepare DRAIN reqs twicePavel Begunkov
2020-06-07io_uring: initialize ctx->sqo_wait earlierJens Axboe
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko
2020-06-03ceph: flush release queue when handling caps for unknown inodeJeff Layton
2020-06-03cifs: Fix null pointer check in cifs_readSteve French
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue
2020-06-03gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher
2020-06-03gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang
2020-05-27afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig
2020-05-27pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa
2020-05-27fix multiplication overflow in copy_fdtable()Al Viro
2020-05-27ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-27ovl: potential crash in ovl_fid_to_fh()Dan Carpenter
2020-05-20fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman
2020-05-20cifs: fix leaked reference on requeued writeAdam McCoy
2020-05-20NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia
2020-05-20epoll: call final ep_events_available() check under the lockRoman Penyaev
2020-05-20nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields
2020-05-20NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski
2020-05-20NFS: Fix fscache super_cookie allocationDave Wysochanski
2020-05-20NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski
2020-05-20gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher
2020-05-20cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa...David Howells
2020-05-20gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher
2020-05-20io_uring: check non-sync defer_list carefullyPavel Begunkov
2020-05-20io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()Xiaoguang Wang