| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: symlink: export sysfs_create_link_nowarn() | Grygorii Strashko | 2018-03-19 | 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 |
* | | sysfs: turn WARN() into pr_warn() | Greg Kroah-Hartman | 2018-01-22 | 1 | -2/+3 |
* | | sysfs: Use PTR_ERR_OR_ZERO() | Vasyl Gomonovych | 2017-12-18 | 1 | -1/+1 |
* | | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -1/+1 |
|/ |
|
* | sysfs: be careful of error returns from ops->show() | NeilBrown | 2017-04-08 | 1 | -2/+4 |
* | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2016-10-14 | 1 | -3/+3 |
|\ |
|
| * | kernfs: make kernfs_path*() behave in the style of strlcpy() | Tejun Heo | 2016-08-10 | 1 | -3/+3 |
* | | sysfs print name of undiscoverable attribute group | Johannes Thumshirn | 2016-09-27 | 1 | -2/+2 |
* | | sysfs: correctly handle read offset on PREALLOC attrs | Konstantin Khlebnikov | 2016-08-31 | 1 | -1/+7 |
|/ |
|
* | kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC | Eric W. Biederman | 2016-06-23 | 1 | -2/+1 |
* | mnt: Refactor fs_fully_visible into mount_too_revealing | Eric W. Biederman | 2016-06-23 | 1 | -2/+2 |
* | Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-11-13 | 1 | -2/+15 |
|\ |
|
| * | sysfs: Support is_visible() on binary attributes | Emilio López | 2015-10-07 | 1 | -2/+15 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-11-05 | 1 | -0/+44 |
|\ \ |
|
| * | | sysfs: added __compat_only_sysfs_link_entry_to_kobj() | Jarkko Sakkinen | 2015-10-19 | 1 | -0/+44 |
| |/ |
|
* / | sysfs: correctly handle short reads on PREALLOC attrs. | NeilBrown | 2015-10-04 | 1 | -1/+3 |
|/ |
|
* | vfs: Commit to never having exectuables on proc and sysfs. | Eric W. Biederman | 2015-07-10 | 1 | -0/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-07-03 | 2 | -4/+35 |
|\ |
|
| * | sysfs: Add support for permanently empty directories to serve as mount points. | Eric W. Biederman | 2015-07-01 | 1 | -0/+34 |
| * | mnt: Refactor the logic for mounting sysfs and proc in a user namespace | Eric W. Biederman | 2015-05-13 | 1 | -4/+1 |
* | | fs: sysfs: don't pass count == 0 to bin file readers | Vladimir Zapolskiy | 2015-06-01 | 1 | -1/+1 |
* | | sysfs: disambiguate between "error code" and "failure" in comments | Antonio Ospite | 2015-05-24 | 1 | -3/+3 |
|/ |
|
* | sysfs: Only accept read/write permissions for file attributes | Vivien Didelot | 2015-03-25 | 1 | -0/+6 |
* | sysfs: Use only return value from is_visible for the file mode | Guenter Roeck | 2015-03-25 | 1 | -3/+2 |
* | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-15 | 1 | -1/+1 |
|\ |
|
| * | sysfs: fix warning when creating a sysfs group without attributes | Javi Merino | 2015-02-03 | 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 |
* | kernfs: move the last knowledge of sysfs out from kernfs | Jianyu Zhan | 2014-05-27 | 1 | -1/+3 |
* | sysfs: fix attribute_group bin file path on removal | Robert ABEL | 2014-05-27 | 1 | -5/+5 |
* | sysfs: make sure read buffer is zeroed | Tejun Heo | 2014-05-20 | 1 | -1/+2 |
* | kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs | Tejun Heo | 2014-05-13 | 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 |
* | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 2014-03-02 | 1 | -2/+3 |
|\ |
|
| * | sysfs: fix namespace refcnt leak | Li Zefan | 2014-02-25 | 1 | -2/+3 |
* | | sysfs: create bin_attributes under the requested group | Cody P Schafer | 2014-02-15 | 1 | -2/+5 |
* | | kernfs: add CONFIG_KERNFS | Tejun Heo | 2014-02-07 | 1 | -0/+1 |
* | | kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends | Tejun Heo | 2014-02-07 | 1 | -31/+13 |
* | | kernfs: allow nodes to be created in the deactivated state | Tejun Heo | 2014-02-07 | 1 | -1/+1 |
* | | 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 |