Age | Commit message (Expand) | Author | Files | Lines |
2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -4/+35 |
2015-07-01 | sysfs: Add support for permanently empty directories to serve as mount points. | Eric W. Biederman | 1 | -0/+34 |
2015-06-01 | fs: sysfs: don't pass count == 0 to bin file readers | Vladimir Zapolskiy | 1 | -1/+1 |
2015-05-24 | sysfs: disambiguate between "error code" and "failure" in comments | Antonio Ospite | 1 | -3/+3 |
2015-05-13 | mnt: Refactor the logic for mounting sysfs and proc in a user namespace | Eric W. Biederman | 1 | -4/+1 |
2015-03-25 | sysfs: Only accept read/write permissions for file attributes | Vivien Didelot | 1 | -0/+6 |
2015-03-25 | sysfs: Use only return value from is_visible for the file mode | Guenter Roeck | 1 | -3/+2 |
2015-02-15 | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2015-02-13 | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo | 1 | -1/+1 |
2015-02-03 | sysfs: fix warning when creating a sysfs group without attributes | Javi Merino | 1 | -1/+1 |
2014-11-07 | sysfs/kernfs: make read requests on pre-alloc files use the buffer. | NeilBrown | 1 | -4/+28 |
2014-11-07 | sysfs/kernfs: allow attributes to request write buffer be pre-allocated. | NeilBrown | 1 | -7/+24 |
2014-11-07 | fs: sysfs: return EGBIG on write if offset is larger than file size | Vladimir Zapolskiy | 1 | -1/+1 |
2014-05-27 | kernfs: move the last knowledge of sysfs out from kernfs | Jianyu Zhan | 1 | -1/+3 |
2014-05-27 | sysfs: fix attribute_group bin file path on removal | Robert ABEL | 1 | -5/+5 |
2014-05-20 | sysfs: make sure read buffer is zeroed | Tejun Heo | 1 | -1/+2 |
2014-05-13 | kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs | Tejun Heo | 1 | -1/+2 |
2014-04-16 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 1 | -92/+0 |
2014-03-25 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 1 | -0/+92 |
2014-03-02 | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+3 |
2014-02-25 | sysfs: fix namespace refcnt leak | Li Zefan | 1 | -2/+3 |
2014-02-15 | sysfs: create bin_attributes under the requested group | Cody P Schafer | 1 | -2/+5 |
2014-02-07 | kernfs: add CONFIG_KERNFS | Tejun Heo | 1 | -0/+1 |
2014-02-07 | kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends | Tejun Heo | 1 | -31/+13 |
2014-02-07 | kernfs: allow nodes to be created in the deactivated state | Tejun Heo | 1 | -1/+1 |
2014-02-07 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 1 | -92/+0 |
2014-02-07 | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 1 | -0/+23 |
2014-01-13 | Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr... | Greg Kroah-Hartman | 1 | -23/+0 |
2014-01-13 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 1 | -0/+92 |
2014-01-10 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 1 | -92/+0 |
2014-01-10 | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 1 | -0/+23 |
2013-12-17 | kernfs: add kernfs_dir_ops | Tejun Heo | 1 | -1/+1 |
2013-12-17 | kernfs: mark static names with KERNFS_STATIC_NAME | Tejun Heo | 1 | -2/+2 |
2013-12-17 | kernfs: add @mode to kernfs_create_dir[_ns]() | Tejun Heo | 2 | -2/+4 |
2013-12-11 | kernfs: s/sysfs/kernfs/ in constants | Tejun Heo | 3 | -3/+3 |
2013-12-11 | kernfs: s/sysfs/kernfs/ in various data structures | Tejun Heo | 1 | -5/+5 |
2013-12-11 | kernfs: drop s_ prefix from kernfs_node members | Tejun Heo | 3 | -17/+17 |
2013-12-11 | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 6 | -185/+185 |
2013-12-10 | sysfs: fix use-after-free in sysfs_kill_sb() | Tejun Heo | 1 | -1/+3 |
2013-12-10 | sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning | Tejun Heo | 1 | -4/+8 |
2013-11-29 | sysfs, kernfs: remove cross inclusions of internal headers | Tejun Heo | 1 | -1/+0 |
2013-11-29 | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 1 | -1/+1 |
2013-11-29 | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 2 | -170/+0 |
2013-11-29 | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 1 | -32/+72 |
2013-11-29 | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 2 | -4/+12 |
2013-11-29 | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 1 | -11/+18 |
2013-11-29 | sysfs, kernfs: introduce sysfs_root_sd | Tejun Heo | 4 | -9/+11 |
2013-11-29 | sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() | Tejun Heo | 1 | -16/+7 |
2013-11-29 | sysfs, kernfs: make sysfs_super_info->ns const | Tejun Heo | 2 | -8/+8 |
2013-11-29 | sysfs, kernfs: drop unused params from sysfs_fill_super() | Tejun Heo | 1 | -2/+2 |