summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-15bcachefs: Don't allocate new memory when mempool is exhaustedAlan Huang
2025-06-15bcachefs: btree iter tracepointsKent Overstreet
2025-06-15bcachefs: trace_extent_trim_atomicKent Overstreet
2025-06-14Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-06-13ext2: Handle fiemap on empty files to prevent EINVALWei Gao
2025-06-13zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZEJohannes Thumshirn
2025-06-12NFSD: Avoid corruption of a referring call listChuck Lever
2025-06-12smb: improve directory cache reuse for readdir operationsBharath SM
2025-06-12smb: client: fix perf regression with deferred closesPaulo Alcantara
2025-06-12fs: unlock the superblock during iterate_supers_typeDarrick J. Wong
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein
2025-06-12coredump: cleanup coredump socket functionsChristian Brauner
2025-06-12coredump: allow for flexible coredump handlingChristian Brauner
2025-06-11bcachefs: Don't trace should_be_locked unless changingKent Overstreet
2025-06-11bcachefs: Ensure that snapshot creation propagates has_case_insensitiveKent Overstreet
2025-06-11bcachefs: Print devices we're mounting on multi device filesystemsKent Overstreet
2025-06-11bcachefs: Don't trust sb->nr_devices in members_to_text()Kent Overstreet
2025-06-11bcachefs: Fix version checks in validate_bset()Kent Overstreet
2025-06-11bcachefs: ioctl: avoid stack overflow warningArnd Bergmann
2025-06-11bcachefs: Don't pass trans to fsck_err() in gc_accounting_doneKent Overstreet
2025-06-11bcachefs: Fix leak in bch2_fs_recovery() error pathKent Overstreet
2025-06-11bcachefs: Fix rcu_pending for PREEMPT_RTKent Overstreet
2025-06-11bcachefs: Fix downgrade_table_extra()Kent Overstreet
2025-06-11bcachefs: Don't put rhashtable on stackKent Overstreet
2025-06-11bcachefs: Make sure opts.read_only gets propagated back to VFSKent Overstreet
2025-06-11bcachefs: Fix possible console lock involved deadlockAlan Huang
2025-06-11bcachefs: mark more errors autofixKent Overstreet
2025-06-11bcachefs: Don't persistently run scan_for_btree_nodesKent Overstreet
2025-06-11bcachefs: Read error message now prints if self healingKent Overstreet
2025-06-11bcachefs: Only run 'increase_depth' for keys from btree node csanKent Overstreet
2025-06-11bcachefs: Mark need_discard_freespace_key_bad autofixKent Overstreet
2025-06-11bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet
2025-06-11bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet
2025-06-11bcachefs: Log fsck errors in the journalKent Overstreet
2025-06-11bcachefs: Add missing restart handling to check_topology()Kent Overstreet
2025-06-11configfs: use DCACHE_DONTCACHEAl Viro
2025-06-11debugfs: use DCACHE_DONTCACHEAl Viro
2025-06-11efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry()Al Viro
2025-06-119p: don't bother with always_delete_dentryAl Viro
2025-06-11ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHEAl Viro
2025-06-11kill simple_dentry_operationsAl Viro
2025-06-11devpts, sunrpc, hostfs: don't bother with ->d_opAl Viro
2025-06-11d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlierAl Viro
2025-06-11make d_set_d_op() staticAl Viro
2025-06-11simple_lookup(): just set DCACHE_DONTCACHEAl Viro
2025-06-11tracefs: Add d_delete to remove negative dentriesSteven Rostedt
2025-06-11set_default_d_op(): calculate the matching value for ->d_flagsAl Viro
2025-06-11correct the set of flags forbidden at d_set_d_op() timeAl Viro
2025-06-11exportfs: use lookup_one_unlocked()NeilBrown