summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-06-14Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-22/+33
2025-06-12smb: improve directory cache reuse for readdir operationsBharath SM-17/+19
2025-06-12smb: client: fix perf regression with deferred closesPaulo Alcantara-3/+6
2025-06-11bcachefs: Don't trace should_be_locked unless changingKent Overstreet-2/+4
2025-06-11bcachefs: Ensure that snapshot creation propagates has_case_insensitiveKent Overstreet-0/+10
2025-06-11bcachefs: Print devices we're mounting on multi device filesystemsKent Overstreet-6/+14
2025-06-11bcachefs: Don't trust sb->nr_devices in members_to_text()Kent Overstreet-4/+30
2025-06-11bcachefs: Fix version checks in validate_bset()Kent Overstreet-5/+11
2025-06-11bcachefs: ioctl: avoid stack overflow warningArnd Bergmann-2/+2
2025-06-11bcachefs: Don't pass trans to fsck_err() in gc_accounting_doneKent Overstreet-1/+3
2025-06-11bcachefs: Fix leak in bch2_fs_recovery() error pathKent Overstreet-4/+4
2025-06-11bcachefs: Fix rcu_pending for PREEMPT_RTKent Overstreet-11/+11
2025-06-11bcachefs: Fix downgrade_table_extra()Kent Overstreet-1/+4
2025-06-11bcachefs: Don't put rhashtable on stackKent Overstreet-9/+13
2025-06-11bcachefs: Make sure opts.read_only gets propagated back to VFSKent Overstreet-1/+11
2025-06-11bcachefs: Fix possible console lock involved deadlockAlan Huang-20/+8
2025-06-11bcachefs: mark more errors autofixKent Overstreet-4/+4
2025-06-11bcachefs: Don't persistently run scan_for_btree_nodesKent Overstreet-3/+13
2025-06-11bcachefs: Read error message now prints if self healingKent Overstreet-2/+10
2025-06-11bcachefs: Only run 'increase_depth' for keys from btree node csanKent Overstreet-1/+12
2025-06-11bcachefs: Mark need_discard_freespace_key_bad autofixKent Overstreet-1/+1
2025-06-11bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet-0/+16
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet-6/+48
2025-06-11bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet-2/+31
2025-06-11bcachefs: Log fsck errors in the journalKent Overstreet-0/+3
2025-06-11bcachefs: Add missing restart handling to check_topology()Kent Overstreet-35/+60
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling-2/+8
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+6
2025-06-08Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+4
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-42/+71
2025-06-08Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds-286/+421
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+6
2025-06-07Merge tag 'ubifs-for-linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+13
2025-06-07do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro-0/+4
2025-06-07clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro-0/+3
2025-06-07do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro-21/+25
2025-06-07fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)-10/+11
2025-06-07fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro-1/+1
2025-06-07path_overmount(): avoid false negativesAl Viro-6/+13
2025-06-07fs/fhandle.c: fix a race in call of has_locked_children()Al Viro-4/+14
2025-06-06Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-11/+25
2025-06-06Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-80/+77
2025-06-06ceph: fix variable dereferenced before check in ceph_umount_begin()Viacheslav Dubeyko-2/+1
2025-06-05cifs: update internal version numberSteve French-2/+2
2025-06-04Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-93/+53
2025-06-04Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefsLinus Torvalds-1757/+2323
2025-06-04bcachefs: add cond_resched() to handle_overwrites()Kent Overstreet-0/+2
2025-06-04bcachefs: Make journal read log message a bit quieterKent Overstreet-5/+5
2025-06-04bcachefs: Fix subvol to missing root repairKent Overstreet-4/+14
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet-19/+62