aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-10bcachefs: Avoid setting j->write_work unnecessarilyKent Overstreet1-13/+11
2024-03-10bcachefs: Split out journal workqueueKent Overstreet3-16/+19
2024-03-10bcachefs: Kill unnecessary wakeups in journal reclaimKent Overstreet1-11/+9
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou3-5/+9
2024-03-10bcachefs: fix split brain messageKent Overstreet1-1/+1
2024-03-10bcachefs: Set path->uptodate when no node at levelKent Overstreet1-2/+2
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathKent Overstreet3-6/+27
2024-03-10bcachefs: Fix degraded mode fsckKent Overstreet1-18/+18
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet4-6/+70
2024-03-10bcachefs: fix check_inode_deleted_list()Kent Overstreet1-6/+3
2024-03-10bcachefs: no_splitbrain_check optionKent Overstreet2-8/+22
2024-03-10bcachefs: extent_entry_next_safe()Kent Overstreet1-3/+8
2024-03-10bcachefs: journal_seq_blacklist_add() now handles entries being added out of ...Kent Overstreet2-46/+22
2024-03-10bcachefs: Fix null-ptr-deref in bch2_fs_alloc()Li Zetao1-3/+3
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu4-20/+77
2024-03-10erofs: make iov_iter describe target buffers over fscacheJingbo Xu1-112/+123
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li3-31/+15
2024-03-10erofs: refine managed cache operations to foliosGao Xiang6-48/+34
2024-03-10erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang1-11/+11
2024-03-10erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang1-35/+36
2024-03-10erofs: get rid of `justfound` debugging tagGao Xiang1-17/+3
2024-03-10erofs: convert z_erofs_do_read_page() to foliosGao Xiang1-16/+15
2024-03-10erofs: convert z_erofs_onlinepage_.* to foliosGao Xiang1-28/+22
2024-03-09exec: Simplify remove_arg_zero() error pathKees Cook1-7/+3
2024-03-09pstore/zone: Don't clear memory twiceChristophe JAILLET1-1/+0
2024-03-09NFSD: Clean up nfsd4_encode_replay()Chuck Lever2-16/+31
2024-03-09NFS: trace the uniquifier of fscacheChen Hanxiao1-0/+1
2024-03-09NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington1-0/+2
2024-03-09NFS: remove unused variable nfs_rpcstatTrond Myklebust1-4/+0
2024-03-09nfs: fix UAF in direct writesJosef Bacik2-3/+10
2024-03-09nfs: properly protect nfs_direct_req fieldsJosef Bacik1-1/+6
2024-03-09NFS: enable nconnect for RDMATrond Myklebust2-0/+3
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust4-16/+8
2024-03-09NFS: avoid infinite loop in pnfs_update_layout.NeilBrown1-0/+8
2024-03-09NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown1-4/+0
2024-03-09NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia1-1/+43
2024-03-09NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET1-2/+2
2024-03-09nfs: make the rpc_stat per net namespaceJosef Bacik4-4/+9
2024-03-09nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik1-4/+2
2024-03-09NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia2-2/+34
2024-03-09NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski1-7/+2
2024-03-07debugfs: fix wait/cancellation handling during removeJohannes Berg1-5/+20
2024-03-07sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.Rohan Kollambalath1-5/+5
2024-03-07ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi1-1/+19
2024-03-07ext4: hold group lock in ext4 kunit testKemeng Shi1-0/+9
2024-03-07ext4: alloc test super block from sgetKemeng Shi1-16/+39
2024-03-07ext4: kunit: use dynamic inode allocationArnd Bergmann1-6/+21
2024-03-07ext4: enable meta_bg only when new desc blocks are neededSrivathsa Dara1-1/+1
2024-03-07ext4: remove unused parameter biop in ext4_issue_discard()Wenchao Hao1-11/+5
2024-03-07ext4: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+1