aboutsummaryrefslogtreecommitdiff
path: root/fs/configfs
AgeCommit message (Expand)AuthorFilesLines
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 3-4/+4
2008-04-30mm: bdi: add separate writeback accounting capabilityGravatar Miklos Szeredi 1-1/+1
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-2/+2
2008-01-25configfs: file.c fix possible recursive lockingGravatar Joonwoo Park 1-1/+1
2008-01-25configfs: dir.c fix possible recursive lockingGravatar Joonwoo Park 1-2/+3
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-3/+3
2008-01-24kobject: convert kernel_kset to be a kobjectGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24kset: convert kernel_subsys to use kset_createGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24kobject: convert configfs to use kobject_createGravatar Greg Kroah-Hartman 1-7/+6
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-2/+2
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sGravatar Dave Hansen 1-2/+3
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 3-0/+19
2007-10-16implement simple fs aopsGravatar Nick Piggin 1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-10configfs: config item dependancies.Gravatar Joel Becker 2-3/+248
2007-07-10configfs: accessing item hierarchy during rmdir(2)Gravatar Joel Becker 1-1/+28
2007-07-10[PATCH] configsfs buffer: use mutexGravatar Johannes Berg 1-7/+8
2007-07-10configfs: Convert subsystem semaphore to mutexGravatar Joel Becker 1-8/+8
2007-07-10[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlyGravatar Satyam Sharma 1-10/+8
2007-07-10configfs: misc cleanupsGravatar Satyam Sharma 1-12/+3
2007-07-10configfs: consistent attribute sizeGravatar Joel Becker 1-3/+10
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-09use simple_read_from_buffer() in fs/Gravatar Akinobu Mita 1-31/+2
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-1/+1
2007-03-14configfs: add missing mutex_unlock()Gravatar Joel Becker 1-15/+12
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 4-5/+5
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-2/+1
2007-02-07configfs: Zero terminate data in configfs attribute writes.Gravatar Joel Becker 1-3/+6
2006-12-08[PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 2-11/+11
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 2-2/+2
2006-12-01configfs: make configfs_dirent_exists() staticGravatar Adrian Bunk 1-2/+2
2006-12-01configfs: mutex_lock_nested() fixGravatar Mark Fasheh 1-2/+3
2006-10-20configfs: handle kzalloc() failure in check_perm()Gravatar Chandra Seetharaman 1-6/+8
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Gravatar Linus Torvalds 1-1/+1
2006-10-03[PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg...Gravatar Zach Brown 1-2/+2
2006-10-02Merge branch 'master' into gfs2Gravatar Steven Whitehouse 2-3/+3
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 2-3/+3
2006-09-28Merge branch 'master' into gfs2Gravatar Steven Whitehouse 2-5/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 2-4/+2
2006-09-25[GFS2] Fix up merge of Linus' kernel into GFS2Gravatar Steven Whitehouse 1-2/+30
2006-09-20configfs: Prevent duplicate subsystem names.Gravatar Joel Becker 1-2/+30
2006-07-03Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Steven Whitehouse 4-13/+11
2006-06-29configfs: Clear up a few extra spaces where there should be TABs.Gravatar Joel Becker 2-4/+4
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-06-26[PATCH] fs: use list_move()Gravatar Akinobu Mita 1-4/+2
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3