summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-16bcachefs: Delay calculation of trans->journal_u64sAlan Huang1-4/+7
2025-06-16bcachefs: Add missing EBUG_ONAlan Huang1-0/+2
2025-06-16bcachefs: Fix alloc_req use after freeAlan Huang2-14/+35
2025-06-16bcachefs: Don't allocate new memory when mempool is exhaustedAlan Huang1-25/+4
2025-06-16bcachefs: btree iter tracepointsKent Overstreet2-5/+82
2025-06-16bcachefs: trace_extent_trim_atomicKent Overstreet2-1/+17
2025-06-14Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-22/+33
2025-06-13NFSD: Avoid corruption of a referring call listChuck Lever1-0/+1
2025-06-12smb: improve directory cache reuse for readdir operationsBharath SM2-17/+19
2025-06-12smb: client: fix perf regression with deferred closesPaulo Alcantara1-3/+6
2025-06-12fs: unlock the superblock during iterate_supers_typeDarrick J. Wong1-1/+3
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein1-3/+5
2025-06-12bcachefs: Don't trace should_be_locked unless changingKent Overstreet1-2/+4
2025-06-12bcachefs: Ensure that snapshot creation propagates has_case_insensitiveKent Overstreet1-0/+10
2025-06-12bcachefs: Print devices we're mounting on multi device filesystemsKent Overstreet1-6/+14
2025-06-12bcachefs: Don't trust sb->nr_devices in members_to_text()Kent Overstreet1-4/+30
2025-06-12bcachefs: Fix version checks in validate_bset()Kent Overstreet1-5/+11
2025-06-12bcachefs: ioctl: avoid stack overflow warningArnd Bergmann1-2/+2
2025-06-12bcachefs: Don't pass trans to fsck_err() in gc_accounting_doneKent Overstreet1-1/+3
2025-06-12bcachefs: Fix leak in bch2_fs_recovery() error pathKent Overstreet1-4/+4
2025-06-12bcachefs: Fix rcu_pending for PREEMPT_RTKent Overstreet1-11/+11
2025-06-12bcachefs: Fix downgrade_table_extra()Kent Overstreet1-1/+4
2025-06-12bcachefs: Don't put rhashtable on stackKent Overstreet1-9/+13
2025-06-12bcachefs: Make sure opts.read_only gets propagated back to VFSKent Overstreet2-1/+11
2025-06-12bcachefs: Fix possible console lock involved deadlockAlan Huang6-20/+8
2025-06-12bcachefs: mark more errors autofixKent Overstreet1-4/+4
2025-06-12bcachefs: Don't persistently run scan_for_btree_nodesKent Overstreet2-3/+13
2025-06-12bcachefs: Read error message now prints if self healingKent Overstreet2-2/+10
2025-06-12bcachefs: Only run 'increase_depth' for keys from btree node csanKent Overstreet1-1/+12
2025-06-12bcachefs: Mark need_discard_freespace_key_bad autofixKent Overstreet1-1/+1
2025-06-12bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet1-0/+16
2025-06-12bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet4-6/+48
2025-06-12bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet2-2/+31
2025-06-12bcachefs: Log fsck errors in the journalKent Overstreet1-0/+3
2025-06-12bcachefs: Add missing restart handling to check_topology()Kent Overstreet1-35/+60
2025-06-11VFS: change try_lookup_noperm() to skip revalidationNeilBrown1-4/+13
2025-06-10f2fs: Fix __write_node_folio() conversionMatthew Wilcox (Oracle)1-1/+0
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling1-2/+8
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-5/+6
2025-06-08Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-42/+71
2025-06-08Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds12-286/+421
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-5/+6
2025-06-07Merge tag 'ubifs-for-linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+13
2025-06-07do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-07clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+3
2025-06-07do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro1-21/+25
2025-06-07fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)1-10/+11
2025-06-07fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-07path_overmount(): avoid false negativesAl Viro1-6/+13