summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-215-33/+88
|\
| * debugfs: fix wait/cancellation handling during removeJohannes Berg2024-03-071-5/+20
| * sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.Rohan Kollambalath2024-03-071-5/+5
| * sysfs: Fix crash on empty group attributes arrayDan Williams2024-02-231-2/+2
| * sysfs: Introduce a mechanism to hide static attribute_groupsDan Williams2024-02-191-9/+36
| * Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-19104-1379/+1510
| |\
| * | kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_filesNeel Natu2024-01-301-3/+5
| * | kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo2024-01-302-11/+22
* | | Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-11/+47
|\ \ \
| * | | btrfs: do not skip re-registration for the mounted deviceAnand Jain2024-03-181-11/+47
* | | | Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-214-376/+293
|\ \ \ \
| * | | | exfat: remove duplicate update parent dirYuezhang Mo2024-03-191-1/+2
| * | | | exfat: do not sync parent dir if just update timestampYuezhang Mo2024-03-191-11/+8
| * | | | exfat: remove unused functionsYuezhang Mo2024-03-193-64/+4
| * | | | exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo2024-03-191-84/+42
| * | | | exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo2024-03-193-77/+33
| * | | | exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo2024-03-192-5/+3
| * | | | exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo2024-03-193-115/+90
| * | | | exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo2024-03-193-33/+22
| * | | | exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo2024-03-192-0/+82
| * | | | exfat: add __exfat_get_dentry_set() helperYuezhang Mo2024-03-192-22/+43
* | | | | Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-03-2015-147/+716
|\ \ \ \ \
| * | | | | ksmbd: remove module versionNamjae Jeon2024-03-182-3/+0
| * | | | | ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2024-03-182-29/+42
| * | | | | ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2024-03-171-1/+4
| * | | | | ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King2024-03-141-1/+1
| * | | | | ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis2024-03-141-1/+1
| * | | | | ksmbd: add support for durable handles v1/v2Namjae Jeon2024-03-129-21/+506
| * | | | | ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon2024-03-123-25/+29
| * | | | | ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis2024-03-121-2/+8
| * | | | | ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis2024-03-123-66/+127
* | | | | | Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-1926-111/+157
|\ \ \ \ \ \
| * | | | | | bcachefs: Fix lost wakeup on journal shutdownKent Overstreet2024-03-181-6/+6
| * | | | | | bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet2024-03-181-4/+9
| * | | | | | bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet2024-03-181-1/+1
| * | | | | | bcachefs: Run check_topology() firstKent Overstreet2024-03-181-1/+1
| * | | | | | bcachefs: Improve bch2_fatal_error()Kent Overstreet2024-03-1815-35/+35
| * | | | | | bcachefs: Fix lost transaction restart errorKent Overstreet2024-03-181-4/+6
| * | | | | | bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet2024-03-173-2/+9
| * | | | | | bcachefs: fix for building in userspaceKent Overstreet2024-03-171-16/+16
| * | | | | | bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recoveryKent Overstreet2024-03-171-14/+18
| * | | | | | bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()Kent Overstreet2024-03-171-6/+7
| * | | | | | bcachefs: Improve sysfs internal/btree_updatesKent Overstreet2024-03-172-6/+8
| * | | | | | bcachefs: Split out btree_node_rewrite_workerKent Overstreet2024-03-172-2/+11
| * | | | | | bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet2024-03-171-1/+1
| * | | | | | bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet2024-03-171-3/+3
| * | | | | | bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet2024-03-171-8/+21
| * | | | | | bcachefs: Fix check_key_has_snapshot() callKent Overstreet2024-03-171-1/+3
| * | | | | | bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet2024-03-171-1/+2
* | | | | | | Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2024-03-183-39/+81
|\ \ \ \ \ \ \