| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-18 | userns: Convert configfs to use kuid and kgid where appropriate | Eric W. Biederman | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-03-20 | make configfs_pin_fs() return root dentry on success | Al Viro | 3 | -13/+11 |
| 2012-03-20 | configfs: configfs_create_dir() has parent dentry in dentry->d_parent | Al Viro | 1 | -15/+5 |
| 2012-03-20 | configfs: sanitize configfs_create() | Al Viro | 1 | -28/+27 |
| 2012-03-20 | configfs: kill configfs_sb | Al Viro | 5 | -25/+26 |
| 2012-03-20 | configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root | Al Viro | 4 | -15/+7 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-01-03 | configfs: convert to umode_t | Al Viro | 2 | -5/+5 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: live vfsmounts never have NULL ->mnt_sb | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 1 | -1/+1 |
| 2011-12-13 | configfs: register_filesystem() called too early | Al Viro | 2 | -20/+18 |
| 2011-09-27 | doc: fix broken references | Paul Bolle | 2 | -2/+3 |
| 2011-05-28 | configfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -2/+0 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+2 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-05-18 | configfs: Fix race between configfs_readdir() and configfs_d_iput() | Joel Becker | 1 | -5/+28 |
| 2011-05-18 | configfs: Don't try to d_delete() negative dentries. | Joel Becker | 1 | -2/+4 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-01-16 | configfs: change depends -> select SYSFS | Nicholas Bellinger | 1 | -2/+2 |
| 2011-01-12 | switch configfs | Al Viro | 3 | -5/+3 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -4/+4 |
| 2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 2 | -7/+1 |
| 2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 1 | -0/+2 |
| 2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin | 2 | -3/+2 |
| 2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | config fs: avoid switching ->d_op on live dentry | Nick Piggin | 1 | -8/+9 |
| 2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -4/+4 |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
| 2010-06-04 | fix setattr error handling in sysfs, configfs | Nick Piggin | 1 | -5/+4 |
| 2010-05-27 | fs: convert simple fs to new truncate | Nick Piggin | 1 | -7/+2 |
| 2010-05-15 | Fix the regression created by "set S_DEAD on unlink()..." commit | Al Viro | 1 | -0/+4 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -0/+3 |
| 2010-01-14 | Fix configfs leak | Al Viro | 1 | -1/+3 |
| 2009-09-11 | writeback: add name to backing_dev_info | Jens Axboe | 1 | -0/+1 |
| 2009-04-30 | configfs: Rework configfs_depend_item() locking and make lockdep happy | Louis Rilling | 1 | -59/+47 |
| 2009-04-30 | configfs: Silence lockdep on mkdir() and rmdir() | Louis Rilling | 3 | -0/+131 |
| 2009-04-21 | configfs: Fix Trivial Warning in fs/configfs/symlink.c | Subrata Modak | 1 | -1/+1 |
| 2009-03-27 | constify dentry_operations: configfs | Al Viro | 1 | -1/+1 |
| 2009-02-04 | Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_ite... | Mark Fasheh | 1 | -59/+0 |
| 2009-02-02 | configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() | Joel Becker | 1 | -0/+59 |
| 2009-01-22 | fs/Kconfig: move configfs out | Alexey Dobriyan | 1 | -0/+11 |
| 2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -3/+0 |
| 2008-10-23 | [PATCH] assorted path_lookup() -> kern_path() conversions | Al Viro | 1 | -8/+8 |
| 2008-08-22 | [PATCH] configfs: Consolidate locking around configfs_detach_prep() in config... | Louis Rilling | 1 | -10/+7 |
| 2008-07-31 | [PATCH] configfs: Pin configfs subsystems separately from new config_items. | Joel Becker | 1 | -9/+33 |
| 2008-07-31 | [PATCH] configfs: Fix open directory making rmdir() fail | Louis Rilling | 1 | -1/+2 |
| 2008-07-31 | [PATCH] configfs: Lock new directory inodes before removing on cleanup after ... | Louis Rilling | 1 | -19/+29 |
| 2008-07-31 | [PATCH] configfs: Prevent userspace from creating new entries under attaching... | Louis Rilling | 3 | -5/+103 |
| 2008-07-31 | [PATCH] configfs: Fix failing symlink() making rmdir() fail | Louis Rilling | 3 | -0/+16 |
| 2008-07-31 | [PATCH] configfs: Fix symlink() to a removing item | Louis Rilling | 2 | -7/+13 |
| 2008-07-31 | [PATCH] configfs: Include linux/err.h in linux/configfs.h | Joel Becker | 1 | -1/+1 |
| 2008-07-17 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 1 | -10/+15 |
| 2008-07-17 | Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e... | Joel Becker | 1 | -6/+7 |
| 2008-07-14 | configfs: call drop_link() to cleanup after create_link() failure | Louis Rilling | 1 | -1/+5 |
| 2008-07-14 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 1 | -7/+6 |
| 2008-07-14 | configfs: Fix failing mkdir() making racing rmdir() fail | Louis Rilling | 2 | -10/+44 |
| 2008-07-14 | configfs: Fix deadlock with racing rmdir() and rename() | Louis Rilling | 1 | -20/+25 |
| 2008-07-14 | configfs: Make configfs_new_dirent() return error code instead of NULL | Louis Rilling | 1 | -4/+5 |
| 2008-07-14 | configfs: Protect configfs_dirent s_links list mutations | Louis Rilling | 2 | -4/+9 |
| 2008-07-14 | configfs: Introduce configfs_dirent_lock | Louis Rilling | 4 | -1/+34 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 3 | -4/+4 |
| 2008-04-30 | mm: bdi: add separate writeback accounting capability | Miklos Szeredi | 1 | -1/+1 |
| 2008-02-14 | Introduce path_put() | Jan Blunck | 1 | -2/+2 |
| 2008-02-14 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -2/+2 |
| 2008-01-25 | configfs: file.c fix possible recursive locking | Joonwoo Park | 1 | -1/+1 |
| 2008-01-25 | configfs: dir.c fix possible recursive locking | Joonwoo Park | 1 | -2/+3 |
| 2008-01-24 | Kobject: convert fs/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2008-01-24 | kobject: convert kernel_kset to be a kobject | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | kset: convert kernel_subsys to use kset_create | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | kobject: convert configfs to use kobject_create | Greg Kroah-Hartman | 1 | -7/+6 |
| 2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -2/+2 |
| 2007-10-17 | r/o bind mounts: filesystem helpers for custom 'struct file's | Dave Hansen | 1 | -2/+3 |
| 2007-10-17 | mm: bdi init hooks | Peter Zijlstra | 3 | -0/+19 |
| 2007-10-16 | implement simple fs aops | Nick Piggin | 1 | -2/+2 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-10 | configfs: config item dependancies. | Joel Becker | 2 | -3/+248 |
| 2007-07-10 | configfs: accessing item hierarchy during rmdir(2) | Joel Becker | 1 | -1/+28 |
| 2007-07-10 | [PATCH] configsfs buffer: use mutex | Johannes Berg | 1 | -7/+8 |
| 2007-07-10 | configfs: Convert subsystem semaphore to mutex | Joel Becker | 1 | -8/+8 |
| 2007-07-10 | [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly | Satyam Sharma | 1 | -10/+8 |
| 2007-07-10 | configfs: misc cleanups | Satyam Sharma | 1 | -12/+3 |
| 2007-07-10 | configfs: consistent attribute size | Joel Becker | 1 | -3/+10 |
| 2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
| 2007-05-09 | use simple_read_from_buffer() in fs/ | Akinobu Mita | 1 | -31/+2 |
| 2007-05-02 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 1 | -1/+1 |
| 2007-03-14 | configfs: add missing mutex_unlock() | Joel Becker | 1 | -15/+12 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 4 | -5/+5 |
| 2007-02-11 | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 1 | -2/+1 |
| 2007-02-07 | configfs: Zero terminate data in configfs attribute writes. | Joel Becker | 1 | -3/+6 |
| 2006-12-08 | [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -11/+11 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2 | -2/+2 |
| 2006-12-01 | configfs: make configfs_dirent_exists() static | Adrian Bunk | 1 | -2/+2 |
| 2006-12-01 | configfs: mutex_lock_nested() fix | Mark Fasheh | 1 | -2/+3 |
| 2006-10-20 | configfs: handle kzalloc() failure in check_perm() | Chandra Seetharaman | 1 | -6/+8 |
| 2006-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2006-10-03 | [PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg... | Zach Brown | 1 | -2/+2 |
| 2006-10-02 | Merge branch 'master' into gfs2 | Steven Whitehouse | 2 | -3/+3 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2 | -3/+3 |
| 2006-09-28 | Merge branch 'master' into gfs2 | Steven Whitehouse | 2 | -5/+2 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
| 2006-09-27 | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2 | -4/+2 |
| 2006-09-25 | [GFS2] Fix up merge of Linus' kernel into GFS2 | Steven Whitehouse | 1 | -2/+30 |
| 2006-09-20 | configfs: Prevent duplicate subsystem names. | Joel Becker | 1 | -2/+30 |
| 2006-07-03 | Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steven Whitehouse | 4 | -13/+11 |
| 2006-06-29 | configfs: Clear up a few extra spaces where there should be TABs. | Joel Becker | 2 | -4/+4 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 1 | -1/+1 |
| 2006-06-26 | [PATCH] fs: use list_move() | Akinobu Mita | 1 | -4/+2 |
| 2006-06-24 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 1 | -3/+3 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+3 |
| 2006-06-09 | VFS: Unexport do_kern_mount() and clean up simple_pin_fs() | Trond Myklebust | 1 | -1/+1 |
| 2006-05-25 | Merge branch 'master' | Steven Whitehouse | 1 | -41/+96 |
| 2006-05-17 | configfs: configfs_mkdir() failed to cleanup linkage. | Joel Becker | 1 | -32/+72 |
| 2006-05-17 | configfs: Fix a reference leak in configfs_mkdir(). | Joel Becker | 1 | -11/+26 |
| 2006-04-21 | Merge branch 'master' | Steven Whitehouse | 1 | -1/+1 |
| 2006-04-10 | [PATCH] Bogus NULL pointer check in fs/configfs/dir.c | Eric Sesterhenn | 1 | -1/+1 |
| 2006-03-31 | Merge branch 'master' | Steven Whitehouse | 3 | -5/+5 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 3 | -5/+5 |
| 2006-02-23 | Merge branch 'master' | Steven Whitehouse | 6 | -40/+178 |
| 2006-02-03 | [PATCH] BUG_ON() Conversion in fs/configfs/ | Eric Sesterhenn / snakebyte | 2 | -4/+2 |
| 2006-02-03 | configfs: Add permission and ownership to configfs objects. | Joel Becker | 6 | -36/+176 |
| 2006-01-18 | [DLM] Export config_group_find_obj for use by the DLM | David Teigland | 1 | -1/+1 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 3 | -32/+32 |
| 2006-01-03 | [PATCH] configfs: User-driven configuration filesystem | Joel Becker | 8 | -0/+2440 |