Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c7c38309e4709b4cce4b9c6373e7f1dd7d2d8c8c
/
fs
/
sysfs
/
inode.c
04256b4
sysfs: reference sysfs_dirent from sysfs inodes
by Eric W. Biederman
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
40a2159
sysfs: Disallow truncation of files in sysfs
by Ben Hutchings
· 17 years ago
e4ad08f
mm: bdi: add separate writeback accounting capability
by Miklos Szeredi
· 17 years ago
e0bf68d
mm: bdi init hooks
by Peter Zijlstra
· 17 years ago
800d15a
implement simple fs aops
by Nick Piggin
· 17 years ago
6d66f5c
sysfs: add copyrights
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
b1fc3d6
sysfs: make s_elem an anonymous union
by Tejun Heo
· 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
990e53f
sysfs: make sysfs_addrm_finish() return void
by Tejun Heo
· 17 years ago
41fc1c2
sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly
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
bc37e28
sysfs: make sysfs_init_inode() static
by Tejun Heo
· 17 years ago
a0edd7c
sysfs: move sysfs_drop_dentry() to dir.c and make it static
by Tejun Heo
· 17 years ago
fb6896d
sysfs: restructure add/remove paths and fix inode update
by Tejun Heo
· 17 years ago
3007e99
sysfs: use sysfs_mutex to protect the sysfs_dirent tree
by Tejun Heo
· 17 years ago
5f99532
sysfs: consolidate sysfs spinlocks
by Tejun Heo
· 17 years ago
608e266
sysfs: make kobj point to sysfs_dirent instead of dentry
by Tejun Heo
· 17 years ago
380e6fb
sysfs: implement SYSFS_FLAG_REMOVED flag
by Tejun Heo
· 17 years ago
b402d72
sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags
by Tejun Heo
· 17 years ago
d0bcb56
sysfs: make sysfs_drop_dentry() access inodes using ilookup()
by Tejun Heo
· 17 years ago
9d9307d
sysfs: Fix oops in sysfs_drop_dentry on x86_64
by Rafael J. Wysocki
· 17 years ago
0c73f18
sysfs: use singly-linked list for sysfs_dirent tree
by Tejun Heo
· 17 years ago
8312a8d
sysfs: use iget_locked() instead of new_inode()
by Tejun Heo
· 17 years ago
fc9f54b
sysfs: reorganize sysfs_new_indoe() and sysfs_create()
by Tejun Heo
· 17 years ago
dbde0fc
sysfs: reimplement sysfs_drop_dentry()
by Tejun Heo
· 17 years ago
198a2a8
sysfs: separate out sysfs_attach_dentry()
by Tejun Heo
· 17 years ago
73107cb
sysfs: kill attribute file orphaning
by Tejun Heo
· 17 years ago
0ab6608
sysfs: implement sysfs_dirent active reference and immediate disconnect
by Tejun Heo
· 17 years ago
3e51903
sysfs: make sysfs_dirent->s_element a union
by Tejun Heo
· 17 years ago
0c096b5
sysfs: add sysfs_dirent->s_name
by Tejun Heo
· 17 years ago
dd14cbc
sysfs: fix race condition around sd->s_dentry, take#2
by Tejun Heo
· 17 years ago
6aa054a
sysfs: fix condition check in sysfs_drop_dentry()
by Tejun Heo
· 17 years ago
dc35125
sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses
by Eric Sandeen
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
e7b0d26
[PATCH] sysfs: reinstate exclusion between method calls and attribute unregistration
by Alan Stern
· 18 years ago
266d4f4
[PATCH] suspend regression: sysfs deadlock
by Hugh Dickins
· 18 years ago
c5ef1c4
[PATCH] mark struct inode_operations const 3
by Arjan van de Ven
· 18 years ago
b592fcf
sysfs: Shadow directory support
by Eric W. Biederman
· 18 years ago
d3fc373
sysfs: suppress lockdep warnings
by Frederik Deweerdt
· 18 years ago
94bebf4
Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()
by Oliver Neukum
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
995982c
sysfs_remove_bin_file: no return value, dump_stack on error
by Randy.Dunlap
· 18 years ago
232ba9d
[PATCH] lockdep: annotate the sysfs i_mutex to be a separate class
by Arjan van de Ven
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
99cee0c
BUG_ON() Conversion in fs/sysfs/
by Eric Sesterhenn
· 19 years ago
58d4928
[PATCH] sysfs: kzalloc conversion
by Eric Sesterhenn
· 19 years ago
641e6f3
[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentry
by Greg Kroah-Hartman
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
36676bc
[PATCH] Fix oops in sysfs_hash_and_remove_file()
by James Bottomley
· 19 years ago
9ca1eb3
[PATCH] sysfs: fix sysfs_setattr
by Maneesh Soni
· 19 years ago
5f45f1a
[PATCH] remove duplicate get_dentry functions in various places
by Christoph Hellwig
· 19 years ago
8215534
[PATCH] sysfs-iattr: set inode attributes
by Maneesh Soni
· 19 years ago
988d186
[PATCH] sysfs-iattr: add sysfs_setattr
by Maneesh Soni
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago