| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: Skip empty folders creation | Miquel Raynal | 2023-06-15 | 1 | -3/+5 |
* | sysfs: Improve readability by following the kernel coding style | Miquel Raynal | 2023-06-15 | 1 | -1/+3 |
* | kobject: kobj_type: remove default_attrs | Greg Kroah-Hartman | 2022-04-05 | 1 | -13/+0 |
* | kernfs: move struct kernfs_root out of the public view. | Greg Kroah-Hartman | 2022-02-23 | 1 | -1/+1 |
* | fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns() | Luis Chamberlain | 2021-10-05 | 1 | -2/+1 |
* | sysfs: simplify sysfs_kf_seq_show | Christoph Hellwig | 2021-09-14 | 1 | -9/+6 |
* | sysfs: refactor sysfs_add_file_mode_ns | Christoph Hellwig | 2021-09-14 | 1 | -13/+14 |
* | sysfs: split out binary attribute handling from sysfs_add_file_mode_ns | Christoph Hellwig | 2021-09-14 | 3 | -65/+78 |
* | Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu... | Greg Kroah-Hartman | 2021-08-06 | 1 | -2/+2 |
|\ |
|
| * | sysfs: Rename struct bin_attribute member to f_mapping | Krzysztof Wilczyński | 2021-08-05 | 1 | -2/+2 |
| * | sysfs: Invoke iomem_get_mapping() from the sysfs open callback | Krzysztof Wilczyński | 2021-08-05 | 1 | -1/+1 |
* | | sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj() | Geert Uytterhoeven | 2021-07-21 | 1 | -1/+1 |
|/ |
|
* | sysfs: Support zapping of binary attr mmaps | Daniel Vetter | 2021-01-12 | 1 | -0/+11 |
* | sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output | Joe Perches | 2020-10-02 | 1 | -0/+55 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-06-05 | 1 | -0/+1 |
|\ |
|
| * | sysfs: export sysfs_remove_file_self() | Jack Wang | 2020-05-17 | 1 | -0/+1 |
* | | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 2020-04-20 | 4 | -4/+4 |
|/ |
|
* | sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn | Linus Torvalds | 2020-04-05 | 1 | -16/+0 |
* | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-04-05 | 1 | -3/+25 |
|\ |
|
| * | sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym... | Sourabh Jain | 2020-02-19 | 1 | -3/+25 |
* | | sysfs: add sysfs_change_owner() | Christian Brauner | 2020-02-27 | 1 | -0/+60 |
* | | sysfs: add sysfs_group{s}_change_owner() | Christian Brauner | 2020-02-27 | 1 | -0/+115 |
* | | sysfs: add sysfs_link_change_owner() | Christian Brauner | 2020-02-27 | 1 | -0/+41 |
* | | sysfs: add sysfs_file_change_owner() | Christian Brauner | 2020-02-27 | 1 | -0/+47 |
|/ |
|
* | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 2020-02-04 | 1 | -1/+1 |
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-07-19 | 1 | -2/+1 |
|\ |
|
| * | no need to protect against put_user_ns(NULL) | Al Viro | 2019-05-25 | 1 | -2/+1 |
* | | sysfs: Add sysfs_update_groups function | Jiri Olsa | 2019-06-03 | 1 | -15/+39 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
|/ |
|
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2019-03-16 | 1 | -3/+5 |
|\ |
|
| * | fix sysfs_init_fs_context() in !CONFIG_NET_NS case | Al Viro | 2019-03-16 | 1 | -3/+5 |
* | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2019-03-12 | 1 | -19/+54 |
|\| |
|
| * | kernfs, sysfs, cgroup, intel_rdt: Support fs_context | David Howells | 2019-02-28 | 1 | -19/+54 |
* | | sysfs: remove unused include of kernfs-internal.h | Ondrej Mosnacek | 2019-02-08 | 1 | -1/+0 |
* | | sysfs: fix blank line coding style warning | Stephen Martin | 2019-01-18 | 1 | -0/+1 |
|/ |
|
* | sysfs: convert BUG_ON to WARN_ON | Greg Kroah-Hartman | 2019-01-07 | 4 | -5/+10 |
* | sysfs: constify sysfs create/remove files harder | Jani Nikula | 2018-12-03 | 1 | -2/+2 |
* | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-08-18 | 1 | -8/+22 |
|\ |
|
| * | sysfs: Fix internal_create_group() for named group updates | Rajat Jain | 2018-07-07 | 1 | -7/+22 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-08-16 | 1 | -0/+44 |
|\ \ |
|
| * | | scsi: sysfs: Introduce sysfs_{un,}break_active_protection() | Bart Van Assche | 2018-08-02 | 1 | -0/+44 |
| |/ |
|
* | | sysfs: Fix regression when adding a file to an existing group | Tyler Hicks | 2018-07-29 | 1 | -1/+1 |
* | | sysfs, kobject: allow creating kobject belonging to arbitrary users | Dmitry Torokhov | 2018-07-21 | 4 | -23/+44 |
* | | kernfs: allow creating kernfs objects with arbitrary uid/gid | Dmitry Torokhov | 2018-07-21 | 2 | -3/+6 |
|/ |
|
* | unfuck sysfs_mount() | Al Viro | 2018-05-21 | 1 | -3/+3 |
* | sysfs: symlink: export sysfs_create_link_nowarn() | Grygorii Strashko | 2018-03-20 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2018-02-01 | 1 | -3/+2 |
|\ |
|
| * | sysfs: do not use print_symbol() | Sergey Senozhatsky | 2018-01-05 | 1 | -3/+2 |
* | | sysfs: remove DEBUG defines | Greg Kroah-Hartman | 2018-01-23 | 2 | -3/+0 |
* | | sysfs: use SPDX identifiers | Greg Kroah-Hartman | 2018-01-23 | 6 | -13/+6 |