summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-20nfsd: move fsnotify on client creation outside spinlockJ. Bruce Fields1-5/+6
2021-07-20NFSD: Add nfsd_clid_confirmed tracepointChuck Lever2-5/+6
2021-07-20io_uring: remove not needed PF_EXITING checkPavel Begunkov1-7/+2
2021-07-20io_uring: inline __tctx_task_work()Pavel Begunkov1-36/+31
2021-07-20io_uring: move creds from io-wq work to io_kiocbPavel Begunkov2-12/+13
2021-07-20io_uring: don't bounce submit_state cachelinesPavel Begunkov1-11/+9
2021-07-20io_uring: shuffle rarely used ctx fieldsPavel Begunkov1-19/+17
2021-07-20io_uring: get rid of files in exit cancelPavel Begunkov1-32/+31
2021-07-20f2fs: remove false alarm on iget failure during GCJaegeuk Kim1-3/+1
2021-07-20nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew1-4/+8
2021-07-20ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng1-0/+7
2021-07-20nfs: fix acl memory leak of posix_acl_create()Gao Xiang1-2/+2
2021-07-20ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei1-0/+1
2021-07-20NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust1-10/+7
2021-07-20NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust1-40/+42
2021-07-20f2fs: compress: fix to disallow temp extensionChao Yu1-4/+12
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu1-0/+1
2021-07-20NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever2-32/+0
2021-07-20f2fs: atgc: fix to set default age thresholdChao Yu1-0/+1
2021-07-20ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin2-3/+11
2021-07-20NFS: nfs_find_open_context() may only select open filesTrond Myklebust1-0/+4
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-07-20orangefs: fix orangefs df output.Mike Marshall1-1/+1
2021-07-20NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust1-18/+15
2021-07-20NFS: Fix up inode attribute revalidation timeoutsTrond Myklebust1-34/+16
2021-07-20fuse: fix illegal access to inode with reused nodeidAmir Goldstein4-5/+15
2021-07-20virtiofs: propagate sync() to file serverGreg Kurz3-0/+44
2021-07-20NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust3-15/+58
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong1-0/+1
2021-07-20btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana1-1/+1
2021-07-20btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn1-1/+9
2021-07-20btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana7-184/+546
2021-07-20btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana3-69/+1
2021-07-20btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba1-1/+1
2021-07-20btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota1-29/+118
2021-07-20io_uring: use right task for exiting checksPavel Begunkov1-1/+1
2021-07-20cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg1-0/+4
2021-07-20cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara1-4/+2
2021-07-20cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N6-10/+65
2021-07-19f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu3-10/+23
2021-07-19jfs: fix GPF in diFreePavel Skripkin1-1/+2
2021-07-19ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o2-17/+20
2021-07-19ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng3-11/+36
2021-07-19io_uring: fix false WARN_ONCEPavel Begunkov1-1/+4
2021-07-19ext4: fix memory leak in ext4_fill_superPavel Skripkin3-21/+21
2021-07-19udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti1-0/+4
2021-07-19reiserfs: add check for invalid 1st journal blockPavel Skripkin1-0/+14
2021-07-14io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe1-0/+4
2021-07-14io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe1-0/+4
2021-07-14io_uring: fix blocking inline submissionPavel Begunkov1-1/+1