| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 6.9-rc5 into driver-core-next | Greg Kroah-Hartman | 2024-04-23 | 1 | -0/+2 |
|\ |
|
| * | fs: sysfs: Fix reference leak in sysfs_break_active_protection() | Alan Stern | 2024-04-11 | 1 | -0/+2 |
* | | sysfs: Add sysfs_bin_attr_simple_read() helper | Lukas Wunner | 2024-04-11 | 1 | -0/+27 |
|/ |
|
* | kernfs: sysfs: support custom llseek method for sysfs entries | Valentine Sinitsyn | 2023-10-05 | 1 | -0/+13 |
* | kobject: kobj_type: remove default_attrs | Greg Kroah-Hartman | 2022-04-05 | 1 | -13/+0 |
* | 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 | 1 | -54/+66 |
* | 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: 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 | 1 | -1/+1 |
|/ |
|
* | sysfs: add sysfs_change_owner() | Christian Brauner | 2020-02-27 | 1 | -0/+60 |
* | 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 |
* | 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 | 1 | -2/+4 |
* | sysfs: constify sysfs create/remove files harder | Jani Nikula | 2018-12-03 | 1 | -2/+2 |
* | 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 | 1 | -12/+20 |
* | | kernfs: allow creating kernfs objects with arbitrary uid/gid | Dmitry Torokhov | 2018-07-21 | 1 | -2/+3 |
|/ |
|
* | 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: use SPDX identifiers | Greg Kroah-Hartman | 2018-01-23 | 1 | -2/+1 |
|/ |
|
* | sysfs: be careful of error returns from ops->show() | NeilBrown | 2017-04-08 | 1 | -2/+4 |
* | sysfs: correctly handle read offset on PREALLOC attrs | Konstantin Khlebnikov | 2016-08-31 | 1 | -1/+7 |
* | sysfs: correctly handle short reads on PREALLOC attrs. | NeilBrown | 2015-10-04 | 1 | -1/+3 |
* | fs: sysfs: don't pass count == 0 to bin file readers | Vladimir Zapolskiy | 2015-06-01 | 1 | -1/+1 |
* | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo | 2015-02-14 | 1 | -1/+1 |
* | sysfs/kernfs: make read requests on pre-alloc files use the buffer. | NeilBrown | 2014-11-07 | 1 | -4/+28 |
* | sysfs/kernfs: allow attributes to request write buffer be pre-allocated. | NeilBrown | 2014-11-07 | 1 | -7/+24 |
* | fs: sysfs: return EGBIG on write if offset is larger than file size | Vladimir Zapolskiy | 2014-11-07 | 1 | -1/+1 |
* | sysfs: make sure read buffer is zeroed | Tejun Heo | 2014-05-20 | 1 | -1/+2 |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-04-16 | 1 | -92/+0 |
* | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 2014-03-26 | 1 | -0/+92 |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-02-08 | 1 | -92/+0 |
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 2014-02-08 | 1 | -0/+23 |
* | Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr... | Greg Kroah-Hartman | 2014-01-13 | 1 | -23/+0 |
* | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 2014-01-13 | 1 | -0/+92 |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-01-11 | 1 | -92/+0 |
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 2014-01-10 | 1 | -0/+23 |
* | kernfs: mark static names with KERNFS_STATIC_NAME | Tejun Heo | 2013-12-17 | 1 | -2/+2 |
* | kernfs: s/sysfs/kernfs/ in constants | Tejun Heo | 2013-12-12 | 1 | -1/+1 |
* | kernfs: s/sysfs/kernfs/ in various data structures | Tejun Heo | 2013-12-12 | 1 | -5/+5 |