summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sysfs: fail dentry revalidation after namespace changeGlauber Costa2012-07-171-0/+8
* | sysfs: just use d_materialise_unique()Al Viro2012-07-141-8/+1Star
* | sysfs: switch to ->s_d_op and ->d_release()Al Viro2012-07-141-10/+6Star
* | 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/+2Star
* 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-101-1/+1
* Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman2012-03-081-0/+6
* sysfs: Update the name hash when renaming sysfs entriesEric W. Biederman2012-01-311-0/+1
* sysfs: Kill nlink counting.Eric W. Biederman2012-01-241-6/+0Star
* sysfs: Store the sysfs inode in an unsigned int.Eric W. Biederman2012-01-241-2/+2
* sysfs: Add s_hash to sysfs_dirent and order directory entries by hashEric W. Biederman2012-01-241-103/+116
* sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman2011-11-011-8/+6Star
* sysfs: Remove support for tagged directories with untagged members (again)Eric W. Biederman2011-10-251-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-0/+14
|\