index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
sysfs
/
inode.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-30
[PATCH] BDI: Provide backing device capability information [try #3]
David Howells
-1
/
+1
2005-03-07
[PATCH] d_drop should use per dentry lock
Jan Blunck
-1
/
+5
2004-11-02
[PATCH] small sysfs cleanups
Adrian Bunk
-5
/
+0
2004-10-31
[PATCH] sysfs backing store: use sysfs_dirent based tree in file removal
Andrew Morton
-26
/
+66
2004-10-31
[PATCH] sysfs backing store - add sysfs_direct structure
Andrew Morton
-2
/
+8
2004-06-11
[PATCH] sysfs: fs/sysfs/inode.c: modify parents ctime and mtime on creation
Sebastian Henschel
-1
/
+6
2004-05-16
[PATCH] fix-sysfs-symlinks.patch
Maneesh Soni
-1
/
+6
2003-09-05
Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virgin
Patrick Mochel
-1
/
+0
2003-09-04
[PATCH] large dev_t - second series (1/15)
Alexander Viro
-1
/
+0
2003-08-28
[sysfs] Fix memory leak.
Patrick Mochel
-1
/
+1
2003-05-22
sysfs: Fix binary file handling
Patrick Mochel
-2
/
+3
2003-03-27
sysfs: Fix file removal
Patrick Mochel
-1
/
+1
2003-03-11
sysfs: fix BUG()s on directory creation and removal.
Patrick Mochel
-10
/
+5
2003-03-03
sysfs: fix more merge breakage.
Patrick Mochel
-0
/
+2
2003-03-03
sysfs: fixup merge
Patrick Mochel
-778
/
+34
2003-03-02
sysfs: fix oops in directory removal.
Patrick Mochel
-25
/
+19
2003-02-12
[PATCH] sysfs error handling fix
Andrew Morton
-1
/
+1
2003-02-07
sysfs: remember to add EXPORT_SYMBOL() for sysfs_update_file.
Greg Kroah-Hartman
-0
/
+1
2003-02-06
[PATCH] sysfs: add sysfs_update_file() function.
Greg Kroah-Hartman
-0
/
+41
2003-01-30
sysfs: further localize file creation.
Patrick Mochel
-35
/
+30
2003-01-30
sysfs: split up inode.c into different files for different purposes.
Patrick Mochel
-758
/
+16
2003-01-29
sysfs: add sysfs_update_file()
Patrick Mochel
-0
/
+43
2003-01-12
sysfs: restore count parameter to struct sysfs_ops::store().
Patrick Mochel
-5
/
+7
2003-01-12
sysfs: return -EFAULT if copy_{to,from}_user() doesn't copy all bytes.
Patrick Mochel
-2
/
+2
2003-01-10
sysfs: return correct error when opening RO file for writing.
Patrick Mochel
-9
/
+2
2003-01-09
sysfs: make sure we drop all the references on dentrys we acquire.
Patrick Mochel
-4
/
+47
2003-01-09
sysfs: fixup subsystem attributes.
Patrick Mochel
-2
/
+2
2003-01-09
sysfs: remove count and off parameters from sysfs_ops methods.
Patrick Mochel
-8
/
+8
2003-01-09
sysfs: Improve read/write buffer filling/flushing semantics.
Patrick Mochel
-74
/
+159
2003-01-07
sysfs: hardcode file size of regular files to PAGE_SIZE.
Patrick Mochel
-0
/
+1
2003-01-05
kobjects: Remove kobject::subsys and subsystem::kobj.
Patrick Mochel
-2
/
+4
2003-01-04
kobject: Introduce struct kobj_type.
Patrick Mochel
-4
/
+4
2002-12-14
[PATCH] Remove fail_writepage, redux
Andrew Morton
-1
/
+0
2002-11-21
Allow subsystem to have attributes, too.
Patrick Mochel
-1
/
+43
2002-11-21
sysfs: fix file deletion again.
Patrick Mochel
-7
/
+9
2002-11-20
sysfs: various updates.
Patrick Mochel
-25
/
+10
2002-11-20
Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
Patrick Mochel
-1
/
+1
2002-11-19
[PATCH] *_mknod prototype
Andries E. Brouwer
-1
/
+1
2002-11-19
merge
Patrick Mochel
-24
/
+66
2002-11-19
sysfs: do permission checking on open.
Patrick Mochel
-25
/
+64
2002-11-18
Broken applications do not realize that a zero return
Linus Torvalds
-1
/
+1
2002-11-18
make sure DEBUG is #undef'd so it's really turned off
Patrick Mochel
-0
/
+2
2002-11-16
[PATCH] include mount.h explicitly were needed
Christoph Hellwig
-1
/
+1
2002-10-29
sysfs: kill struct sysfs_dir.
Patrick Mochel
-15
/
+11
2002-10-29
sysfs: make symlinks easier.
Patrick Mochel
-20
/
+70
2002-10-29
sysfs: marry api with struct kobject.
Patrick Mochel
-124
/
+154
2002-10-29
sysfs: convert sysfs to use more functions from fs/libfs.c
Patrick Mochel
-99
/
+6
2002-10-17
sysfs: do kern_mount() on init.
Patrick Mochel
-83
/
+25
2002-10-17
sysfs: search replace to convert remaining names from driverfs* to sysfs*.
Patrick Mochel
-89
/
+81
2002-10-17
sysfs: modify enough names to get it build and link w/o conflicts.
Patrick Mochel
-21
/
+23
[next]