summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-25vboxsf: Add support for the atomic_open directory-inode opHans de Goede
2021-07-25vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede
2021-07-25vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede
2021-07-25vboxsf: Honor excl flag to the dir-inode create opHans de Goede
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-20NFS: Fix fscache read from NFS after cache errorDave Wysochanski
2021-07-20NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski
2021-07-20nfsd: fix NULL dereference in nfs3svc_encode_getaclresJ. Bruce Fields
2021-07-20NFSD: Prevent a possible oops in the nfs_dirent() tracepointChuck Lever
2021-07-20nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust
2021-07-20nfsd: move fsnotify on client creation outside spinlockJ. Bruce Fields
2021-07-20NFSD: Add nfsd_clid_confirmed tracepointChuck Lever
2021-07-20io_uring: remove not needed PF_EXITING checkPavel Begunkov
2021-07-20io_uring: inline __tctx_task_work()Pavel Begunkov
2021-07-20io_uring: move creds from io-wq work to io_kiocbPavel Begunkov
2021-07-20io_uring: don't bounce submit_state cachelinesPavel Begunkov
2021-07-20io_uring: shuffle rarely used ctx fieldsPavel Begunkov
2021-07-20io_uring: get rid of files in exit cancelPavel Begunkov
2021-07-20f2fs: remove false alarm on iget failure during GCJaegeuk Kim
2021-07-20nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew
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-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-20ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin
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 handling of non-atomic change attrbute updatesTrond Myklebust
2021-07-20NFS: Fix up inode attribute revalidation timeoutsTrond Myklebust
2021-07-20fuse: fix illegal access to inode with reused nodeidAmir Goldstein
2021-07-20virtiofs: propagate sync() to file serverGreg Kurz
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-20btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana
2021-07-20btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn
2021-07-20btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana
2021-07-20btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana
2021-07-20btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba
2021-07-20btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota