summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2015-07-011-0/+34
* kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-081-31/+13Star
* kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo2013-12-171-1/+2
* kernfs: s/sysfs/kernfs/ in constantsTejun Heo2013-12-121-1/+1
* kernfs: drop s_ prefix from kernfs_node membersTejun Heo2013-12-121-6/+6
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-121-33/+33
* sysfs, kernfs: introduce sysfs_root_sdTejun Heo2013-11-301-2/+2
* sysfs, kernfs: move dir core code to fs/kernfs/dir.cTejun Heo2013-11-301-986/+0Star
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-301-50/+67
* sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo2013-11-301-2/+2
* sysfs, kernfs: remove sysfs_add_one()Tejun Heo2013-11-301-37/+4Star
* sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-301-24/+30
* sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo2013-11-301-1/+1
* sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo2013-11-271-8/+15
* sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo2013-11-271-10/+10
* sysfs: make __sysfs_add_one() fail if the parent isn't a directoryTejun Heo2013-11-271-0/+3
* sysfs: drop kobj_ns_type handling, take #2Tejun Heo2013-11-271-56/+36Star
* Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds2013-11-071-24/+64
* sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo2013-11-011-3/+15
* sysfs: separate out dup filename warning into a separate functionTejun Heo2013-10-291-11/+19
* sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo2013-10-291-1/+37
* sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo2013-10-141-20/+2Star
* sysfs: merge regular and bin file handlingTejun Heo2013-10-061-1/+0Star
* sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo2013-10-061-0/+1
* sysfs: introduce [__]sysfs_remove()Tejun Heo2013-10-041-23/+24
* sysfs: make __sysfs_remove_dir() recursiveTejun Heo2013-10-041-11/+64
* kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo2013-10-041-1/+6
* sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo2013-10-041-25/+27
* sysfs: @name comes before @nsTejun Heo2013-09-271-22/+23
* sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-271-5/+6
* sysfs: drop kobj_ns_type handlingTejun Heo2013-09-271-65/+25Star
* sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-271-15/+8Star
* sysfs: drop semicolon from to_sysfs_dirent() definitionTejun Heo2013-09-261-1/+1
* sysfs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-12/+8Star
* sysfs: dir.c: fix up odd do/while indentationGreg Kroah-Hartman2013-08-221-7/+8
* sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-221-1/+3
* sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-221-10/+10
* sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-221-1/+1
* Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\
| * sysfs: sysfs_link_sibling(): fix typo in commentWarner Wang2013-05-171-1/+1
* | [readdir] convert sysfsAl Viro2013-06-291-48/+18Star
|/
* sysfs: check if one entry has been removed before freeingMing Lei2013-04-061-1/+8
* sysfs: fix use after free in case of concurrent read/write and readdirMing Lei2013-04-031-4/+11
* Merge v3.9-rc5 into driver-core-nextGreg Kroah-Hartman2013-04-011-1/+16
|\
| * sysfs: handle failure path correctly for readdir()Ming Lei2013-03-211-0/+4
| * sysfs: fix race between readdir and lseekMing Lei2013-03-211-1/+12
* | sysfs: use atomic_inc_unless_negative in sysfs_get_activeMaarten Lankhorst2013-03-251-15/+2Star
|/
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-251-8/+8
* Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-0/+10
|\
| * sysfs: fail dentry revalidation after namespace change fixAndrew Morton2012-07-171-3/+5