| Commit message (Expand) | Author | Age |
* | sysfs: remove unused include of kernfs-internal.h | Ondrej Mosnacek | 2019-02-08 |
* | sysfs: fix blank line coding style warning | Stephen Martin | 2019-01-18 |
* | sysfs: convert BUG_ON to WARN_ON | Greg Kroah-Hartman | 2019-01-07 |
* | sysfs: constify sysfs create/remove files harder | Jani Nikula | 2018-12-03 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-08-16 |
|\ |
|
| * | scsi: sysfs: Introduce sysfs_{un,}break_active_protection() | Bart Van Assche | 2018-08-02 |
* | | sysfs: Fix regression when adding a file to an existing group | Tyler Hicks | 2018-07-29 |
* | | sysfs, kobject: allow creating kobject belonging to arbitrary users | Dmitry Torokhov | 2018-07-21 |
* | | kernfs: allow creating kernfs objects with arbitrary uid/gid | Dmitry Torokhov | 2018-07-21 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2018-02-01 |
|\ |
|
| * | sysfs: do not use print_symbol() | Sergey Senozhatsky | 2018-01-05 |
* | | sysfs: use SPDX identifiers | Greg Kroah-Hartman | 2018-01-23 |
|/ |
|
* | sysfs: be careful of error returns from ops->show() | NeilBrown | 2017-04-08 |
* | sysfs: correctly handle read offset on PREALLOC attrs | Konstantin Khlebnikov | 2016-08-31 |
* | sysfs: correctly handle short reads on PREALLOC attrs. | NeilBrown | 2015-10-04 |
* | fs: sysfs: don't pass count == 0 to bin file readers | Vladimir Zapolskiy | 2015-05-31 |
* | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo | 2015-02-14 |
* | sysfs/kernfs: make read requests on pre-alloc files use the buffer. | NeilBrown | 2014-11-07 |
* | sysfs/kernfs: allow attributes to request write buffer be pre-allocated. | NeilBrown | 2014-11-07 |
* | fs: sysfs: return EGBIG on write if offset is larger than file size | Vladimir Zapolskiy | 2014-11-07 |
* | sysfs: make sure read buffer is zeroed | Tejun Heo | 2014-05-19 |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-04-16 |
* | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 2014-03-25 |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-02-07 |
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 2014-02-07 |
* | Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr... | Greg Kroah-Hartman | 2014-01-13 |
* | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 2014-01-13 |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-01-10 |
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 2014-01-10 |
* | kernfs: mark static names with KERNFS_STATIC_NAME | Tejun Heo | 2013-12-17 |
* | kernfs: s/sysfs/kernfs/ in constants | Tejun Heo | 2013-12-11 |
* | kernfs: s/sysfs/kernfs/ in various data structures | Tejun Heo | 2013-12-11 |
* | kernfs: drop s_ prefix from kernfs_node members | Tejun Heo | 2013-12-11 |
* | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 2013-12-11 |
* | sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning | Tejun Heo | 2013-12-11 |
* | sysfs, kernfs: move file core code to fs/kernfs/file.c | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: remove sysfs_add_one() | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: introduce kernfs_create_file[_ns]() | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: add sysfs_dirent->s_attr.size | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: introduce kernfs_ops | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: prepare open, release, poll paths for kernfs | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: prepare mmap path for kernfs | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: prepare write path for kernfs | Tejun Heo | 2013-11-29 |
* | sysfs, kernfs: prepare read path for kernfs | Tejun Heo | 2013-11-29 |