| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: add sysfs_change_owner() | Christian Brauner | 2020-02-26 | 1 | -0/+60 |
* | sysfs: add sysfs_link_change_owner() | Christian Brauner | 2020-02-26 | 1 | -0/+41 |
* | sysfs: add sysfs_file_change_owner() | Christian Brauner | 2020-02-26 | 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-15 | 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-20 | 1 | -12/+20 |
* | | kernfs: allow creating kernfs objects with arbitrary uid/gid | Dmitry Torokhov | 2018-07-20 | 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-13 | 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-25 | 1 | -0/+92 |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-02-07 | 1 | -92/+0 |
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 2014-02-07 | 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-10 | 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-11 | 1 | -1/+1 |
* | kernfs: s/sysfs/kernfs/ in various data structures | Tejun Heo | 2013-12-11 | 1 | -5/+5 |
* | kernfs: drop s_ prefix from kernfs_node members | Tejun Heo | 2013-12-11 | 1 | -8/+8 |
* | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 2013-12-11 | 1 | -61/+61 |
* | sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning | Tejun Heo | 2013-12-10 | 1 | -4/+8 |
* | sysfs, kernfs: move file core code to fs/kernfs/file.c | Tejun Heo | 2013-11-29 | 1 | -801/+1 |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 | 1 | -18/+23 |
* | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation | Tejun Heo | 2013-11-29 | 1 | -11/+24 |
* | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2013-11-29 | 1 | -11/+22 |
* | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() | Tejun Heo | 2013-11-29 | 1 | -11/+28 |
* | sysfs, kernfs: remove sysfs_add_one() | Tejun Heo | 2013-11-29 | 1 | -1/+1 |
* | sysfs, kernfs: introduce kernfs_create_file[_ns]() | Tejun Heo | 2013-11-29 | 1 | -11/+42 |
* | sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR | Tejun Heo | 2013-11-29 | 1 | -15/+8 |
* | sysfs, kernfs: add sysfs_dirent->s_attr.size | Tejun Heo | 2013-11-29 | 1 | -0/+6 |
* | sysfs, kernfs: introduce kernfs_ops | Tejun Heo | 2013-11-29 | 1 | -34/+112 |
* | sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h | Tejun Heo | 2013-11-29 | 1 | -11/+0 |
* | sysfs, kernfs: prepare open, release, poll paths for kernfs | Tejun Heo | 2013-11-29 | 1 | -17/+7 |