summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-02ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani1-1/+2
2020-05-02ext4: unsigned int compared against zeroColin Ian King1-1/+2
2020-05-02ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o1-0/+5
2020-05-02ext4: don't perform block validity checks on the journal inodeTheodore Ts'o1-4/+8
2020-05-02ext4: protect journal inode's blocks using block_validityTheodore Ts'o2-0/+52
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o8-39/+62
2020-05-02ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o1-2/+4
2020-05-02ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o1-1/+1
2020-05-02ext4: use matching invalidatepage in ext4_writepageyangerkun1-1/+1
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong1-0/+1