summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-151-1/+1
|\
| * sysfs: fix warning when creating a sysfs group without attributesJavi Merino2015-02-031-1/+1
* | kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-131-1/+1
|/
* sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2014-11-071-4/+28
* sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-071-7/+24
* fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy2014-11-071-1/+1
* kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-05-271-1/+3
* sysfs: fix attribute_group bin file path on removalRobert ABEL2014-05-271-5/+5
* sysfs: make sure read buffer is zeroedTejun Heo2014-05-201-1/+2
* kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2014-05-131-1/+2
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-04-161-92/+0
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-03-251-0/+92
* Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-021-2/+3
|\
| * sysfs: fix namespace refcnt leakLi Zefan2014-02-251-2/+3
* | sysfs: create bin_attributes under the requested groupCody P Schafer2014-02-151-2/+5
* | kernfs: add CONFIG_KERNFSTejun Heo2014-02-071-0/+1
* | kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-071-31/+13
* | kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-071-1/+1
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-071-92/+0
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-071-0/+23
|/
* Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-131-23/+0
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-01-131-0/+92
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-01-101-92/+0
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-01-101-0/+23
* kernfs: add kernfs_dir_opsTejun Heo2013-12-171-1/+1
* kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo2013-12-171-2/+2
* kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo2013-12-172-2/+4
* kernfs: s/sysfs/kernfs/ in constantsTejun Heo2013-12-113-3/+3
* kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo2013-12-111-5/+5
* kernfs: drop s_ prefix from kernfs_node membersTejun Heo2013-12-113-17/+17
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-116-185/+185
* sysfs: fix use-after-free in sysfs_kill_sb()Tejun Heo2013-12-101-1/+3
* sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warningTejun Heo2013-12-101-4/+8
* sysfs, kernfs: remove cross inclusions of internal headersTejun Heo2013-11-291-1/+0
* sysfs, kernfs: implement kernfs_ns_enabled()Tejun Heo2013-11-291-1/+1
* sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo2013-11-292-170/+0
* sysfs, kernfs: prepare mount path for kernfsTejun Heo2013-11-291-32/+72
* sysfs, kernfs: make super_blocks bind to different kernfs_rootsTejun Heo2013-11-292-4/+12
* sysfs, kernfs: implement kernfs_create/destroy_root()Tejun Heo2013-11-291-11/+18
* sysfs, kernfs: introduce sysfs_root_sdTejun Heo2013-11-294-9/+11
* sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()Tejun Heo2013-11-291-16/+7
* sysfs, kernfs: make sysfs_super_info->ns constTejun Heo2013-11-292-8/+8
* sysfs, kernfs: drop unused params from sysfs_fill_super()Tejun Heo2013-11-291-2/+2
* sysfs, kernfs: move symlink core code to fs/kernfs/symlink.cTejun Heo2013-11-292-138/+0
* sysfs, kernfs: move file core code to fs/kernfs/file.cTejun Heo2013-11-292-805/+1
* sysfs, kernfs: move dir core code to fs/kernfs/dir.cTejun Heo2013-11-292-999/+0
* sysfs, kernfs: move inode code to fs/kernfs/inode.cTejun Heo2013-11-293-356/+1
* sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.hTejun Heo2013-11-291-96/+6
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-297-127/+118
* sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo2013-11-293-44/+27
OpenPOWER on IntegriCloud