Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a46232ee09064351246c6f7134c81790ef737874
/
fs
/
sysfs
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
ca1bab3
sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir
by Eric W. Biederman
· 15 years ago
832b6af
sysfs: Propagate renames to the vfs on demand
by Eric W. Biederman
· 15 years ago
a16bbc3
sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish
by Eric W. Biederman
· 15 years ago
06fc0d6
sysfs: In sysfs_chmod_file lazily propagate the mode change.
by Eric W. Biederman
· 15 years ago
e61ab4a
sysfs: Implement sysfs_getattr & sysfs_permission
by Eric W. Biederman
· 15 years ago
c099aac
sysfs: Nicely indent sysfs_symlink_inode_operations
by Eric W. Biederman
· 15 years ago
6b0bfe9
sysfs: Update s_iattr on link and unlink.
by Eric W. Biederman
· 15 years ago
35df63c
sysfs: Fix locking and factor out sysfs_sd_setattr
by Eric W. Biederman
· 15 years ago
4be3df2
sysfs: Simplify iattr time assignments
by Eric W. Biederman
· 15 years ago
4c6974f
sysfs: Simplify sysfs_chmod_file semantics
by Eric W. Biederman
· 15 years ago
e8f077c
sysfs: Use dentry_ops instead of directly playing with the dcache
by Eric W. Biederman
· 15 years ago
28a027c
sysfs: Rename sysfs_d_iput to sysfs_dentry_iput
by Eric W. Biederman
· 15 years ago
f44d3e7
sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex
by Eric W. Biederman
· 15 years ago
f38506c
sysfs: mark a locally-only used function static
by Stefan Richter
· 15 years ago
4c3da22
sysfs: Don't leak secdata when a sysfs_dirent is freed.
by Eric W. Biederman
· 15 years ago
83db93f
sysfs: Allow sysfs_notify_dirent to be called from interrupt context.
by Neil Brown
· 15 years ago
a6a8357
sysfs: Allow sysfs_move_dir(..., NULL) again.
by Cornelia Huck
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
a12e4d3
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 15 years ago
ddd29ec
sysfs: Add labeling support for sysfs
by David P. Quigley
· 15 years ago
0f58b44
sysfs: fix hardlink count on device_move
by Peter Oberparleiter
· 15 years ago
d5ce5b4
Free the memory allocated by memdup_user() in fs/sysfs/bin.c
by Catalin Marinas
· 15 years ago
557411e
Sysfs: fix possible memleak in sysfs_follow_link
by Armin Kuster
· 16 years ago
086a377
sysfs: file.c: use create_singlethread_workqueue()
by Andrew Morton
· 16 years ago
1c8542c
sysfs: use memdup_user()
by Li Zefan
· 16 years ago
1af3557
sysfs: sysfs poll keep the poll rule of regular file.
by KOSAKI Motohiro
· 16 years ago
d110271
sysfs: don't use global workqueue in sysfs_schedule_callback()
by Alex Chiang
· 16 years ago
851a039
mm: page_mkwrite change prototype to match fault: fix sysfs
by Hugh Dickins
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
ee1ec32
constify dentry_operations: sysfs
by Al Viro
· 16 years ago
095160a
sysfs: fix some bin_vm_ops errors
by Hugh Dickins
· 16 years ago
6694206
sysfs: only allow one scheduled removal callback per kobj
by Alex Chiang
· 16 years ago
e0edd3c
sysfs: don't block indefinitely for unmapped files.
by Eric W. Biederman
· 16 years ago
04256b4
sysfs: reference sysfs_dirent from sysfs inodes
by Eric W. Biederman
· 16 years ago
425cb02
sysfs: sysfs_add_one WARNs with full path to duplicate filename
by Alex Chiang
· 16 years ago
4a67a1b
sysfs: Take sysfs_mutex when fetching the root inode.
by Eric W. Biederman
· 16 years ago
8231f2f
SYSFS: use standard magic.h for sysfs
by Qinghuang Feng
· 16 years ago
ed80386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
5f3a211
fs/Kconfig: move sysfs out
by Alexey Dobriyan
· 16 years ago
4503efd
sysfs: fix problems with binary files
by Greg Kroah-Hartman
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
3222a3e
[PATCH] fix ->llseek for more directories
by Christoph Hellwig
· 16 years ago
0b4a4fe
kobject: Cleanup kobject_rename and !CONFIG_SYSFS
by Eric W. Biederman
· 16 years ago
8c0e399
sysfs: Make dir and name args to sysfs_notify() const
by Trent Piepho
· 16 years ago
45c076c
sysfs: use ilookup5() instead of ilookup5_nowait()
by Tejun Heo
· 16 years ago
Next »