summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-05-26Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman
2021-05-26userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz
2021-05-26fs/mount_setattr: tighten permission checksChristian Brauner
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg
2021-05-26btrfs: fix removed dentries still existing after log is syncedFilipe Manana
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik
2021-05-22block: reexpand iov_iter after read/writeyangerkun
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-05-22ceph: fix fscache invalidationJeff Layton
2021-05-22f2fs: fix to avoid NULL pointer dereferenceYi Chen
2021-05-22NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalidTrond Myklebust
2021-05-22NFS: Fix fscache invalidation in nfs_set_cache_invalid()Trond Myklebust
2021-05-19ext4: fix debug format string warningArnd Bergmann
2021-05-19debugfs: Make debugfs_allow RO after initKees Cook
2021-05-19f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu
2021-05-19f2fs: compress: fix race condition of overwrite vs truncateChao Yu
2021-05-19f2fs: compress: fix to free compress page correctlyChao Yu
2021-05-19dax: Wake up all waiters after invalidating dax entryVivek Goyal
2021-05-19dax: Add a wakeup mode parameter to put_unlocked_entry()Vivek Goyal
2021-05-19dax: Add an enum for specifying dax wakup modeVivek Goyal
2021-05-19btrfs: zoned: sanity check zone typeNaohiro Aota
2021-05-19btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix
2021-05-19btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana
2021-05-19btrfs: zoned: fix silent data loss after failure splitting ordered extentFilipe Manana
2021-05-19btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu
2021-05-19squashfs: fix divide error in calculate_skip()Phillip Lougher
2021-05-19hfsplus: prevent corruption in shrinking truncateJouni Roivas
2021-05-19fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton
2021-05-19nfsd: ensure new clients break delegationsJ. Bruce Fields
2021-05-19NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmountingTrond Myklebust
2021-05-19NFSv42: Copy offload should update the file size when appropriateTrond Myklebust
2021-05-19NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia
2021-05-19pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic
2021-05-19NFS: Deal correctly with attribute generation counter overflowTrond Myklebust
2021-05-19NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust
2021-05-19NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust
2021-05-19NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust
2021-05-19f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu
2021-05-19NFS: Only change the cookie verifier if the directory page cache is emptyTrond Myklebust
2021-05-19NFS: Fix handling of cookie verifier in uncached_readdir()Trond Myklebust
2021-05-19nfs: Subsequent READDIR calls should carry non-zero cookieverifierNagendra S Tomar
2021-05-19f2fs: Fix a hungtask problem in atomic writeYi Zhuang
2021-05-19f2fs: fix to restrict mount condition on readonly block deviceChao Yu
2021-05-19fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang
2021-05-19f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu
2021-05-19f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu
2021-05-19f2fs: fix to update last i_size if fallocate partially succeedsChao Yu