summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo2013-11-291-2/+2
* sysfs, kernfs: remove sysfs_add_one()Tejun Heo2013-11-291-37/+4
* sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-291-24/+30
* sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo2013-11-291-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/+36
* 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/+2
* sysfs: merge regular and bin file handlingTejun Heo2013-10-051-1/+0
* sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo2013-10-051-0/+1
* sysfs: introduce [__]sysfs_remove()Tejun Heo2013-10-031-23/+24
* sysfs: make __sysfs_remove_dir() recursiveTejun Heo2013-10-031-11/+64
* kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo2013-10-031-1/+6
* sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo2013-10-031-25/+27
* sysfs: @name comes before @nsTejun Heo2013-09-261-22/+23
* sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-261-5/+6
* sysfs: drop kobj_ns_type handlingTejun Heo2013-09-261-65/+25
* sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-261-15/+8
* sysfs: drop semicolon from to_sysfs_dirent() definitionTejun Heo2013-09-261-1/+1
* sysfs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-12/+8
* sysfs: dir.c: fix up odd do/while indentationGreg Kroah-Hartman2013-08-211-7/+8
* sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-211-1/+3
* sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-211-10/+10
* sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-211-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/+18
|/
* sysfs: check if one entry has been removed before freeingMing Lei2013-04-051-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-201-0/+4
| * sysfs: fix race between readdir and lseekMing Lei2013-03-201-1/+12
* | sysfs: use atomic_inc_unless_negative in sysfs_get_activeMaarten Lankhorst2013-03-251-15/+2
|/
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-241-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
| * sysfs: fail dentry revalidation after namespace changeGlauber Costa2012-07-171-0/+8
* | sysfs: just use d_materialise_unique()Al Viro2012-07-141-8/+1
* | sysfs: switch to ->s_d_op and ->d_release()Al Viro2012-07-141-10/+6
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-2/+2
|/
* sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-5/+26
* sysfs: Removed dup_name entirely in sysfs_renameSasikantha babu2012-05-021-4/+2
* sysfs: handle 'parent deleted before child added'Dan Williams2012-04-101-0/+3
* sysfs: Update the name hash for an entry after changing the namespaceTom Goff2012-04-091-1/+1
OpenPOWER on IntegriCloud