summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-19btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana2-12/+27
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+5
2021-05-19squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-19hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2021-05-19f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2021-05-19fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-05-19nfsd: ensure new clients break delegationsJ. Bruce Fields1-5/+19
2021-05-19NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmountingTrond Myklebust1-8/+9
2021-05-19NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-19pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-19NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-19NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-19NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust1-2/+8
2021-05-19NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust1-22/+34
2021-05-19f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu1-3/+3
2021-05-19f2fs: Fix a hungtask problem in atomic writeYi Zhuang1-13/+17
2021-05-19f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu1-0/+4
2021-05-19f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu4-24/+55
2021-05-19f2fs: fix to update last i_size if fallocate partially succeedsChao Yu1-11/+11
2021-05-19f2fs: fix to align to section for fallocate() on pinned fileChao Yu3-19/+36
2021-05-19f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-05-19f2fs: fix panic during f2fs_resize_fs()Chao Yu1-0/+13
2021-05-19f2fs: fix to allow migrating fully valid segmentChao Yu5-16/+20
2021-05-19f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu1-33/+104
2021-05-19f2fs: move ioctl interface definitions to separated fileChao Yu2-79/+1
2021-05-19cuse: prevent cloneMiklos Szeredi1-0/+2
2021-05-19virtiofs: fix usernsMiklos Szeredi1-2/+1
2021-05-19fuse: invalidate attrs when page writeback completesVivek Goyal1-0/+9
2021-05-19fs: dlm: flush swork on shutdownAlexander Aring1-4/+1
2021-05-19fs: dlm: check on minimum msglen sizeAlexander Aring1-3/+4
2021-05-19fs: dlm: add errno handling to check callbackAlexander Aring1-7/+16
2021-05-19fs: dlm: fix debugfs dumpAlexander Aring1-0/+1
2021-05-14afs: Fix speculative status fetchesDavid Howells6-2/+23
2021-05-14ovl: invalidate readdir cache on changes to dir with originAmir Goldstein3-37/+36
2021-05-14xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-05-14io_uring: fix overflows checks in provide buffersPavel Begunkov1-2/+8
2021-05-14seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com1-0/+2
2021-05-14afs: Fix updating of i_mode due to 3rd party changeDavid Howells1-3/+3
2021-05-14NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia1-2/+2
2021-05-14NFSD: Fix sparse warning in nfs4proc.cChuck Lever1-6/+2
2021-05-14ovl: fix missing revert_creds() on error pathDan Carpenter1-1/+2
2021-05-14io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo1-2/+2
2021-05-11ext4: Fix occasional generic/418 failureJan Kara1-4/+21
2021-05-11ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2-1/+8
2021-05-11ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang1-1/+3
2021-05-11ext4: fix ext4_error_err save negative errno into superblockYe Bin1-1/+1
2021-05-11ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-11ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi1-3/+0
2021-05-11ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi1-16/+32