aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs
AgeCommit message (Expand)AuthorFilesLines
2005-01-06mergeGreg Kroah-Hartman4-6/+43
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-0/+1
2004-12-20[PATCH] sysfs: add mmap support to struct bin_attribute filesJesse Barnes1-2/+25
2004-12-16[PATCH] sysfs: Allocate sysfs_dirent structures from their own slab.Chris Wright3-4/+18
2004-12-02[PATCH] sysfs: fix sysfs_dir_close memory leakGreg Kroah-Hartman1-0/+2
2004-11-18[PATCH] fix oops in sysfs_remove_dir()Maneesh Soni1-1/+2
2004-11-11sysfs: fix odd patch errorGreg Kroah-Hartman1-1/+1
2004-11-11[PATCH] sysfs: fix duplicate driver registration errorManeesh Soni1-1/+1
2004-11-11[PATCH] fix sysfs backing store error path confusionMilton D. Miller II1-2/+2
2004-11-03[PATCH] fix kernel BUG at fs/sysfs/dir.c:20!Maneesh Soni1-1/+1
2004-11-03[PATCH] driver-model: sysfs_release() dangling pointer reference fixTejun Heo1-1/+3
2004-11-02[PATCH] small sysfs cleanupsAdrian Bunk5-17/+11
2004-11-02[PATCH] sysfs: fix sysfs backing store error path confusionManeesh Soni1-1/+1
2004-10-31[PATCH] Possible race in sysfs_read_file() and sysfs_write_file()Andrew Morton1-1/+5
2004-10-31[PATCH] Fix race in sysfs_read_file() and sysfs_write_file()Andrew Morton1-3/+15
2004-10-31[PATCH] sysfs backing store: stop pinning dentries/inodes for leaf entriesAndrew Morton6-76/+115
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in dir file operationsAndrew Morton3-2/+143
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in file removalAndrew Morton3-63/+95
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton8-38/+185
2004-10-31[PATCH] fix oops with firmware loadingAndrew Morton1-2/+2
2004-10-31[PATCH] sysfs backing store - prepare sysfs_file_operations helpersAndrew Morton3-20/+36
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-1/+1
2004-09-23[sysfs] Change symbol exports to GPL only in symlink.c.Patrick Mochel1-2/+2
2004-09-23[sysfs] Change symbol exports to GPL only in group.c.Patrick Mochel1-2/+2
2004-09-23[sysfs] Change symbol exports to GPL only in file.c.Patrick Mochel1-3/+3
2004-09-23[sysfs] Change symbol exports to GPL only in dir.cPatrick Mochel1-3/+3
2004-09-23[sysfs] Change symbol exports to GPL only in bin.cPatrick Mochel1-2/+2
2004-08-31[PATCH] sysfs ->follow_link() switched to new schemeAlexander Viro2-29/+14
2004-06-26[PATCH] sysfs: fill_read_buffer() fixAndrew Morton1-1/+1
2004-06-11[PATCH] sysfs: fs/sysfs/inode.c: modify parents ctime and mtime on creationSebastian Henschel1-1/+6
2004-06-04[PATCH] fix sysfs node cpumap for large NR_CPUSRusty Russell1-0/+1
2004-05-16[PATCH] fix-sysfs-symlinks.patchManeesh Soni4-45/+116
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni1-5/+14
2004-05-11[PATCH] kobject/sysfs race fixManeesh Soni3-2/+15
2004-04-22[PATCH] symlink doesn't support kobj name > 20 charaters (KOBJ_NAME_LEN)Linda Xie1-3/+3
2004-04-21[PATCH] sysfs module unload race fix for bin_attributesMichael E. Brown1-3/+13
2004-03-30[PATCH] back out sysfs reference count changeGreg Kroah-Hartman1-14/+1
2004-03-18[PATCH] sysfs: pin kobjects to fix use-after-free crashesAndrew Morton1-1/+14
2004-03-18[PATCH] Fix dentry refcounting in sysfs_remove_group()Andrew Morton1-3/+4
2004-03-18[PATCH] sysfs_remove_dir-vs-dcache_readdir race fixAndrew Morton1-5/+6
2004-01-06[PATCH] fix sysfs oopsAndrew Morton1-1/+2
2003-09-26[PATCH] sysfs dput crash fixPatrick Mochel4-25/+23
2003-09-05Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel1-1/+0
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-1/+0
2003-08-29[sysfs] Use kobject_name() when creating directories for kobjects.Patrick Mochel1-5/+3
2003-08-28[sysfs] Fix memory leak.Patrick Mochel5-7/+9
2003-08-14Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-coreLinus Torvalds1-2/+2
2003-08-14[PATCH] request_firmware fixAndrew Morton1-2/+2
2003-08-13Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-corePatrick Mochel4-22/+25
2003-08-13[sysfs] Don't add ->d_fsdata until dentrys are created. Patrick Mochel2-9/+12
2003-08-11[sysfs] Mark some arguments const.Patrick Mochel4-16/+19
2003-08-09[sysfs] Convert struct attribute_group to take array of pointers.Patrick Mochel1-8/+8
2003-08-06[sysfs] Add attribute groupsPatrick Mochel5-38/+157
2003-08-01[PATCH] jantior: return -EFAULT on copy_user errorRandy Dunlap1-2/+2
2003-07-03[PATCH] sysfs: add sysfs_rename_dir()Greg Kroah-Hartman1-0/+22
2003-07-03[PATCH] SYSFS: add module referencing to sysfs attribute files.Greg Kroah-Hartman1-0/+9
2003-07-03[PATCH] sysfs: change print() to pr_debug() to not annoy everyone.Greg Kroah-Hartman1-1/+3
2003-07-03[PATCH] PCI config space in sysfsMatthew Wilcox1-14/+9
2003-06-11[sysfs] Add __user tag to appropriate parameters.Patrick Mochel2-6/+6
2003-06-10[sysfs] Get zeroed page for file read/write buffers.Patrick Mochel1-2/+2
2003-05-30Merge bk://ldm.bkbits.net/linux-2.5-corePatrick Mochel2-14/+24
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-22sysfs: Fix binary file handlingPatrick Mochel2-14/+24
2003-05-19[PATCH] revert sysfs non-fixAndrew Morton1-1/+1
2003-05-18[PATCH] sysfs_create_link() fixAndrew Morton1-1/+1
2003-04-16sysfs: Rewrite binary file handling. Patrick Mochel1-113/+60
2003-04-01Add missing <asm/uaccess.h> header includesLinus Torvalds2-0/+3
2003-03-27sysfs: Fix file removalPatrick Mochel1-1/+1
2003-03-20[PATCH] Sysfs not handling show errorsDave Jones1-1/+1
2003-03-11sysfs: fix BUG()s on directory creation and removal. Patrick Mochel2-17/+6
2003-03-08[PATCH] missing spin_unlock() in sysfs_remove_dir()Andrew Morton1-1/+1
2003-03-06sysfs: Fix binary file handling.Patrick Mochel1-1/+5
2003-03-06sysfs: fix up directory removal, once and for all. Patrick Mochel1-18/+15
2003-03-05sysfs: Make sure root inode is executable and readable by everyone.Patrick Mochel1-1/+1
2003-03-04Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel2-3/+2
2003-03-03sysfs: initialize from fs/namespace.c::mnt_init().Patrick Mochel1-3/+1
2003-03-03sysfs: fix warning.Patrick Mochel1-0/+1
2003-03-03[SYSFS]: fs/sysfs/mount.c needs linux/init.hDavid S. Miller1-0/+1
2003-03-03sysfs: fix more merge breakage.Patrick Mochel1-0/+2
2003-03-03sysfs: fixup mergePatrick Mochel8-779/+1046
2003-03-03Merge bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds0-0/+0
2003-03-02sysfs: fix oops in directory removal. Patrick Mochel1-25/+19
2003-02-12[PATCH] sysfs error handling fixAndrew Morton1-1/+1
2003-02-07sysfs: remember to add EXPORT_SYMBOL() for sysfs_update_file.Greg Kroah-Hartman1-0/+1
2003-02-06[PATCH] sysfs: add sysfs_update_file() function.Greg Kroah-Hartman1-0/+41
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-31sysfs: add initial support for binary files.Patrick Mochel2-2/+234
2003-01-30sysfs: further localize file creation.Patrick Mochel6-71/+75
2003-01-30sysfs: split up inode.c into different files for different purposes.Patrick Mochel7-760/+788
2003-01-29sysfs: add sysfs_update_file()Patrick Mochel1-0/+43
2003-01-12sysfs: restore count parameter to struct sysfs_ops::store().Patrick Mochel1-5/+7
2003-01-12sysfs: return -EFAULT if copy_{to,from}_user() doesn't copy all bytes. Patrick Mochel1-2/+2
2003-01-10sysfs: return correct error when opening RO file for writing.Patrick Mochel1-9/+2
2003-01-09sysfs: make sure we drop all the references on dentrys we acquire.Patrick Mochel1-4/+47
2003-01-09sysfs: fixup subsystem attributes.Patrick Mochel1-2/+2
2003-01-09sysfs: remove count and off parameters from sysfs_ops methods. Patrick Mochel1-8/+8
2003-01-09sysfs: Improve read/write buffer filling/flushing semantics.Patrick Mochel1-74/+159
2003-01-07sysfs: hardcode file size of regular files to PAGE_SIZE. Patrick Mochel1-0/+1
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel1-2/+4
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-4/+4
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-14[PATCH] Remove fail_writepage, reduxAndrew Morton1-1/+0
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel1-1/+43
2002-11-21sysfs: fix file deletion again. Patrick Mochel1-7/+9
2002-11-20sysfs: various updates.Patrick Mochel1-25/+10
2002-11-20Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-1/+1
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-1/+1
2002-11-19mergePatrick Mochel1-24/+66
2002-11-19sysfs: do permission checking on open.Patrick Mochel1-25/+64
2002-11-18Broken applications do not realize that a zero returnLinus Torvalds1-1/+1
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel1-0/+2
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-1/+1
2002-10-29sysfs: kill struct sysfs_dir.Patrick Mochel1-15/+11
2002-10-29sysfs: make symlinks easier. Patrick Mochel1-20/+70
2002-10-29sysfs: marry api with struct kobject.Patrick Mochel1-124/+154
2002-10-29sysfs: convert sysfs to use more functions from fs/libfs.cPatrick Mochel1-99/+6
2002-10-17sysfs: do kern_mount() on init.Patrick Mochel1-83/+25
2002-10-17sysfs: search replace to convert remaining names from driverfs* to sysfs*.Patrick Mochel1-89/+81
2002-10-17sysfs: modify enough names to get it build and link w/o conflicts.Patrick Mochel1-21/+23
2002-10-17add sysfs filesystem, maintaining the driverfs revision history.Patrick Mochel2-0/+715