Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
879238fecc051d95037ae76332916209a7770709
/
fs
/
sysfs
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
14ae417
sysfs: Push file_update_time() into bin_page_mkwrite()
by Jan Kara
· 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
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 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
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
ab27b91
userns: Convert sysfs to use kgid/kuid where appropriate
by Eric W. Biederman
· 13 years ago
356c05d
sysfs: get rid of some lockdep false positives
by Alan Stern
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 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
5631f2c
sysfs: Prevent crash on unset sysfs group attributes
by Bruno Prémont
· 13 years ago
70fa4a6
sysfs: Update the name hash for an entry after changing the namespace
by Tom Goff
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
54d20f0
Revert "sysfs: Kill nlink counting."
by Greg Kroah-Hartman
· 13 years ago
93518dd
sysfs: Fix memory leak in sysfs_sd_setsecdata().
by Masami Ichikawa
· 13 years ago
bd1d462
Merge 3.3-rc2 into the driver-core-next branch.
by Greg Kroah-Hartman
· 13 years ago
d5c38b1
sysfs: Update the name hash when renaming sysfs entries
by Eric W. Biederman
· 13 years ago
c56d8a7
sysfs: change permissions for /sys from 0755 to 0555
by Vitaly Kuznetsov
· 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
15a3382
sysfs: Reduce s_flags to an unsinged short so it packs well with s_mode
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
ce59791
sysfs: Complain bitterly about attempts to remove files from nonexistent directories.
by Eric W. Biederman
· 13 years ago
faef2b6
sysfs: propagate umode_t
by Al Viro
· 13 years ago
48176a9
switch sysfs_chmod_file() to umode_t
by Al Viro
· 13 years ago
587a1f1
switch ->is_visible() to returning umode_t
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 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
487505c
sysfs: Implement support for tagged files in sysfs.
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
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
a685e08
Delay struct net freeing while there's a sysfs instance refering to it
by Al Viro
· 13 years ago
82a3242
sysfs: remove "last sysfs file:" line from the oops messages
by Greg Kroah-Hartman
· 13 years ago
1f8e1cd
SYSFS: Fix erroneous comments for sysfs_update_group().
by Robert P. J. Day
· 13 years ago
6a108a1
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
by David Rientjes
· 14 years ago
e54be89
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
57cc721
headers: kobject.h redux
by Alexey Dobriyan
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 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
e030d58
sysfs: remove useless test from sysfs_merge_group
by Alan Stern
· 14 years ago
d0e46f8
convert sysfs
by Al Viro
· 14 years ago
b9da057
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
38f49a5
sysfs: only access bin file vm_ops with the active lock
by Eric W. Biederman
· 14 years ago
a6849fa
sysfs: Fail bin file mmap if vma close is implemented.
by Eric W. Biederman
· 14 years ago
69d44ff
sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()
by Alan Stern
· 14 years ago
57f9bda
sysfs: checking for NULL instead of ERR_PTR
by Dan Carpenter
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
01cd9fe
switch sysfs to ->evict_inode()
by Al Viro
· 14 years ago
6a1a90a
rename generic_setattr
by Christoph Hellwig
· 14 years ago
49c1940
sysfs: sysfs_chmod_file's attr can be const
by Jean Delvare
· 14 years ago
d330021
sysfs: allow creating symlinks from untagged to tagged directories
by Eric W. Biederman
· 14 years ago
521d045
sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.
by Eric W. Biederman
· 14 years ago
96d6523
sysfs: Don't allow the creation of symlinks we can't remove
by Eric W. Biederman
· 14 years ago
75de46b
fix setattr error handling in sysfs, configfs
by Nick Piggin
· 14 years ago
3322e79
fs: convert simple fs to new truncate
by Nick Piggin
· 14 years ago
2c3c8be
sysfs: add struct file* to bin_attr callbacks
by Chris Wright
· 14 years ago
68d75ed
sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree
by Eric W. Biederman
· 14 years ago
be867b1
sysfs: Comment sysfs directory tagging logic
by Serge E. Hallyn
· 15 years ago
746edb7
sysfs: Implement sysfs_delete_link
by Eric W. Biederman
· 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
ba514a5
sysfs: Remove double free sysfs_get_sb
by Eric W. Biederman
· 15 years ago
9e7fdd2
sysfs: Basic support for multiple super blocks
by Eric W. Biederman
· 15 years ago
e0f4375
bridge: update sysfs link names if port device names have changed
by Simon Arlott
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0f4288e
sysfs: Kill unused sysfs_sb variable.
by Eric W. Biederman
· 15 years ago
fac2622
sysfs: Pass super_block to sysfs_get_inode
by Eric W. Biederman
· 15 years ago
7cb3294
sysfs: Implement sysfs_rename_link
by Eric W. Biederman
· 15 years ago
19c38b6
sysfs: Pack sysfs_dirent more tightly.
by Eric W. Biederman
· 15 years ago
f8d4f61
sysfs: Serialize updates to the vfs inode
by Eric W. Biederman
· 15 years ago
6992f53
sysfs: Use one lockdep class per sysfs attribute.
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
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
1e5289c
sysfs: Cache the last sysfs_dirent to improve readdir scalability v2
by Eric W. Biederman
· 15 years ago
1c205ae
sysfs: Add sysfs_add/remove_files utility functions
by Andi Kleen
· 15 years ago
7c0ff87
sysfs: sysfs_sd_setattr set iattrs unconditionally
by Eric W. Biederman
· 15 years ago
846f997
sysfs: Add lockdep annotations for the sysfs active reference
by Eric W. Biederman
· 15 years ago
66ecb92
Driver core: bin_attribute parameters can often be const*
by Phil Carmody
· 15 years ago
e16acb5
sysfs: sysfs_setattr remove unnecessary permission check.
by Eric W. Biederman
· 15 years ago
Next »