summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
AgeCommit message (Expand)AuthorLines
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 lockJan Blunck-1/+5
2004-11-02[PATCH] small sysfs cleanupsAdrian Bunk-5/+0
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in file removalAndrew Morton-26/+66
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton-2/+8
2004-06-11[PATCH] sysfs: fs/sysfs/inode.c: modify parents ctime and mtime on creationSebastian Henschel-1/+6
2004-05-16[PATCH] fix-sysfs-symlinks.patchManeesh Soni-1/+6
2003-09-05Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick 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-22sysfs: Fix binary file handlingPatrick Mochel-2/+3
2003-03-27sysfs: Fix file removalPatrick Mochel-1/+1
2003-03-11sysfs: fix BUG()s on directory creation and removal. Patrick Mochel-10/+5
2003-03-03sysfs: fix more merge breakage.Patrick Mochel-0/+2
2003-03-03sysfs: fixup mergePatrick Mochel-778/+34
2003-03-02sysfs: fix oops in directory removal. Patrick Mochel-25/+19
2003-02-12[PATCH] sysfs error handling fixAndrew Morton-1/+1
2003-02-07sysfs: 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-30sysfs: further localize file creation.Patrick Mochel-35/+30
2003-01-30sysfs: split up inode.c into different files for different purposes.Patrick Mochel-758/+16
2003-01-29sysfs: add sysfs_update_file()Patrick Mochel-0/+43
2003-01-12sysfs: restore count parameter to struct sysfs_ops::store().Patrick Mochel-5/+7
2003-01-12sysfs: return -EFAULT if copy_{to,from}_user() doesn't copy all bytes. Patrick Mochel-2/+2
2003-01-10sysfs: return correct error when opening RO file for writing.Patrick Mochel-9/+2
2003-01-09sysfs: make sure we drop all the references on dentrys we acquire.Patrick Mochel-4/+47
2003-01-09sysfs: fixup subsystem attributes.Patrick Mochel-2/+2
2003-01-09sysfs: remove count and off parameters from sysfs_ops methods. Patrick Mochel-8/+8
2003-01-09sysfs: Improve read/write buffer filling/flushing semantics.Patrick Mochel-74/+159
2003-01-07sysfs: hardcode file size of regular files to PAGE_SIZE. Patrick Mochel-0/+1
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel-2/+4
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel-4/+4
2002-12-14[PATCH] Remove fail_writepage, reduxAndrew Morton-1/+0
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel-1/+43
2002-11-21sysfs: fix file deletion again. Patrick Mochel-7/+9
2002-11-20sysfs: various updates.Patrick Mochel-25/+10
2002-11-20Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel-1/+1
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer-1/+1
2002-11-19mergePatrick Mochel-24/+66
2002-11-19sysfs: do permission checking on open.Patrick Mochel-25/+64
2002-11-18Broken applications do not realize that a zero returnLinus Torvalds-1/+1
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel-0/+2
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig-1/+1
2002-10-29sysfs: kill struct sysfs_dir.Patrick Mochel-15/+11
2002-10-29sysfs: make symlinks easier. Patrick Mochel-20/+70
2002-10-29sysfs: marry api with struct kobject.Patrick Mochel-124/+154
2002-10-29sysfs: convert sysfs to use more functions from fs/libfs.cPatrick Mochel-99/+6
2002-10-17sysfs: do kern_mount() on init.Patrick Mochel-83/+25
2002-10-17sysfs: search replace to convert remaining names from driverfs* to sysfs*.Patrick Mochel-89/+81
2002-10-17sysfs: modify enough names to get it build and link w/o conflicts.Patrick Mochel-21/+23