aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-13erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter1-1/+1
2024-07-12nilfs2: Constify struct kobj_typeChristophe JAILLET1-3/+3
2024-07-12kpageflags: detect isolated KPF_THP foliosRan Xiaokai1-12/+9
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-0/+4
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy3-7/+7
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko1-2/+25
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko1-0/+235
2024-07-12fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko1-54/+71
2024-07-12ubifs: add check for crypto_shash_tfm_digestChen Ni1-1/+4
2024-07-12ubifs: Fix inconsistent inode size when powercut happens during appendant wri...Zhihao Cheng1-1/+1
2024-07-12ubifs: fix kernel-doc warningsJeff Johnson6-6/+10
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang4-15/+9
2024-07-12ubifs: dbg_orphan_check: Fix missed key type checkingZhihao Cheng1-2/+6
2024-07-12ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng3-26/+51
2024-07-12ubifs: Fix space leak when powercut happens in linking tmpfileZhihao Cheng4-17/+15
2024-07-12ubifs: Move ui->data initialization after initializing securityZhihao Cheng1-8/+10
2024-07-12ubifs: Fix adding orphan entry twice for the same inodeZhihao Cheng1-1/+1
2024-07-12ubifs: Remove insert_dead_orphan from replaying orphan processZhihao Cheng1-49/+0
2024-07-12Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng1-2/+0
2024-07-12ubifs: Don't add xattr inode into orphan areaZhihao Cheng2-74/+14
2024-07-12ubifs: Fix unattached xattr inode if powercut happens after deletingZhihao Cheng1-7/+4
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-29/+97
2024-07-12nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argumentJeff Layton1-1/+1
2024-07-12nfs: do not extend writes to the entire folioChristoph Hellwig1-2/+6
2024-07-12nfs/blocklayout: add support for NVMeChristoph Hellwig1-0/+2
2024-07-12Merge tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds11-24/+87
2024-07-11bcachefs: bch2_gc_btree() should not use btree_root_lockKent Overstreet1-8/+22
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet4-8/+30
2024-07-11bcachefs; Use trans_unlock_long() when waiting on allocatorKent Overstreet1-1/+1
2024-07-11Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet1-2/+1
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski58-321/+585
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-133/+203
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana3-21/+66
2024-07-11btrfs: stop extent map shrinker if reschedule is neededFilipe Manana1-8/+31
2024-07-11btrfs: use delayed iput during extent map shrinkingFilipe Manana1-1/+1
2024-07-11btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana1-1/+1
2024-07-11affs: struct slink_front: Replace 1-element array with flexible arrayKees Cook1-1/+1
2024-07-11affs: struct affs_data_head: Replace 1-element array with flexible arrayKees Cook1-1/+1
2024-07-11affs: struct affs_head: Replace 1-element array with flexible arrayKees Cook1-1/+1
2024-07-11btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana1-0/+1
2024-07-11btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()Qu Wenruo1-6/+20
2024-07-11btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo3-16/+15
2024-07-11btrfs: enhance compression error messagesDavid Sterba3-44/+125
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana6-13/+23
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo5-16/+16
2024-07-11btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo3-8/+5
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo4-5/+26
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo8-12/+34
2024-07-11btrfs: output the unrecognized super block flags as hexQu Wenruo1-1/+1
2024-07-11btrfs: remove unused Opt enumsQu Wenruo1-3/+0