summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2-4/+10
2020-06-30pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust1-4/+7
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi1-3/+6
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi1-1/+1
2020-06-30ocfs2: load global_inode_allocJunxiao Bi1-1/+1
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+6
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-25ext4: fix partial cluster initialization when splitting extentJeffle Xu1-1/+1
2020-06-25block: Fix use-after-free in blkdev_get()Jason Yan1-5/+7
2020-06-25gfs2: fix use-after-free on transaction ail listsBob Peterson1-2/+9
2020-06-25gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1
2020-06-25NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia1-1/+1
2020-06-25dlm: remove BUG() before panic()Arnd Bergmann1-1/+0
2020-06-25nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2020-06-20btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana1-2/+2
2020-06-20btrfs: fix error handling when submitting direct I/O bioOmar Sandoval1-3/+3
2020-06-20ext4: fix race between ext4_sync_parent() and rename()Eric Biggers1-15/+13
2020-06-20ext4: fix error pointer dereferenceJeffle Xu1-2/+5
2020-06-20ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar1-3/+6
2020-06-20btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2020-06-20btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-06-20fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-20proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-20ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-20nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-20cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo1-0/+1
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-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: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
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-27fix multiplication overflow in copy_fdtable()Al Viro1-1/+1
2020-05-27ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo1-0/+1
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2
2020-05-20f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+14
2020-05-20f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2-9/+29
2020-05-20f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2020-05-20f2fs: introduce read_xattr_blockChao Yu1-26/+24
2020-05-20f2fs: introduce read_inline_xattrChao Yu1-30/+29
2020-05-20coredump: fix crash when umh is disabledLuis Chamberlain1-0/+8
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-05-05nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher1-7/+15
2020-05-05btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-05-05btrfs: fix block group leak when removing failsXiyu Yang1-6/+10
2020-05-05ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o1-1/+1
2020-05-02propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro1-5/+4