Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c2231020ea7b53d486395dbd8d3216e0dd1fc7ee
/
fs
/
sysfs
« Previous
5d60418
sysfs, kernfs: introduce kernfs_setattr()
by Tejun Heo
· 11 years ago
890ece1
sysfs, kernfs: introduce kernfs_rename[_ns]()
by Tejun Heo
· 11 years ago
5d0e26b
sysfs, kernfs: introduce kernfs_create_link()
by Tejun Heo
· 11 years ago
879f40d
sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()
by Tejun Heo
· 11 years ago
ae2108a
sysfs: make __sysfs_add_one() fail if the parent isn't a directory
by Tejun Heo
· 11 years ago
c84a3b2
sysfs: drop kobj_ns_type handling, take #2
by Tejun Heo
· 11 years ago
81440e7
Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"
by Greg Kroah-Hartman
· 11 years ago
027a485
sysfs: use a separate locking class for open files depending on mmap
by Tejun Heo
· 11 years ago
54d7114
sysfs: handle duplicate removal attempts in sysfs_remove_group()
by Mika Westerberg
· 11 years ago
a1212d2
Revert "sysfs: drop kobj_ns_type handling"
by Linus Torvalds
· 11 years ago
0cae60f
sysfs: rename sysfs_assoc_lock and explain what it's about
by Tejun Heo
· 11 years ago
044e3bc
sysfs: use generic_file_llseek() for sysfs_file_operations
by Tejun Heo
· 11 years ago
1c1365e
sysfs: return correct error code on unimplemented mmap()
by Vladimir Zapolskiy
· 11 years ago
d1c1459
sysfs: separate out dup filename warning into a separate function
by Tejun Heo
· 11 years ago
7eed6ec
sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c
by Tejun Heo
· 11 years ago
baa97cb
sysfs: remove unused sysfs_get_dentry() prototype
by Tejun Heo
· 11 years ago
672f76a
sysfs: honor bin_attr.attr.ignore_lockdep
by Tejun Heo
· 11 years ago
56b3f3b
sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr
by Tejun Heo
· 11 years ago
b9c0622
sysfs: fix sysfs_write_file for bin file
by Ming Lei
· 11 years ago
d723a92
sysfs/bin: Fix size handling overflow for bin_attribute
by Benjamin Herrenschmidt
· 11 years ago
785a162
sysfs: make sysfs_file_ops() follow ignore_lockdep flag
by Tejun Heo
· 11 years ago
3124eb1
sysfs: merge regular and bin file handling
by Tejun Heo
· 11 years ago
49fe604
sysfs: prepare open path for unified regular / bin file handling
by Tejun Heo
· 11 years ago
73d9714
sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c
by Tejun Heo
· 11 years ago
2f0c6b7
sysfs: add sysfs_bin_read()
by Tejun Heo
· 11 years ago
f9b9a62
sysfs: prepare path write for unified regular / bin file handling
by Tejun Heo
· 11 years ago
3ff65d3
sysfs: collapse fs/sysfs/bin.c::fill_read() into read()
by Tejun Heo
· 11 years ago
9127016
sysfs: skip bin_buffer->buffer while reading
by Tejun Heo
· 11 years ago
13c589d
sysfs: use seq_file when reading regular files
by Tejun Heo
· 11 years ago
8ef445f
sysfs: use transient write buffer
by Tejun Heo
· 11 years ago
bcafe4e
sysfs: add sysfs_open_file->sd and ->file
by Tejun Heo
· 11 years ago
58282d8
sysfs: rename sysfs_buffer to sysfs_open_file
by Tejun Heo
· 11 years ago
c75ec76
sysfs: add sysfs_open_file_mutex
by Tejun Heo
· 11 years ago
375b611
sysfs: remove sysfs_buffer->ops
by Tejun Heo
· 11 years ago
aea585e
sysfs: remove sysfs_buffer->needs_read_fill
by Tejun Heo
· 11 years ago
89e51da
sysfs: remove unused sysfs_buffer->pos
by Tejun Heo
· 11 years ago
250f7c3
sysfs: introduce [__]sysfs_remove()
by Tejun Heo
· 11 years ago
bcdde7e
sysfs: make __sysfs_remove_dir() recursive
by Tejun Heo
· 11 years ago
26ea12d
kobject: grab an extra reference on kobject->sd to allow duplicate deletes
by Tejun Heo
· 11 years ago
d69ac5a
sysfs: remove sysfs_addrm_cxt->parent_sd
by Tejun Heo
· 11 years ago
cfec0bc
sysfs: @name comes before @ns
by Tejun Heo
· 11 years ago
388975c
sysfs: clean up sysfs_get_dirent()
by Tejun Heo
· 11 years ago
cb26a31
sysfs: drop kobj_ns_type handling
by Tejun Heo
· 11 years ago
4b30ee5
sysfs: remove ktype->namespace() invocations in symlink code
by Tejun Heo
· 11 years ago
e34ff49
sysfs: remove ktype->namespace() invocations in directory code
by Tejun Heo
· 11 years ago
58292cbe
sysfs: make attr namespace interface less convoluted
by Tejun Heo
· 11 years ago
bcac376
sysfs: drop semicolon from to_sysfs_dirent() definition
by Tejun Heo
· 11 years ago
dc0755c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
c7c4591
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 11 years ago
6497d16
sysfs: use check_submounts_and_drop()
by Miklos Szeredi
· 11 years ago
7dc5dbc
sysfs: Restrict mounting sysfs
by Eric W. Biederman
· 12 years ago
e51db73
userns: Better restrictions on when proc and sysfs can be mounted
by Eric W. Biederman
· 12 years ago
09239ed
sysfs: group.c: fix up kerneldoc
by Greg Kroah-Hartman
· 11 years ago
2c3a908
sysfs: sysfs.h: fix coding style issues
by Greg Kroah-Hartman
· 11 years ago
07ac62a
sysfs: file.c: fix up broken string warnings
by Greg Kroah-Hartman
· 11 years ago
37814ee
sysfs: dir.c: fix up odd do/while indentation
by Greg Kroah-Hartman
· 11 years ago
060cc74
sysfs: fix up uaccess.h coding style warnings
by Greg Kroah-Hartman
· 11 years ago
ddfd6d0
sysfs: fix up 80 column coding style issues
by Greg Kroah-Hartman
· 11 years ago
1b18dc2
sysfs: fix up space coding style issues
by Greg Kroah-Hartman
· 11 years ago
ab9bf4b
sysfs: remove trailing whitespace
by Greg Kroah-Hartman
· 11 years ago
1b86675
sysfs: fix placement of EXPORT_SYMBOL()
by Greg Kroah-Hartman
· 11 years ago
9e2a47e
sysfs: group: update copyright to add myself and the LF
by Greg Kroah-Hartman
· 11 years ago
f9ae443
sysfs: group.c: add kerneldoc for sysfs_remove_group
by Greg Kroah-Hartman
· 11 years ago
16aebf1
sysfs: group.c: fix up broken string coding style
by Greg Kroah-Hartman
· 11 years ago
995d8ed
sysfs: group.c: fix up some * coding style issues
by Greg Kroah-Hartman
· 11 years ago
e6c5692
sysfs: group.c: fix trailing whitespace
by Greg Kroah-Hartman
· 11 years ago
d363bc5
sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location
by Greg Kroah-Hartman
· 11 years ago
3e9b2ba
sysfs: add sysfs_create/remove_groups()
by Greg Kroah-Hartman
· 11 years ago
388a8c3
sysfs: prevent warning when only using binary attributes
by Oliver Schinagl
· 11 years ago
6ab9cea
sysfs: add support for binary attributes in groups
by Greg Kroah-Hartman
· 11 years ago
fc76a25
Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
d55fea8
[readdir] convert sysfs
by Al Viro
· 11 years ago
fc60bb8
sysfs_notify is only possible on file attributes
by Nick Dyer
· 11 years ago
5240d58
sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.
by Rami Rosen
· 12 years ago
4347491
sysfs: sysfs_link_sibling(): fix typo in comment
by Warner Wang
· 11 years ago
bb2b005
sysfs: check if one entry has been removed before freeing
by Ming Lei
· 12 years ago
f7db5e7
sysfs: fix use after free in case of concurrent read/write and readdir
by Ming Lei
· 12 years ago
0f8b1a0
Merge v3.9-rc5 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
97f084b
Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
87a8ebd
userns: Restrict when proc and sysfs can be mounted
by Eric W. Biederman
· 12 years ago
3db3c62
sysfs: use atomic_inc_unless_negative in sysfs_get_active
by Maarten Lankhorst
· 12 years ago
e5110f4
sysfs: handle failure path correctly for readdir()
by Ming Lei
· 12 years ago
991f76f
sysfs: fix race between readdir and lseek
by Ming Lei
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
0bb8f3d
sysfs: Functions for adding/removing symlinks to/from attribute groups
by Rafael J. Wysocki
· 12 years ago
595e0eb0
Revert "sysfs: Convert print_symbol to %pSR"
by Greg Kroah-Hartman
· 12 years ago
6ad58fa
sysfs: Convert print_symbol to %pSR
by Joe Perches
· 12 years ago
6b8fbde
sysfs: Fixed a trailing white space error
by Bin Wang
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
1f20dfd
sysfs: Mark sysfs_attr_ns static
by Josh Triplett
· 12 years ago
4f326c0
userns: Allow unprivilged mounts of proc and sysfs
by Eric W. Biederman
· 12 years ago
66081a7
sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
by Geert Uytterhoeven
· 12 years ago
6f1cbd4
sysfs: Fix comment typo "sysf_create_link".
by Robert P. J. Day
· 12 years ago
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
Next »