| Commit message (Expand) | Author | Age |
| ... | |
| | * | | | | | | | | | | | | | | | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: implement kernfs_{de|re}activate[_self]() | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: make kernfs_get_active() block if the node is deactivated but not rem... | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: remove kernfs_addrm_cxt | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: restructure removal path to fix possible premature return | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: remove KERNFS_REMOVED | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | kernfs: fix get_active failure handling in kernfs_seq_*() | Tejun Heo | 2014-01-10 |
| | * | | | | | | | | | | | | | | | Merge 3.13-rc5 into staging-next | Greg Kroah-Hartman | 2013-12-24 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | kernfs: add kernfs_dir_ops | Tejun Heo | 2013-12-17 |
| | * | | | | | | | | | | | | | | | kernfs: allow negative dentries | Tejun Heo | 2013-12-17 |
| | * | | | | | | | | | | | | | | | kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME | Tejun Heo | 2013-12-17 |
| | * | | | | | | | | | | | | | | | kernfs: mark static names with KERNFS_STATIC_NAME | Tejun Heo | 2013-12-17 |
| | * | | | | | | | | | | | | | | | kernfs: add REMOVED check to create and rename paths | Tejun Heo | 2013-12-17 |
| | * | | | | | | | | | | | | | | | kernfs: add @mode to kernfs_create_dir[_ns]() | Tejun Heo | 2013-12-17 |
| | * | | | | | | | | | | | | | | | kernfs: s/sysfs/kernfs/ in internal functions and whatever is left | Tejun Heo | 2013-12-11 |
| | * | | | | | | | | | | | | | | | kernfs: s/sysfs/kernfs/ in global variables | Tejun Heo | 2013-12-11 |
| | * | | | | | | | | | | | | | | | 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: fix use-after-free in sysfs_kill_sb() | Tejun Heo | 2013-12-10 |
| | * | | | | | | | | | | | | | | | sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning | Tejun Heo | 2013-12-10 |
| | * | | | | | | | | | | | | | | | Merge branch 'driver-core-linus' into driver-core-next | Tejun Heo | 2013-12-10 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: remove duplicated include from file.c | Wei Yongjun | 2013-12-08 |
| | * | | | | | | | | | | | | | | | | kernfs: implement "trusted.*" xattr support | Tejun Heo | 2013-12-04 |
| | * | | | | | | | | | | | | | | | | kernfs: update sysfs_init_inode_attrs() | Tejun Heo | 2013-12-04 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: remove cross inclusions of internal headers | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: make sysfs_dirent definition public | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: make inode number ida per kernfs_root | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: introduce sysfs_root_sd | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: make sysfs_super_info->ns const | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: drop unused params from sysfs_fill_super() | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: move file core code to fs/kernfs/file.c | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: move dir core code to fs/kernfs/dir.c | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: move inode code to fs/kernfs/inode.c | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h | 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: reorganize SYSFS_* constants | Tejun Heo | 2013-11-29 |
| | * | | | | | | | | | | | | | | | | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2013-11-29 |