summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-31iomap: remove the length variable in iomap_seek_holeChristoph Hellwig
2021-07-31iomap: remove the length variable in iomap_seek_dataChristoph Hellwig
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee
2021-07-31hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi
2021-07-31hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi
2021-07-31hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-31io_uring: fix link timeout refsPavel Begunkov
2021-07-28hugetlbfs: fix mount mode command line processingMike Kravetz
2021-07-28userfaultfd: do not untag user pointersPeter Collingbourne
2021-07-28io_uring: remove double poll entry on arm failurePavel Begunkov
2021-07-28io_uring: explicitly count entries for poll reqsPavel Begunkov
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri
2021-07-28cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg
2021-07-28cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells
2021-07-28ceph: don't WARN if we're still opening a session to an MDSLuis Henriques
2021-07-25f2fs: Show casefolding support only when supportedDaniel Rosenberg
2021-07-25cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara
2021-07-20seq_file: disallow extremely large seq buffer allocationsEric Sandeen
2021-07-20NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust
2021-07-20NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust
2021-07-20NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust
2021-07-20nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust
2021-07-20ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng
2021-07-20nfs: fix acl memory leak of posix_acl_create()Gao Xiang
2021-07-20ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei
2021-07-20ubifs: Fix off-by-one errorSascha Hauer
2021-07-20NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust
2021-07-20NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust
2021-07-20f2fs: compress: fix to disallow temp extensionChao Yu
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2021-07-20NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever
2021-07-20f2fs: atgc: fix to set default age thresholdChao Yu
2021-07-20NFS: nfs_find_open_context() may only select open filesTrond Myklebust
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
2021-07-20orangefs: fix orangefs df output.Mike Marshall
2021-07-20NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2021-07-20cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara
2021-07-19f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu
2021-07-19ext4: fix memory leak in ext4_fill_superPavel Skripkin
2021-07-19jfs: fix GPF in diFreePavel Skripkin
2021-07-19io_uring: fix clear IORING_SETUP_R_DISABLED in wrong functionYang Yingliang
2021-07-19ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng
2021-07-19io_uring: convert io_buffer_idr to XArrayJens Axboe
2021-07-19io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)
2021-07-19io_uring: simplify io_remove_personalities()Yejune Deng
2021-07-19io_uring: fix false WARN_ONCEPavel Begunkov