- 87d2846 sysfs: Add support for permanently empty directories to serve as mount points. by Eric W. Biederman · 9 years ago
- 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends 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
- 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
- 061447a sysfs, kernfs: introduce sysfs_root_sd by Tejun Heo · 11 years ago
- fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c 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
- 2d0cfbe sysfs, kernfs: remove sysfs_add_one() 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
- 890ece1 sysfs, kernfs: introduce kernfs_rename[_ns]() 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
- 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
- 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
- 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
- 73d9714 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c 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
- cfec0bc sysfs: @name comes before @ns by Tejun Heo · 11 years ago
- 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
- cb26a31 sysfs: drop kobj_ns_type handling by Tejun Heo · 11 years ago
- e34ff49 sysfs: remove ktype->namespace() invocations in directory code by Tejun Heo · 11 years ago
- bcac376 sysfs: drop semicolon from to_sysfs_dirent() definition by Tejun Heo · 11 years ago
- 6497d16 sysfs: use check_submounts_and_drop() by Miklos Szeredi · 11 years ago
- 37814ee sysfs: dir.c: fix up odd do/while indentation by Greg Kroah-Hartman · 11 years ago
- ddfd6d0 sysfs: fix up 80 column coding style issues by Greg Kroah-Hartman · 11 years ago
- 1b18dc2 sysfs: fix up space coding style issues by Greg Kroah-Hartman · 11 years ago
- ab9bf4b sysfs: remove trailing whitespace by Greg Kroah-Hartman · 11 years ago
- fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
- d55fea8 [readdir] convert sysfs by Al Viro · 11 years ago
- 4347491 sysfs: sysfs_link_sibling(): fix typo in comment by Warner Wang · 11 years ago
- bb2b005 sysfs: check if one entry has been removed before freeing by Ming Lei · 12 years ago
- f7db5e7 sysfs: fix use after free in case of concurrent read/write and readdir by Ming Lei · 12 years ago
- 0f8b1a0 Merge v3.9-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
- 3db3c62 sysfs: use atomic_inc_unless_negative in sysfs_get_active by Maarten Lankhorst · 12 years ago
- e5110f4 sysfs: handle failure path correctly for readdir() by Ming Lei · 12 years ago
- 991f76f sysfs: fix race between readdir and lseek by Ming Lei · 12 years ago
- 66081a7 sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat() by Geert Uytterhoeven · 12 years ago
- fa93669 Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
- 17f79be sysfs: fail dentry revalidation after namespace change fix by Andrew Morton · 12 years ago
- e5bcac6 sysfs: fail dentry revalidation after namespace change by Glauber Costa · 12 years ago
- e77fb7c sysfs: just use d_materialise_unique() by Al Viro · 12 years ago
- 469796d sysfs: switch to ->s_d_op and ->d_release() by Al Viro · 12 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
- 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
- 356c05d sysfs: get rid of some lockdep false positives by Alan Stern · 12 years ago
- b4eafca sysfs: Removed dup_name entirely in sysfs_rename by Sasikantha babu · 13 years ago
- 3a19888 sysfs: handle 'parent deleted before child added' by Dan Williams · 13 years ago
- 70fa4a6 sysfs: Update the name hash for an entry after changing the namespace by Tom Goff · 13 years ago
- 54d20f0 Revert "sysfs: Kill nlink counting." by Greg Kroah-Hartman · 13 years ago
- d5c38b1 sysfs: Update the name hash when renaming sysfs entries by Eric W. Biederman · 13 years ago
- 524b6c5 sysfs: Kill nlink counting. by Eric W. Biederman · 13 years ago
- cafa6b5 sysfs: Store the sysfs inode in an unsigned int. by Eric W. Biederman · 13 years ago
- 4e4d6d8 sysfs: Add s_hash to sysfs_dirent and order directory entries by hash by Eric W. Biederman · 13 years ago
- f6d90b4 sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees. by Eric W. Biederman · 13 years ago
- b9e2780d sysfs: Remove support for tagged directories with untagged members (again) by Eric W. Biederman · 13 years ago
- 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
- 903e21e sysfs: Reject with a warning invalid uses of tagged directories. by Eric W. Biederman · 13 years ago
- 2339618 sysfs: Remove support for tagged directories with untagged members. by Eric W. Biederman · 13 years ago
- c4253cb sysfs: add unsigned long cast to prevent compile warning by Heiko Carstens · 13 years ago
- a406f75 sysfs: use rb-tree for inode number lookup by Mikulas Patocka · 13 years ago
- 58f2a4c sysfs: remove s_sibling hacks by Mikulas Patocka · 13 years ago
- 4f72c0c sysfs: use rb-tree for name lookups by Mikulas Patocka · 13 years ago
- 7f9838f sysfs: count subdirectories by Mikulas Patocka · 13 years ago
- 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
- be867b1 sysfs: Comment sysfs directory tagging logic by Serge E. Hallyn · 15 years ago
- af10ec7 sysfs: Add support for tagged directories with untagged members. by Eric W. Biederman · 15 years ago
- 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 15 years ago
- fac2622 sysfs: Pass super_block to sysfs_get_inode by Eric W. Biederman · 15 years ago
- a2db684 sysfs: Only take active references on attributes. by Eric W. Biederman · 15 years ago
- e72ceb8 sysfs: Remove sysfs_get/put_active_two by Eric W. Biederman · 15 years ago
- 1e5289c sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 by Eric W. Biederman · 15 years ago
- 846f997 sysfs: Add lockdep annotations for the sysfs active reference by Eric W. Biederman · 15 years ago
- ca1bab3 sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir by Eric W. Biederman · 15 years ago
- 832b6af sysfs: Propagate renames to the vfs on demand by Eric W. Biederman · 15 years ago
- a16bbc3 sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish by Eric W. Biederman · 15 years ago
- e61ab4a sysfs: Implement sysfs_getattr & sysfs_permission by Eric W. Biederman · 15 years ago
- 6b0bfe9 sysfs: Update s_iattr on link and unlink. by Eric W. Biederman · 15 years ago
- e8f077c sysfs: Use dentry_ops instead of directly playing with the dcache by Eric W. Biederman · 15 years ago
- 28a027c sysfs: Rename sysfs_d_iput to sysfs_dentry_iput by Eric W. Biederman · 15 years ago
- 4c3da22 sysfs: Don't leak secdata when a sysfs_dirent is freed. by Eric W. Biederman · 15 years ago
- a6a8357 sysfs: Allow sysfs_move_dir(..., NULL) again. by Cornelia Huck · 15 years ago
- ddd29ec sysfs: Add labeling support for sysfs by David P. Quigley · 15 years ago
- 0f58b44 sysfs: fix hardlink count on device_move by Peter Oberparleiter · 15 years ago
- 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
- ee1ec32 constify dentry_operations: sysfs by Al Viro · 16 years ago
- e0edd3c sysfs: don't block indefinitely for unmapped files. by Eric W. Biederman · 16 years ago
- 425cb02 sysfs: sysfs_add_one WARNs with full path to duplicate filename by Alex Chiang · 16 years ago