summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo
2007-07-11sysfs: implement sysfs_get_dentry()Tejun Heo
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo
2007-07-11sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo
2007-07-11sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo
2007-07-11sysfs: fix root sysfs_dirent -> root dentry associationTejun Heo
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo
2007-07-11sysfs: fix parent refcounting during rename and moveTejun Heo
2007-07-11sysfs: make sysfs_alloc_ino() staticTejun Heo
2007-07-11driver-core: make devt_attr and uevent_attr staticTejun Heo
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo
2007-07-11sysfs: kill attribute file orphaningTejun Heo
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo
2007-07-11sysfs: implement bin_bufferTejun Heo
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo
2007-07-11sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo
2007-07-11sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo
2007-07-11sysfs: fix error handling in binattr write()Tejun Heo
2007-07-11sysfs: make sysfs_put() ignore NULL sdTejun Heo
2007-07-11sysfs: allocate inode number using idaTejun Heo
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo
2007-07-11ida: implement idr based id allocatorTejun Heo
2007-07-11idr: separate out idr_mark_full()Tejun Heo
2007-07-11idr: fix obscure bug in allocation pathTejun Heo
2007-07-11Driver core: coding style cleanupCornelia Huck
2007-07-11PM: do not use saved_state from struct dev_pm_info on ARMRafael J. Wysocki
2007-07-11PM: Do not check parent state in suspend and resume core codeRafael J. Wysocki
2007-07-11PM: Remove power_state.event checks from suspend core codeRafael J. Wysocki
2007-07-11PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk
2007-07-11driver core: fix kernel doc of device_release_driverStefan Richter