summaryrefslogtreecommitdiffstats
path: root/fs/openpromfs
Commit message (Expand)AuthorAgeFilesLines
* [readdir] convert openpromfsAl Viro2013-06-291-51/+44
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* sparc: fix openpromfs compileMeelis Roos2010-11-081-1/+1
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* iget: stop OPENPROMFS from using iget() and read_inode()David Howells2008-02-071-15/+30
* [SPARC]: Constify function pointer tables.Jan Engelhardt2008-01-221-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert openpromfsJosef Sipek2006-12-081-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2006-09-241-1/+1
* [OPENPROMFS]: Rewrite using in-kernel device tree and seq_file.David S. Miller2006-06-251-903/+255
* [PATCH] openpromfs: factorize outJan Engelhardt2006-06-251-5/+10
* [PATCH] openpromfs: remove unnecessary castsJan Engelhardt2006-06-251-12/+12
* [PATCH] openpromfs: fix missing NULJan Engelhardt2006-06-251-2/+3
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-3/+3
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-2/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-162-0/+1105