aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap3-9/+17
2006-09-25SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGreg Kroah-Hartman1-2/+12
2006-09-25sysfs: Make poll behaviour consistentJuha Yrjölä1-1/+1
2006-07-12[PATCH] lockdep: annotate the sysfs i_mutex to be a separate classArjan van de Ven1-0/+12
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-26[PATCH] core: use list_move()Akinobu Mita1-6/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown3-0/+78
2006-04-02[PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman1-1/+1
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz1-1/+1
2006-04-01BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn1-2/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven4-6/+6
2006-03-20[PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman1-0/+1
2006-03-20[PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman1-4/+0
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni4-5/+39
2006-03-20[PATCH] sysfs: kzalloc conversionEric Sesterhenn2-4/+2
2006-03-20[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2-1/+6
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen4-33/+28
2006-01-04[PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt1-1/+5
2005-08-26[PATCH] Fix oops in sysfs_hash_and_remove_file()James Bottomley1-0/+4
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-3/+3
2005-07-29[PATCH] sysfs: fix sysfs_setattrManeesh Soni1-1/+1
2005-07-29[PATCH] sysfs: fix sysfs_chmod_fileManeesh Soni1-8/+10
2005-07-12[PATCH] inotifyRobert Love1-5/+2
2005-06-24[PATCH] DocBook: update commentsMartin Waitz1-2/+3
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig5-16/+9
2005-06-20[PATCH] SYSFS: fix PAGE_SIZE checkJon Smirl1-1/+1
2005-06-20[PATCH] sysfs-iattr: set inode attributesManeesh Soni3-8/+35
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni3-0/+68
2005-06-20[PATCH] sysfs-iattr: attach sysfs_dirent before new inodeManeesh Soni1-10/+15
2005-06-20[PATCH] sysfs: if show/store is missing return -EIODmitry Torokhov2-4/+4
2005-06-20[PATCH] sysfs_{create|remove}_link should take const char *Dmitry Torokhov1-4/+4
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-2/+2
2005-04-18[PATCH] sysfs: add sysfs_chmod_file()Kay Sievers1-0/+35
2005-04-16Linux-2.6.12-rc2Linus Torvalds9-0/+1763