summaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+2
2024-04-11sysfs: Add sysfs_bin_attr_simple_read() helperLukas Wunner1-0/+27
2024-04-11fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern1-0/+2
2024-03-08sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.Rohan Kollambalath1-5/+5
2024-02-23sysfs: Fix crash on empty group attributes arrayDan Williams1-2/+2
2024-02-19sysfs: Introduce a mechanism to hide static attribute_groupsDan Williams1-9/+36
2023-12-07fs/sysfs/dir.c : Fix typo in commentMukesh Ojha1-1/+1
2023-10-05kernfs: sysfs: support custom llseek method for sysfs entriesValentine Sinitsyn1-0/+13
2023-06-15sysfs: Skip empty folders creationMiquel Raynal1-3/+5
2023-06-15sysfs: Improve readability by following the kernel coding styleMiquel Raynal1-1/+3
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman1-13/+0
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman1-1/+1
2021-10-05fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()Luis Chamberlain1-2/+1
2021-09-14sysfs: simplify sysfs_kf_seq_showChristoph Hellwig1-9/+6
2021-09-14sysfs: refactor sysfs_add_file_mode_nsChristoph Hellwig1-13/+14
2021-09-14sysfs: split out binary attribute handling from sysfs_add_file_mode_nsChristoph Hellwig3-65/+78
2021-08-06Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Greg Kroah-Hartman1-2/+2
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński1-2/+2
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński1-1/+1
2021-07-21sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()Geert Uytterhoeven1-1/+1
2021-01-12sysfs: Support zapping of binary attr mmapsDaniel Vetter1-0/+11
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches1-0/+55
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2020-05-18sysfs: export sysfs_remove_file_self()Jack Wang1-0/+1
2020-04-21docs: filesystems: fix renamed referencesMauro Carvalho Chehab4-4/+4
2020-04-05sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds1-16/+0
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+25
2020-02-27sysfs: add sysfs_change_owner()Christian Brauner1-0/+60
2020-02-27sysfs: add sysfs_group{s}_change_owner()Christian Brauner1-0/+115
2020-02-27sysfs: add sysfs_link_change_owner()Christian Brauner1-0/+41
2020-02-27sysfs: add sysfs_file_change_owner()Christian Brauner1-0/+47
2020-02-19sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...Sourabh Jain1-3/+25
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+1
2019-06-03sysfs: Add sysfs_update_groups functionJiri Olsa1-15/+39
2019-05-26no need to protect against put_user_ns(NULL)Al Viro1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-16Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+5
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro1-3/+5
2019-03-13Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-19/+54
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells1-19/+54
2019-02-08sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek1-1/+0
2019-01-18sysfs: fix blank line coding style warningStephen Martin1-0/+1
2019-01-07sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman4-5/+10
2018-12-03sysfs: constify sysfs create/remove files harderJani Nikula1-2/+2
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+22
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+44
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche1-0/+44
2018-07-29sysfs: Fix regression when adding a file to an existing groupTyler Hicks1-1/+1
2018-07-21sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov4-23/+44