summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin1-0/+2
2020-05-02xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia1-43/+42
2020-05-02xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong1-1/+13
2020-05-02vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-1/+1
2020-05-02fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk1-1/+1
2020-05-02ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-05-02ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang1-0/+5
2020-05-02ext4: fix extent_status fragmentation for plain filesDmitry Monakhov1-20/+27
2020-04-24ext2: fix debug reference to ext2_xattr_cacheJan Kara1-2/+1
2020-04-24ext2: fix empty body warnings when -Wextra is usedRandy Dunlap1-2/+3
2020-04-24NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust1-9/+8
2020-04-24ext4: do not commit super on read-only bdevEric Sandeen1-1/+2
2020-04-24NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro1-0/+2
2020-04-24NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust1-0/+2
2020-04-24ext4: use non-movable memory for superblock readaheadRoman Gushchin3-2/+13
2020-04-24ext4: do not zeroout extents beyond i_disksizeJan Kara1-4/+4
2020-04-24btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-04-24ext4: fix incorrect inodes per group in error messageJosh Triplett1-1/+1
2020-04-24ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett1-2/+2
2020-04-24jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)1-3/+4
2020-04-24btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-04-24Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+23
2020-04-24hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-24ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-24fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-24ext4: fix a data race at inode->i_blocksQian Cai1-1/+1
2020-04-24NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust1-0/+1
2020-04-24btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-04-24CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin1-1/+1
2020-04-24signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-04-24btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-24btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-04-24gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-04-13ceph: canonicalize server path in placeIlya Dryomov2-92/+28