Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
11018201b831e19304c0d639f105ad6c27e120b1
/
fs
/
sysfs
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
b31ca3f
sysfs: fix deadlock
by Nick Piggin
· 16 years ago
f1282c8
sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent
by Neil Brown
· 16 years ago
ae87221d
sysfs: crash debugging
by Andrew Morton
· 17 years ago
99fcd77
Use WARN() in fs/sysfs
by Arjan van de Ven
· 16 years ago
36ce6da
driver core: Suppress sysfs warnings for device_rename().
by Cornelia Huck
· 16 years ago
93265d1
sysfs: don't call notify_change
by Miklos Szeredi
· 16 years ago
0599ad5
sysfs: remove error messages for -EEXIST case
by Stephen Hemminger
· 16 years ago
40a2159
sysfs: Disallow truncation of files in sysfs
by Ben Hutchings
· 17 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
e4ad08f
mm: bdi: add separate writeback accounting capability
by Miklos Szeredi
· 17 years ago
0f42389
[SCSI] sysfs: make group is_valid return a mode_t
by James Bottomley
· 17 years ago
2424b5d
sysfs: refill attribute buffer when reading from offset 0
by Dan Williams
· 17 years ago
c6f8773
SYSFS: Explicitly include required header file slab.h.
by Robert P. J. Day
· 17 years ago
a839c5a
sysfs: Allow removal of symlinks in the sysfs root
by Mark Fasheh
· 17 years ago
815d2d5
driver core: debug for bad dev_attr_show() return value.
by Andrew Morton
· 17 years ago
969affd
sysfs: remove BUG_ON() from sysfs_remove_group()
by Greg Kroah-Hartman
· 17 years ago
9b73e76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
000f2a4
Driver Core: kill subsys_attribute and default sysfs ops
by Kay Sievers
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
d7b3788
sysfs: remove SPIN_LOCK_UNLOCKED
by Jiri Slaby
· 17 years ago
2f90a85
sysfs: create optimal relative symlink targets
by Kay Sievers
· 17 years ago
9fd5b1c
sysfs: Fix a copy-n-paste typo in comment
by Jean Delvare
· 17 years ago
d4acd72
[SCSI] sysfs: add filter function to groups
by James Bottomley
· 17 years ago
11f24fb
[SCSI] sysfs: fix the sysfs_add_file_to_group interfaces
by James Bottomley
· 17 years ago
456ef15
sysfs: fix bugs in sysfs_rename/move_dir()
by Tejun Heo
· 17 years ago
e49452c
sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookup
by Tejun Heo
· 17 years ago
8118a85
sysfs: fix off-by-one error in fill_read_buffer()
by Miao Xie
· 17 years ago
78e9d36
sysfs: make sysfs_{get,put}_active() static
by Adrian Bunk
· 17 years ago
3932bf6
sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake
by Chris Malley
· 17 years ago
f7a75f0
spin_lock_unlocked cleanups
by Roel Kluin
· 17 years ago
e0bf68d
mm: bdi init hooks
by Peter Zijlstra
· 17 years ago
eead191
partially fix up the lookup_one_noperm mess
by Christoph Hellwig
· 17 years ago
800d15a
implement simple fs aops
by Nick Piggin
· 17 years ago
6d66f5c
sysfs: add copyrights
by Tejun Heo
· 17 years ago
a4e8b91
sysfs: move sysfs file poll implementation to sysfs_open_dirent
by Tejun Heo
· 17 years ago
85a4ffa
sysfs: implement sysfs_open_dirent
by Tejun Heo
· 17 years ago
bc747f3
sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir
by Tejun Heo
· 17 years ago
dc2f75f
sysfs: make sysfs_root a regular directory dirent
by Tejun Heo
· 17 years ago
d6b4fd2
sysfs: open code sysfs_attach_dentry()
by Tejun Heo
· 17 years ago
b1fc3d6
sysfs: make s_elem an anonymous union
by Tejun Heo
· 17 years ago
078ce64
sysfs: make bin attr open get active reference of parent too
by Tejun Heo
· 17 years ago
50ab1a7
sysfs: kill unnecessary NULL pointer check in sysfs_release()
by Tejun Heo
· 17 years ago
b05f054
sysfs: kill unnecessary sysfs_get() in open paths
by Tejun Heo
· 17 years ago
b13dc89
sysfs: reposition sysfs_dirent->s_mode.
by Tejun Heo
· 17 years ago
5a7ad7f
sysfs: kill sysfs_update_file()
by Tejun Heo
· 17 years ago
59f6901
sysfs: clean up header files
by Tejun Heo
· 17 years ago
f88123e
sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too
by Tejun Heo
· 17 years ago
181b2e4
sysfs: fix comments of sysfs_add/remove_one()
by Tejun Heo
· 17 years ago
5c3e896
sysfs: spit a warning to users when they try to create a duplicate sysfs file
by Greg Kroah-Hartman
· 17 years ago
45aaae9
sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents
by Eric W. Biederman
· 17 years ago
9918f9a
sysfs: Rewrite rename in terms of sysfs dirents
by Eric W. Biederman
· 17 years ago
5a26b79
sysfs: Remove s_dentry
by Eric W. Biederman
· 17 years ago
e0712bb
sysfs: simply sysfs_get_dentry
by Tejun Heo
· 17 years ago
932ea2e
sysfs: Introduce sysfs_rename_mutex
by Eric W. Biederman
· 17 years ago
89bec09
sysfs: Rewrite sysfs_drop_dentry.
by Eric W. Biederman
· 17 years ago
3efa65b
sysfs: Simplify readdir.
by Eric W. Biederman
· 17 years ago
94777e0
sysfs: In sysfs_lookup don't open code sysfs_find_dirent
by Eric W. Biederman
· 17 years ago
7d0c7d6
sysfs: Make sysfs_mount static
by Eric W. Biederman
· 17 years ago
0333cd8
sysfs: Use kill_anon_super
by Eric W. Biederman
· 17 years ago
119dd52
sysfs: Remove sysfs_instantiate
by Eric W. Biederman
· 17 years ago
372e88b
sysfs: Move all of inode initialization into sysfs_init_inode
by Eric W. Biederman
· 17 years ago
2532802
sysfs: fix i_mutex locking in sysfs_get_dentry()
by Tejun Heo
· 17 years ago
a93720e
sysfs: Fix typos in fs/sysfs/file.c
by Rolf Eike Beer
· 17 years ago
990e53f
sysfs: make sysfs_addrm_finish() return void
by Tejun Heo
· 17 years ago
23dc279
sysfs: make sysfs_add_one() automatically check for duplicate entry
by Tejun Heo
· 17 years ago
41fc1c2
sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly
by Tejun Heo
· 17 years ago
ff869de
sysfs: simplify sysfs_rename_dir()
by Tejun Heo
· 17 years ago
a7a0475
sysfs: cosmetic changes in sysfs_lookup()
by Tejun Heo
· 17 years ago
90bc613
sysfs: Remove first pass at shadow directory support
by Eric W. Biederman
· 17 years ago
869512a
sysfs: cleanup semaphore.h
by Dave Young
· 17 years ago
52e8c20
sysfs/file.c - use mutex instead of semaphore
by Dave Young
· 17 years ago
Next »