Commit Graph

62 Commits (e9f20d6f03e8df393b001dab6dc5226c2a5daf57)

Author SHA1 Message Date
Jan Blunck 1d957f9bf8 Introduce path_put() 17 years ago
Jan Blunck 4ac9137858 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} 17 years ago
Joonwoo Park 116ba5d5ea configfs: file.c fix possible recursive locking 17 years ago
Joonwoo Park ba611edfe4 configfs: dir.c fix possible recursive locking 17 years ago
Greg Kroah-Hartman 197b12d679 Kobject: convert fs/* from kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman 0ff21e4663 kobject: convert kernel_kset to be a kobject 17 years ago
Greg Kroah-Hartman bd35b93d80 kset: convert kernel_subsys to use kset_create 17 years ago
Greg Kroah-Hartman 3794491d0c kobject: convert configfs to use kobject_create 17 years ago
Greg Kroah-Hartman 3514faca19 kobject: remove struct kobj_type from struct kset 17 years ago
Dave Hansen ce8d2cdf3d r/o bind mounts: filesystem helpers for custom 'struct file's 18 years ago
Peter Zijlstra e0bf68ddec mm: bdi init hooks 18 years ago
Nick Piggin 800d15a53e implement simple fs aops 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Joel Becker 631d1febab configfs: config item dependancies. 18 years ago
Joel Becker 299894cc90 configfs: accessing item hierarchy during rmdir(2) 18 years ago
Johannes Berg 6d748924b7 [PATCH] configsfs buffer: use mutex 18 years ago
Joel Becker e6bd07aee7 configfs: Convert subsystem semaphore to mutex 18 years ago
Satyam Sharma 3fe6c5ce11 [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly 18 years ago
Satyam Sharma 4c62b53454 configfs: misc cleanups 18 years ago
Joel Becker b23cdde4c6 configfs: consistent attribute size 18 years ago
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h 18 years ago
Akinobu Mita 92f4c701aa use simple_read_from_buffer() in fs/ 18 years ago
Greg Kroah-Hartman 823bccfc40 remove "struct subsystem" as it is no longer needed 18 years ago
Joel Becker afdf04ea09 configfs: add missing mutex_unlock() 18 years ago
Josef 'Jeff' Sipek ee9b6d61a2 [PATCH] Mark struct super_operations const 18 years ago
Arjan van de Ven 754661f143 [PATCH] mark struct inode_operations const 1 18 years ago
Robert P. J. Day c376222960 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). 18 years ago
Joel Becker ff05d1c464 configfs: Zero terminate data in configfs attribute writes. 18 years ago
Josef "Jeff" Sipek 867fa491a2 [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Adrian Bunk 58d206c2fa configfs: make configfs_dirent_exists() static 18 years ago
Mark Fasheh 55ed16029d configfs: mutex_lock_nested() fix 18 years ago
Chandra Seetharaman 559c9ac391 configfs: handle kzalloc() failure in check_perm() 19 years ago
Zach Brown 4779efca14 [PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format argument 19 years ago
Dave Hansen d8c76e6f45 [PATCH] r/o bind mount prepwork: inc_nlink() helper 19 years ago
Theodore Ts'o ba52de123d [PATCH] inode-diet: Eliminate i_blksize from the inode structure 19 years ago
Panagiotis Issaris f8314dc60c [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc 19 years ago
Joel Becker b4c98f625f configfs: Prevent duplicate subsystem names. 19 years ago
Joel Becker e7515d065d configfs: Clear up a few extra spaces where there should be TABs. 19 years ago
Christoph Hellwig f5e54d6e53 [PATCH] mark address_space_operations const 19 years ago
Akinobu Mita f116629d03 [PATCH] fs: use list_move() 19 years ago
David Howells 454e2398be [PATCH] VFS: Permit filesystem to override root dentry on mount 19 years ago
Trond Myklebust 1f5ce9e93a VFS: Unexport do_kern_mount() and clean up simple_pin_fs() 19 years ago
Joel Becker eed7a0db46 configfs: configfs_mkdir() failed to cleanup linkage. 19 years ago
Joel Becker 84efad1a53 configfs: Fix a reference leak in configfs_mkdir(). 19 years ago
Eric Sesterhenn cbca692c24 [PATCH] Bogus NULL pointer check in fs/configfs/dir.c 19 years ago
Arjan van de Ven 4b6f5d20b0 [PATCH] Make most file operations structs in fs/ const 19 years ago
Eric Sesterhenn / snakebyte 1a1974fd45 [PATCH] BUG_ON() Conversion in fs/configfs/ 19 years ago
Joel Becker 3d0f89bb16 configfs: Add permission and ownership to configfs objects. 19 years ago
David Teigland ec58002466 [DLM] Export config_group_find_obj for use by the DLM 19 years ago