summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-20btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-06-20btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-20ext4: fix race between ext4_sync_parent() and rename()Eric Biggers
2020-06-20ext4: fix error pointer dereferenceJeffle Xu
2020-06-20ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar
2020-06-20btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2020-06-20btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana
2020-06-20fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi
2020-06-20proc: Use new_inode not new_inode_pseudoEric W. Biederman
2020-06-20ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-06-20nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-20cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko
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: move privileged user check to gfs2_quota_lock_checkBob Peterson
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-27fix multiplication overflow in copy_fdtable()Al Viro
2020-05-27ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman
2020-05-20f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang
2020-05-20f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2020-05-20f2fs: sanity check of xattr entry sizeJaegeuk Kim
2020-05-20f2fs: introduce read_xattr_blockChao Yu
2020-05-20f2fs: introduce read_inline_xattrChao Yu
2020-05-20coredump: fix crash when umh is disabledLuis Chamberlain
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-05-05nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher
2020-05-05btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana
2020-05-05btrfs: fix block group leak when removing failsXiyu Yang
2020-05-05ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2020-05-02propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro
2020-05-02ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani
2020-05-02ext4: unsigned int compared against zeroColin Ian King
2020-05-02ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o
2020-05-02ext4: don't perform block validity checks on the journal inodeTheodore Ts'o
2020-05-02ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2020-05-02ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o
2020-05-02ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o
2020-05-02ext4: use matching invalidatepage in ext4_writepageyangerkun
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin
2020-05-02xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia
2020-05-02xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong
2020-05-02vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-05-02fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk
2020-05-02ceph: don't skip updating wanted caps when cap is staleYan, Zheng