summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2013-06-29[readdir] convert openpromfsAl Viro1-51/+44
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov47-6/+240
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro53-55/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi81-148/+163
2011-01-07fs: icache RCU free inodesNick Piggin60-68/+490
2010-11-08sparc: fix openpromfs compileMeelis Roos1-1/+1
2010-10-29convert get_sb_single() usersAl Viro25-139/+147
2009-01-05zero i_uid/i_gid on inode allocationAl Viro31-66/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig11-1/+12
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan67-106/+90
2008-02-07iget: stop OPENPROMFS from using iget() and read_inode()David Howells1-15/+30
2008-01-23[SPARC]: Constify function pointer tables.Jan Engelhardt4-4/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter67-99/+83
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt165-268/+247
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter56-277/+178
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter55-136/+55
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek58-75/+75
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven54-105/+105
2006-12-08[PATCH] struct path: convert openpromfsJosef Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter189-332/+332
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter114-165/+164
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik30-85/+67
2006-06-26[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 Howells83-431/+482
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven139-225/+225
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl39-245/+137
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845