summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] configfs: Fix symlink() to a removing itemLouis Rilling2008-07-312-7/+13
* [PATCH] configfs: Include linux/err.h in linux/configfs.hJoel Becker2008-07-311-1/+1
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-171-10/+15
* Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-171-6/+7
* configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-141-1/+5
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-141-7/+6
* configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2008-07-142-10/+44
* configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling2008-07-141-20/+25
* configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling2008-07-141-4/+5
* configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-142-4/+9
* configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-144-1/+34
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-303-4/+4
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* Introduce path_put()Jan Blunck2008-02-141-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+2
* configfs: file.c fix possible recursive lockingJoonwoo Park2008-01-251-1/+1
* configfs: dir.c fix possible recursive lockingJoonwoo Park2008-01-251-2/+3
* Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-3/+3
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-241-1/+1
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-241-1/+1
* kobject: convert configfs to use kobject_createGreg Kroah-Hartman2008-01-241-7/+6
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-2/+2
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-2/+3
* mm: bdi init hooksPeter Zijlstra2007-10-173-0/+19
* implement simple fs aopsNick Piggin2007-10-161-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* configfs: config item dependancies.Joel Becker2007-07-102-3/+248
* configfs: accessing item hierarchy during rmdir(2)Joel Becker2007-07-101-1/+28
* [PATCH] configsfs buffer: use mutexJohannes Berg2007-07-101-7/+8
* configfs: Convert subsystem semaphore to mutexJoel Becker2007-07-101-8/+8
* [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma2007-07-101-10/+8
* configfs: misc cleanupsSatyam Sharma2007-07-101-12/+3
* configfs: consistent attribute sizeJoel Becker2007-07-101-3/+10
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* use simple_read_from_buffer() in fs/Akinobu Mita2007-05-091-31/+2
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-1/+1
* configfs: add missing mutex_unlock()Joel Becker2007-03-141-15/+12
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-124-5/+5
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* configfs: Zero terminate data in configfs attribute writes.Joel Becker2007-02-071-3/+6
* [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-082-11/+11
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-072-2/+2
* configfs: make configfs_dirent_exists() staticAdrian Bunk2006-12-011-2/+2
* configfs: mutex_lock_nested() fixMark Fasheh2006-12-011-2/+3
* configfs: handle kzalloc() failure in check_perm()Chandra Seetharaman2006-10-201-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Linus Torvalds2006-10-041-1/+1
|\
| * Merge branch 'master' into gfs2Steven Whitehouse2006-10-022-3/+3
| |\
| * \ Merge branch 'master' into gfs2Steven Whitehouse2006-09-282-5/+2
| |\ \
| * \ \ [GFS2] Fix up merge of Linus' kernel into GFS2Steven Whitehouse2006-09-251-2/+30
| |\ \ \