nfsd4: support putpubfh operation
[safe/jmp/linux-2.6] / fs / sysfs /
2009-01-26 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-01-22 Alexey Dobriyanfs/Kconfig: move sysfs out
2009-01-21 Greg Kroah-Hartmansysfs: fix problems with binary files
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-16 Eric W. Biedermankobject: Cleanup kobject_rename and !CONFIG_SYSFS
2008-10-16 Trent Piephosysfs: Make dir and name args to sysfs_notify() const
2008-10-16 Tejun Heosysfs: use ilookup5() instead of ilookup5_nowait()
2008-10-16 Nick Pigginsysfs: fix deadlock
2008-10-16 Neil Brownsysfs: Support sysfs_notify from atomic context with...
2008-10-16 Andrew Mortonsysfs: crash debugging
2008-07-26 Arjan van de VenUse WARN() in fs/sysfs
2008-07-22 Cornelia Huckdriver core: Suppress sysfs warnings for device_rename().
2008-07-22 Miklos Szeredisysfs: don't call notify_change
2008-05-15 Stephen Hemmingersysfs: remove error messages for -EEXIST case
2008-04-30 Ben Hutchingssysfs: Disallow truncation of files in sysfs
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-30 Miklos Szeredimm: bdi: add separate writeback accounting capability
2008-04-22 James Bottomley[SCSI] sysfs: make group is_valid return a mode_t
2008-04-20 Dan Williamssysfs: refill attribute buffer when reading from offset 0
2008-04-20 Robert P. J. DaySYSFS: Explicitly include required header file slab.h.
2008-04-18 Mark Fashehsysfs: Allow removal of symlinks in the sysfs root
2008-03-25 Andrew Mortondriver core: debug for bad dev_attr_show() return value.
2008-02-07 Greg Kroah-Hartmansysfs: remove BUG_ON() from sysfs_remove_group()
2008-01-26 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-01-25 Kay SieversDriver Core: kill subsys_attribute and default sysfs ops
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2008-01-25 Jiri Slabysysfs: remove SPIN_LOCK_UNLOCKED
2008-01-25 Kay Sieverssysfs: create optimal relative symlink targets
2008-01-25 Jean Delvaresysfs: Fix a copy-n-paste typo in comment
2008-01-23 James Bottomley[SCSI] sysfs: add filter function to groups
2008-01-23 James Bottomley[SCSI] sysfs: fix the sysfs_add_file_to_group interfaces
2008-01-16 Tejun Heosysfs: fix bugs in sysfs_rename/move_dir()
2008-01-16 Tejun Heosysfs: make sysfs_lookup() return ERR_PTR(-ENOENT)...
2007-11-28 Miao Xiesysfs: fix off-by-one error in fill_read_buffer()
2007-10-31 Adrian Bunksysfs: make sysfs_{get,put}_active() static
2007-10-20 Chris Malleysysfs: trivial: fix sysfs_create_file kerneldoc spellin...
2007-10-17 Roel Kluinspin_lock_unlocked cleanups
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-10-17 Christoph Hellwigpartially fix up the lookup_one_noperm mess
2007-10-16 Nick Pigginimplement simple fs aops
2007-10-12 Tejun Heosysfs: add copyrights
2007-10-12 Tejun Heosysfs: move sysfs file poll implementation to sysfs_ope...
2007-10-12 Tejun Heosysfs: implement sysfs_open_dirent
2007-10-12 Tejun Heosysfs: move sysfs_dirent->s_children into sysfs_dirent...
2007-10-12 Tejun Heosysfs: make sysfs_root a regular directory dirent
2007-10-12 Tejun Heosysfs: open code sysfs_attach_dentry()
2007-10-12 Tejun Heosysfs: make s_elem an anonymous union
2007-10-12 Tejun Heosysfs: make bin attr open get active reference of paren...
2007-10-12 Tejun Heosysfs: kill unnecessary NULL pointer check in sysfs_rel...
2007-10-12 Tejun Heosysfs: kill unnecessary sysfs_get() in open paths
2007-10-12 Tejun Heosysfs: reposition sysfs_dirent->s_mode.
2007-10-12 Tejun Heosysfs: kill sysfs_update_file()
2007-10-12 Tejun Heosysfs: clean up header files
2007-10-12 Tejun Heosysfs: fix sysfs_chmod_file() such that it updates...
2007-10-12 Tejun Heosysfs: fix comments of sysfs_add/remove_one()
2007-10-12 Greg Kroah-Hartmansysfs: spit a warning to users when they try to create...
2007-10-12 Eric W. Biedermansysfs: Rewrite sysfs_move_dir in terms of sysfs dirents
2007-10-12 Eric W. Biedermansysfs: Rewrite rename in terms of sysfs dirents
2007-10-12 Eric W. Biedermansysfs: Remove s_dentry
2007-10-12 Tejun Heosysfs: simply sysfs_get_dentry
2007-10-12 Eric W. Biedermansysfs: Introduce sysfs_rename_mutex
2007-10-12 Eric W. Biedermansysfs: Rewrite sysfs_drop_dentry.
2007-10-12 Eric W. Biedermansysfs: Simplify readdir.
2007-10-12 Eric W. Biedermansysfs: In sysfs_lookup don't open code sysfs_find_dirent
2007-10-12 Eric W. Biedermansysfs: Make sysfs_mount static
2007-10-12 Eric W. Biedermansysfs: Use kill_anon_super
2007-10-12 Eric W. Biedermansysfs: Remove sysfs_instantiate
2007-10-12 Eric W. Biedermansysfs: Move all of inode initialization into sysfs_init...
2007-10-12 Tejun Heosysfs: fix i_mutex locking in sysfs_get_dentry()
2007-10-12 Rolf Eike Beersysfs: Fix typos in fs/sysfs/file.c
2007-10-12 Tejun Heosysfs: make sysfs_addrm_finish() return void
2007-10-12 Tejun Heosysfs: make sysfs_add_one() automatically check for...
2007-10-12 Tejun Heosysfs: make sysfs_add/remove_one() call link/unlink_sib...
2007-10-12 Tejun Heosysfs: simplify sysfs_rename_dir()
2007-10-12 Tejun Heosysfs: cosmetic changes in sysfs_lookup()
2007-10-12 Eric W. Biedermansysfs: Remove first pass at shadow directory support
2007-10-12 Dave Youngsysfs: cleanup semaphore.h
2007-10-12 Dave Youngsysfs/file.c - use mutex instead of semaphore
2007-10-12 Greg Kroah-Hartmankobjects: fix up improper use of the kobject name field
2007-08-22 Alan Sternsysfs: don't warn on removal of a nonexistent binary...
2007-08-22 Tejun Heosysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 Tejun Heosysfs: cosmetic clean up on node creation failure paths
2007-07-18 Tejun Heosysfs: kill an extra put in sysfs_create_link() failure...
2007-07-18 Tejun Heosysfs: make sysfs_init_inode() static
2007-07-18 Tejun Heosysfs: fix sysfs root inode nlink accounting
2007-07-18 Akinobu Mitasysfs: avoid kmem_cache_free(NULL)
2007-07-11 Zhang Ruisysfs: add parameter "struct bin_attribute *" in .read...
2007-07-11 Tejun Heosysfs: make directory dentries and inodes reclaimable
2007-07-11 Tejun Heosysfs: implement sysfs_get_dentry()
2007-07-11 Tejun Heosysfs: move sysfs_drop_dentry() to dir.c and make it...
2007-07-11 Tejun Heosysfs: restructure add/remove paths and fix inode update
2007-07-11 Tejun Heosysfs: use sysfs_mutex to protect the sysfs_dirent...
2007-07-11 Tejun Heosysfs: consolidate sysfs spinlocks
2007-07-11 Tejun Heosysfs: make kobj point to sysfs_dirent instead of dentry
2007-07-11 Tejun Heosysfs: implement sysfs_find_dirent() and sysfs_get_dirent()
2007-07-11 Tejun Heosysfs: implement SYSFS_FLAG_REMOVED flag
2007-07-11 Tejun Heosysfs: rename sysfs_dirent->s_type to s_flags and make...
2007-07-11 Tejun Heosysfs: make sysfs_drop_dentry() access inodes using...
next