summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2008-01-25[GFS2] Reorganize function gfs2_glmutex_lockBob Peterson1-14/+9
2008-01-25[GFS2] Run through full bitmaps quicker in gfs2_bitfitBob Peterson1-25/+29
2008-01-25[GFS2] Get rid of useless "found" variable in quota.cBob Peterson1-4/+2
2008-01-25[GFS2] Journal extent mappingBob Peterson4-17/+97
2008-01-25[GFS2] Remove function gfs2_get_blockBob Peterson8-35/+17
2008-01-25[GFS2] use pid for plock owner for nfs clientsDavid Teigland1-4/+14
2008-01-25[GFS2] Remove unused variableSteven Whitehouse1-1/+0
2008-01-25[GFS2] patch to check for recursive lock requests in gfs2_rename code pathAbhijith Das1-8/+25
2008-01-25[GFS2] Remove lock methods for lock_nolock protocolWendy Cheng3-14/+35
2008-01-25[GFS2] Remove unrequired codeFabio M. Di Nitto1-36/+6
2008-01-25[GFS2] Fix build warningsFabio Massimo Di Nitto1-12/+0
2008-01-25[GFS2] remove unnecessary permission checksRyan O'Hara1-30/+0
2008-01-25[GFS2] Fix runtime issue with UP kernelsFabio Massimo Di Nitto2-5/+0
2008-01-25[GFS2] tidy up error messageDavid Teigland1-2/+1
2008-01-25[GFS2] Check for installation of mount helpers for DLM mountsFabio Massimo Di Nitto1-0/+6
2008-01-25[GFS2] Don't periodically update the jindexSteven Whitehouse4-17/+0
2008-01-25[GFS2] Move gfs2_logd into log.cSteven Whitehouse4-54/+56
2008-01-25[GFS2] Use atomic_t for journal free blocks counterSteven Whitehouse3-16/+16
2008-01-25[GFS2] Don't add glocks to the journalSteven Whitehouse9-78/+21
2008-01-25[GFS2] check kthread_should_stop when waitingDavid Teigland1-7/+2
2008-01-25[GFS2] Given device ID rather than s_id in "id" sysfs fileBob Peterson1-1/+2
2008-01-25[GFS2] Remove flags no longer requiredSteven Whitehouse2-19/+2
2008-01-25[GFS2] Reorder writeback for glock syncSteven Whitehouse2-71/+22
2008-01-25[GFS2] Add sync_page to metadata address space operationsSteven Whitehouse1-0/+1
2008-01-25[GFS2] Remove "reclaim limit"Steven Whitehouse4-13/+0
2008-01-25[GFS2] Remove unused variablesSteven Whitehouse2-8/+0
2008-01-25[GFS2] Use correct include file in ops_address.cSteven Whitehouse1-1/+1
2008-01-25[GFS2] Don't hold page lock when starting transactionSteven Whitehouse1-26/+25
2008-01-25[GFS2] Add writepages for GFS2 jdataSteven Whitehouse2-9/+206
2008-01-25[GFS2] Split gfs2_writepage into three casesSteven Whitehouse2-28/+101
2008-01-25[GFS2] Introduce gfs2_set_aops()Steven Whitehouse5-31/+72
2008-01-25[GFS2] Add gfs2_is_writeback()Steven Whitehouse4-11/+13
2008-01-25[GFS2] Remove unused field in struct gfs2_inodeSteven Whitehouse2-2/+0
2008-01-25[GFS2] Remove useless i_cache from inodesSteven Whitehouse10-110/+19
2008-01-25[GFS2] Use ->page_mkwrite() for mmap()Steven Whitehouse7-251/+131
2008-01-25[GFS2] Clean up internal read functionSteven Whitehouse8-126/+111
2008-01-25[GFS2] Handle multiple glock demote requestsWendy Cheng2-1/+16
2007-10-22exportfs: make struct export_operations constChristoph Hellwig2-2/+2
2007-10-22gfs2: new export opsChristoph Hellwig1-38/+43
2007-10-17fs: correct SuS compliance for open of large file without optionsAlan Cox1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+2
2007-10-16gfs2: convert to new aopsSteven Whitehouse1-84/+127
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-2/+2
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman2-2/+2
2007-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds36-791/+937
2007-10-12Fix up more bio falloutAl Viro1-1/+0
2007-10-10[GFS2] Get superblock a different waySteven Whitehouse1-1/+2
2007-10-10[GFS2] Don't try to remove buffers that don't existSteven Whitehouse1-2/+1
2007-10-10[GFS2] Alternate gfs2_iget to avoid looking up inodes being freedBenjamin Marzinski6-9/+60