summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-17fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-17nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon1-1/+3
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov1-2/+2
2020-06-17aio: fix async fsync credsMiklos Szeredi1-0/+8
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein1-1/+4
2020-06-17gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-06-07io_uring: initialize ctx->sqo_wait earlierJens Axboe1-1/+1
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-06-03ceph: flush release queue when handling caps for unknown inodeJeff Layton1-1/+1
2020-06-03cifs: Fix null pointer check in cifs_readSteve French1-1/+1
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue1-1/+1
2020-06-03gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher1-3/+3
2020-06-03gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2-26/+10
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-05-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang1-0/+1
2020-05-27afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig1-5/+1
2020-05-27fix multiplication overflow in copy_fdtable()Al Viro1-1/+1
2020-05-27ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-20fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein1-4/+7
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2
2020-05-20cifs: fix leaked reference on requeued writeAdam McCoy1-1/+1
2020-05-20NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia1-1/+2
2020-05-20nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields1-1/+1
2020-05-20NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski1-18/+16
2020-05-20nfs: fscache: use timespec64 in inode auxdataArnd Bergmann3-11/+21
2020-05-20NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski1-1/+2
2020-05-20gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher1-7/+12
2020-05-20gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher1-7/+9
2020-05-14fanotify: merge duplicate events on parent and childAmir Goldstein1-1/+6
2020-05-14fsnotify: replace inode pointer with an object idAmir Goldstein3-5/+5
2020-05-14coredump: fix crash when umh is disabledLuis Chamberlain1-0/+8
2020-05-14ceph: demote quotarealm lookup warning to a debug messageLuis Henriques1-2/+2
2020-05-14ceph: fix endianness bug when handling MDS session feature bitsJeff Layton1-5/+3
2020-05-14eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov1-9/+9
2020-05-14epoll: atomically remove wait entry on wake upRoman Penyaev1-19/+24
2020-05-10cifs: do not share tcons with DFSPaulo Alcantara1-0/+4
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-05-06nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher1-7/+15
2020-05-06Fix use after free in get_tree_bdev()David Howells1-1/+1
2020-05-06dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro1-15/+12
2020-05-06btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo1-2/+11
2020-05-06btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-05-06btrfs: fix block group leak when removing failsXiyu Yang1-6/+10