summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-11VFS: change try_lookup_noperm() to skip revalidationNeilBrown
2025-06-10f2fs: Fix __write_node_folio() conversionMatthew Wilcox (Oracle)
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-08Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-06-08Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-07Merge tag 'ubifs-for-linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-07do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro
2025-06-07clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro
2025-06-07do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro
2025-06-07fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)
2025-06-07fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro
2025-06-07path_overmount(): avoid false negativesAl Viro
2025-06-07fs/fhandle.c: fix a race in call of has_locked_children()Al Viro
2025-06-06Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-06-06Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-06ceph: fix variable dereferenced before check in ceph_umount_begin()Viacheslav Dubeyko
2025-06-06fs/xattr.c: fix simple_xattr_list()Stephen Smalley
2025-06-05cifs: update internal version numberSteve French
2025-06-05ovl: fix regression caused by lookup helpers API changesAmir Goldstein
2025-06-04Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-06-04Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-06-04pidfs: never refuse ppid == 0 in PIDFD_GET_INFOMike Yuan
2025-06-04bcachefs: add cond_resched() to handle_overwrites()Kent Overstreet
2025-06-04bcachefs: Make journal read log message a bit quieterKent Overstreet
2025-06-04bcachefs: Fix subvol to missing root repairKent Overstreet
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet
2025-06-04bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet
2025-06-04bcachefs: Add flags to subvolume_to_text()Kent Overstreet
2025-06-04bcachefs: Fix oops in btree_node_seq_matches()Kent Overstreet
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet
2025-06-04bcachefs: Redo bch2_dirent_init_name()Kent Overstreet
2025-06-04bcachefs: Fix -Wc23-extensions in bch2_check_dirents()Nathan Chancellor
2025-06-04fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_m...Zeng Heng
2025-06-03cifs: do not disable interface polling on failureShyam Prasad N
2025-06-03cifs: serialize other channels when query server interfaces is pendingShyam Prasad N
2025-06-03cifs: deal with the channel loading lag while picking channelsShyam Prasad N
2025-06-03smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher
2025-06-03smb: smbdirect: introduce smbdirect_socket_parametersStefan Metzmacher
2025-06-03smb: client: make use of common smbdirect_socketStefan Metzmacher
2025-06-03smb: smbdirect: add smbdirect_socket.hStefan Metzmacher
2025-06-03smb: client: make use of common smbdirect.hStefan Metzmacher
2025-06-03smb: smbdirect: add smbdirect.h with public structuresStefan Metzmacher
2025-06-03smb: client: make use of common smbdirect_pdu.hStefan Metzmacher