summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-03-31[GFS2] Allow bmap to allocate extentsSteven Whitehouse
2008-03-31[GFS2] Fix a page lock / glock deadlockSteven Whitehouse
2008-03-31[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_opsAdrian Bunk
2008-03-31[GFS2] gfs2/ops_file.c should #include "ops_inode.h"Adrian Bunk
2008-03-31[GFS2] be*_add_cpu conversionMarcin Slusarz
2008-03-31[GFS2] Fix bug where we called drop_bh incorrectlySteven Whitehouse
2008-03-31[GFS2] Get inode buffer only once per block map callSteven Whitehouse
2008-03-31[GFS2] Eliminate (almost) duplicate field from gfs2_inodeSteven Whitehouse
2008-03-31[GFS2] Add a function to interate over an extentSteven Whitehouse
2008-03-31[GFS2] The case of the missing asteriskSteven Whitehouse
2008-03-31[GFS2] Add extent allocation to block allocatorSteven Whitehouse
2008-03-31[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_dataSteven Whitehouse
2008-03-31[GFS2] Update gfs2_trans_add_unrevoke to accept extentsSteven Whitehouse
2008-03-31[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fieldsSteven Whitehouse
2008-03-31[GFS2] Reduce inode size by merging fieldsSteven Whitehouse
2008-03-31[GFS2] Remove unused countersBob Peterson
2008-03-31[GFS2] Shrink & rename di_depthSteven Whitehouse
2008-03-31[GFS2] Remove rgrp and glock version numbersBob Peterson
2008-03-31[GFS2] Remove lm.[ch] and distribute contentSteven Whitehouse
2008-03-31[GFS2] Eliminate gl_req_bhBob Peterson
2008-03-31[GFS2] Add consts to various bits of rgrp.cSteven Whitehouse
2008-03-31[GFS2] Introduce array of buffers to struct metapathSteven Whitehouse
2008-03-31[GFS2] Move part of gfs2_block_map into a separate functionSteven Whitehouse
2008-03-31[GFS2] Get rid of gl_waiters2Bob Peterson
2008-03-31[GFS2] Combine rg_flags and rd_flagsBob Peterson
2008-03-31[GFS2] Allocate gfs2_rgrpd from slab memoryBob Peterson
2008-03-31[GFS2] Plug an unlikely leakBob Peterson
2008-03-31[GFS2] make gfs2_glock_hold() staticAdrian Bunk
2008-03-31[GFS2] Only wake the reclaim daemon if we need toBob Peterson
2008-03-31[GFS2] Misc fixupsBob Peterson
2008-03-31[GFS2] Only do lo_incore_commit onceBob Peterson
2008-03-31[GFS2] Fix debug inode printingBob Peterson
2008-03-31[GFS2] Get rid of unneeded parameter in gfs2_rlist_allocBob Peterson
2008-03-31[GFS2] Streamline indirect pointer tree height calculationSteven Whitehouse
2008-03-31[GFS2] Speed up gfs2_write_alloc_required, deprecate gfs2_extent_mapSteven Whitehouse
2008-03-30cifs: fix misannotationsAl Viro
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro
2008-03-30jbd/jbd2 NULL noiseAl Viro
2008-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-03-28afs: prevent double cell registrationSven Schnelle
2008-03-28vfs: fix data leak in nobh_write_end()Dmitri Monakhov
2008-03-27[PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lockAl Viro
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro
2008-03-27[PATCH] sanitize locking in mark_mounts_for_expiry() and shrink_submounts()Al Viro
2008-03-27[PATCH] count ghost references to vfsmountsAl Viro
2008-03-27[PATCH] reduce stack footprint in namespace.cAl Viro
2008-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-03-24driver core: debug for bad dev_attr_show() return value.Andrew Morton
2008-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld