aboutsummaryrefslogtreecommitdiffstats
path: root/fs/openpromfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-29[readdir] convert openpromfsAl Viro1-51/+44
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-11-08sparc: fix openpromfs compileMeelis Roos1-1/+1
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-3/+0
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-02-07iget: stop OPENPROMFS from using iget() and read_inode()David Howells1-15/+30
2008-01-22[SPARC]: Constify function pointer tables.Jan Engelhardt1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert openpromfsJosef Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik1-1/+1
2006-06-25[OPENPROMFS]: Rewrite using in-kernel device tree and seq_file.David S. Miller1-903/+255
2006-06-25[PATCH] openpromfs: factorize outJan Engelhardt1-5/+10
2006-06-25[PATCH] openpromfs: remove unnecessary castsJan Engelhardt1-12/+12
2006-06-25[PATCH] openpromfs: fix missing NULJan Engelhardt1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-3/+3
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds2-0/+1105