summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-21Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-03-19Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-19exfat: remove duplicate update parent dirYuezhang Mo
2024-03-19exfat: do not sync parent dir if just update timestampYuezhang Mo
2024-03-19exfat: remove unused functionsYuezhang Mo
2024-03-19exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo
2024-03-18bcachefs: Fix lost wakeup on journal shutdownKent Overstreet
2024-03-18bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet
2024-03-18ksmbd: remove module versionNamjae Jeon
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon
2024-03-18Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-03-18Merge tag 'for-linus-6.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-18btrfs: do not skip re-registration for the mounted deviceAnand Jain
2024-03-18Merge tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)
2024-03-18NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)
2024-03-18fscache: Fix error handling in fscache_begin_operation()David Howells
2024-03-18fs,block: get holder during claimChristian Brauner
2024-03-18bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet
2024-03-18bcachefs: Run check_topology() firstKent Overstreet
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet
2024-03-18bcachefs: Fix lost transaction restart errorKent Overstreet
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet
2024-03-17bcachefs: fix for building in userspaceKent Overstreet
2024-03-17bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recoveryKent Overstreet
2024-03-17bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()Kent Overstreet
2024-03-17bcachefs: Improve sysfs internal/btree_updatesKent Overstreet
2024-03-17bcachefs: Split out btree_node_rewrite_workerKent Overstreet
2024-03-17bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet
2024-03-17bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet
2024-03-17bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet
2024-03-17bcachefs: Fix check_key_has_snapshot() callKent Overstreet
2024-03-17bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein
2024-03-17eventfs: Create eventfs_root_inode to store dentrySteven Rostedt (Google)
2024-03-17eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()Steven Rostedt (Google)
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds