- 26fc9cd kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 11 years ago
- 9f70a40 sysfs: fix attribute_group bin file path on removal by Robert ABEL · 11 years ago
- f5c16f2 sysfs: make sure read buffer is zeroed by Tejun Heo · 10 years ago
- 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 10 years ago
- 33ac125 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
- 7209930 Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
- 13df797 Merge 3.14-rc5 into driver-core-next by Greg Kroah-Hartman · 11 years ago
- fed95ba sysfs: fix namespace refcnt leak by Li Zefan · 11 years ago
- aabaf4c sysfs: create bin_attributes under the requested group by Cody P Schafer · 11 years ago
- ba341d5 kernfs: add CONFIG_KERNFS by Tejun Heo · 11 years ago
- 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends by Tejun Heo · 11 years ago
- d35258e kernfs: allow nodes to be created in the deactivated state by Tejun Heo · 11 years ago
- ce8b04a sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
- 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
- a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
- a30f82b Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
- d1ba277 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
- 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
- 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
- 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
- bb8b9d09 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
- df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
- c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
- adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
- 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
- a7560a0 sysfs: fix use-after-free in sysfs_kill_sb() by Tejun Heo · 11 years ago
- 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
- bfc5c17 sysfs, kernfs: remove cross inclusions of internal headers by Tejun Heo · 11 years ago
- ac9bba0 sysfs, kernfs: implement kernfs_ns_enabled() by Tejun Heo · 11 years ago
- fa736a9 sysfs, kernfs: move mount core code to fs/kernfs/mount.c by Tejun Heo · 11 years ago
- 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
- df394fb sysfs, kernfs: make super_blocks bind to different kernfs_roots by Tejun Heo · 11 years ago
- ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
- 061447a sysfs, kernfs: introduce sysfs_root_sd by Tejun Heo · 11 years ago
- 9e30cc9 sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() by Tejun Heo · 11 years ago
- 51a35e9 sysfs, kernfs: make sysfs_super_info->ns const by Tejun Heo · 11 years ago
- ccc532d sysfs, kernfs: drop unused params from sysfs_fill_super() by Tejun Heo · 11 years ago
- 2072f1a sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c by Tejun Heo · 11 years ago
- 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
- fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
- ffed24e sysfs, kernfs: move inode code to fs/kernfs/inode.c by Tejun Heo · 11 years ago
- ae6621b sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h by Tejun Heo · 11 years ago
- ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
- 517e64f sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation by Tejun Heo · 11 years ago
- 2b25a62 sysfs, kernfs: reorganize SYSFS_* constants by Tejun Heo · 11 years ago
- 024f647 sysfs, kernfs: introduce kernfs_notify() by Tejun Heo · 11 years ago
- d19b984 sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() by Tejun Heo · 11 years ago
- 2d0cfbe sysfs, kernfs: remove sysfs_add_one() by Tejun Heo · 11 years ago
- 496f739 sysfs, kernfs: introduce kernfs_create_file[_ns]() by Tejun Heo · 11 years ago
- a7dc66d sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR by Tejun Heo · 11 years ago
- 471bd7b sysfs, kernfs: add sysfs_dirent->s_attr.size by Tejun Heo · 11 years ago
- f6acf8b sysfs, kernfs: introduce kernfs_ops by Tejun Heo · 11 years ago
- dd8a5b0 sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h by Tejun Heo · 11 years ago
- c6fb449 sysfs, kernfs: prepare open, release, poll paths for kernfs by Tejun Heo · 11 years ago
- fdbffaa sysfs, kernfs: prepare mmap path for kernfs by Tejun Heo · 11 years ago
- 50b38ca sysfs, kernfs: prepare write path for kernfs by Tejun Heo · 11 years ago
- c2b19da sysfs, kernfs: prepare read path for kernfs by Tejun Heo · 11 years ago
- 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
- 7c6e2d3 sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv by Tejun Heo · 11 years ago
- 44c3eea Merge branch 'driver-core-linus' into driver-core-next by Greg Kroah-Hartman · 11 years ago
- 5d60418 sysfs, kernfs: introduce kernfs_setattr() by Tejun Heo · 11 years ago
- 890ece1 sysfs, kernfs: introduce kernfs_rename[_ns]() by Tejun Heo · 11 years ago
- 5d0e26b sysfs, kernfs: introduce kernfs_create_link() by Tejun Heo · 11 years ago
- 879f40d sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() by Tejun Heo · 11 years ago
- ae2108a sysfs: make __sysfs_add_one() fail if the parent isn't a directory by Tejun Heo · 11 years ago
- c84a3b2 sysfs: drop kobj_ns_type handling, take #2 by Tejun Heo · 11 years ago
- 81440e7 Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()" by Greg Kroah-Hartman · 11 years ago
- 027a485 sysfs: use a separate locking class for open files depending on mmap by Tejun Heo · 11 years ago
- 54d7114 sysfs: handle duplicate removal attempts in sysfs_remove_group() by Mika Westerberg · 11 years ago
- a1212d2 Revert "sysfs: drop kobj_ns_type handling" by Linus Torvalds · 11 years ago
- 0cae60f sysfs: rename sysfs_assoc_lock and explain what it's about by Tejun Heo · 11 years ago
- 044e3bc sysfs: use generic_file_llseek() for sysfs_file_operations by Tejun Heo · 11 years ago
- 1c1365e sysfs: return correct error code on unimplemented mmap() by Vladimir Zapolskiy · 11 years ago
- d1c1459 sysfs: separate out dup filename warning into a separate function by Tejun Heo · 11 years ago
- 7eed6ec sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c by Tejun Heo · 11 years ago
- baa97cb sysfs: remove unused sysfs_get_dentry() prototype by Tejun Heo · 11 years ago
- 672f76a sysfs: honor bin_attr.attr.ignore_lockdep by Tejun Heo · 11 years ago
- 56b3f3b sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr by Tejun Heo · 11 years ago
- b9c0622 sysfs: fix sysfs_write_file for bin file by Ming Lei · 11 years ago
- d723a92 sysfs/bin: Fix size handling overflow for bin_attribute by Benjamin Herrenschmidt · 11 years ago
- 785a162 sysfs: make sysfs_file_ops() follow ignore_lockdep flag by Tejun Heo · 11 years ago
- 3124eb1 sysfs: merge regular and bin file handling by Tejun Heo · 11 years ago
- 49fe604 sysfs: prepare open path for unified regular / bin file handling by Tejun Heo · 11 years ago
- 73d9714 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c by Tejun Heo · 11 years ago
- 2f0c6b7 sysfs: add sysfs_bin_read() by Tejun Heo · 11 years ago
- f9b9a62 sysfs: prepare path write for unified regular / bin file handling by Tejun Heo · 11 years ago
- 3ff65d3 sysfs: collapse fs/sysfs/bin.c::fill_read() into read() by Tejun Heo · 11 years ago
- 9127016 sysfs: skip bin_buffer->buffer while reading by Tejun Heo · 11 years ago
- 13c589d sysfs: use seq_file when reading regular files by Tejun Heo · 11 years ago
- 8ef445f sysfs: use transient write buffer by Tejun Heo · 11 years ago
- bcafe4e sysfs: add sysfs_open_file->sd and ->file by Tejun Heo · 11 years ago
- 58282d8 sysfs: rename sysfs_buffer to sysfs_open_file by Tejun Heo · 11 years ago
- c75ec76 sysfs: add sysfs_open_file_mutex by Tejun Heo · 11 years ago
- 375b611 sysfs: remove sysfs_buffer->ops by Tejun Heo · 11 years ago
- aea585e sysfs: remove sysfs_buffer->needs_read_fill by Tejun Heo · 11 years ago
- 89e51da sysfs: remove unused sysfs_buffer->pos by Tejun Heo · 11 years ago
- 250f7c3 sysfs: introduce [__]sysfs_remove() by Tejun Heo · 11 years ago
- bcdde7e sysfs: make __sysfs_remove_dir() recursive by Tejun Heo · 11 years ago
- 26ea12d kobject: grab an extra reference on kobject->sd to allow duplicate deletes by Tejun Heo · 11 years ago
- d69ac5a sysfs: remove sysfs_addrm_cxt->parent_sd by Tejun Heo · 11 years ago