summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-0/+2
|\
| * sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara2012-07-301-0/+2
* | 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
* | VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1Star
* | sysfs: just use d_materialise_unique()Al Viro2012-07-141-8/+1Star
* | sysfs: switch to ->s_d_op and ->d_release()Al Viro2012-07-143-10/+8Star
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-2/+2
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-2/+2
|\ \
| * | userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman2012-05-151-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: Prevent crash on unset sysfs group attributesBruno Prémont2012-04-101-1/+5
* | sysfs: Update the name hash for an entry after changing the namespaceTom Goff2012-04-101-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1Star
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
* | Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman2012-03-083-0/+10
* | sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa2012-02-241-5/+6
* | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-022-1/+10
|\|
| * sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman2012-01-242-1/+10
* | sysfs: Update the name hash when renaming sysfs entriesEric W. Biederman2012-01-311-0/+1
* | sysfs: change permissions for /sys from 0755 to 0555Vitaly Kuznetsov2012-01-251-1/+1
* | sysfs: Kill nlink counting.Eric W. Biederman2012-01-243-10/+0Star
* | sysfs: Store the sysfs inode in an unsigned int.Eric W. Biederman2012-01-242-3/+3
* | sysfs: Reduce s_flags to an unsinged short so it packs well with s_modeEric W. Biederman2012-01-241-3/+3
* | sysfs: Add s_hash to sysfs_dirent and order directory entries by hashEric W. Biederman2012-01-242-108/+120
|/
* sysfs: propagate umode_tAl Viro2012-01-043-4/+4
* switch sysfs_chmod_file() to umode_tAl Viro2012-01-041-1/+1
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* 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-253-7/+65
|\
| * sysfs: Reject with a warning invalid uses of tagged directories.Eric W. Biederman2011-10-202-3/+14
| * sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman2011-10-202-5/+3Star
| * sysfs: Implement support for tagged files in sysfs.Eric W. Biederman2011-10-201-2/+51
* | sysfs: add unsigned long cast to prevent compile warningHeiko Carstens2011-09-271-1/+2
* | sysfs: use rb-tree for inode number lookupMikulas Patocka2011-08-232-42/+52
* | sysfs: remove s_sibling hacksMikulas Patocka2011-08-232-12/+12
* | sysfs: use rb-tree for name lookupsMikulas Patocka2011-08-232-7/+55
* | sysfs: count subdirectoriesMikulas Patocka2011-08-233-13/+9Star
|/
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-202-3/+3
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-122-27/+12Star