summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* iget: use iget_failed() in GFS2David Howells2008-02-071-1/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-073-3/+3
* gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov2008-02-072-8/+13
* gfs2: make gfs2_holder.gh_owner_pid be a struct pid *Pavel Emelyanov2008-02-073-9/+15
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-052-2/+2
* fs/: Spelling fixesJoe Perches2008-02-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2008-01-2540-1109/+1092Star
|\
| * [GFS2] Allow journal recovery on read-only mountAbhijith Das2008-01-251-4/+12
| * [GFS2] Lockup on errorBob Peterson2008-01-251-1/+1
| * [GFS2] Fix page_mkwrite truncation race pathSteven Whitehouse2008-01-251-0/+1
| * [GFS2] Fix typoBob Peterson2008-01-251-1/+1
| * [GFS2] Fix write alloc required shortcut calculationSteven Whitehouse2008-01-251-2/+2
| * [GFS2] gfs2_alloc_required performanceBob Peterson2008-01-251-0/+5
| * [GFS2] Remove unneeded i_spinBob Peterson2008-01-252-2/+0Star
| * [GFS2] Reduce inode size by moving i_alloc out of lineSteven Whitehouse2008-01-2512-36/+39
| * [GFS2] Fix assert in log codeSteven Whitehouse2008-01-251-7/+4Star
| * [GFS2] Fix problems relating to execution of files on GFS2Steven Whitehouse2008-01-252-9/+16
| * [GFS2] Initialize extent_list earlierBob Peterson2008-01-252-1/+1
| * [GFS2] Allow page migration for writeback and ordered pagesSteven Whitehouse2008-01-251-0/+2
| * [GFS2] Remove unused variableSteven Whitehouse2008-01-251-1/+0Star
| * [GFS2] Fix log block mapperSteven Whitehouse2008-01-251-1/+1
| * [GFS2] Minor correctionBob Peterson2008-01-251-1/+1
| * [GFS2] Eliminate the no longer needed sd_statfs_mutexBob Peterson2008-01-253-6/+0Star
| * [GFS2] Incremental patch to fix compiler warningBob Peterson2008-01-251-5/+2Star
| * [GFS2] Function meta_read optimizationBob Peterson2008-01-251-6/+7
| * [GFS2] Only fetch the dinode once in block_mapBob Peterson2008-01-251-7/+7
| * [GFS2] Reorganize function gfs2_glmutex_lockBob Peterson2008-01-251-14/+9Star
| * [GFS2] Run through full bitmaps quicker in gfs2_bitfitBob Peterson2008-01-251-25/+29
| * [GFS2] Get rid of useless "found" variable in quota.cBob Peterson2008-01-251-4/+2Star
| * [GFS2] Journal extent mappingBob Peterson2008-01-254-17/+97
| * [GFS2] Remove function gfs2_get_blockBob Peterson2008-01-258-35/+17Star
| * [GFS2] use pid for plock owner for nfs clientsDavid Teigland2008-01-251-4/+14
| * [GFS2] Remove unused variableSteven Whitehouse2008-01-251-1/+0Star
| * [GFS2] patch to check for recursive lock requests in gfs2_rename code pathAbhijith Das2008-01-251-8/+25
| * [GFS2] Remove lock methods for lock_nolock protocolWendy Cheng2008-01-253-14/+35
| * [GFS2] Remove unrequired codeFabio M. Di Nitto2008-01-251-36/+6Star
| * [GFS2] Fix build warningsFabio Massimo Di Nitto2008-01-251-12/+0Star
| * [GFS2] remove unnecessary permission checksRyan O'Hara2008-01-251-30/+0Star
| * [GFS2] Fix runtime issue with UP kernelsFabio Massimo Di Nitto2008-01-252-5/+0Star
| * [GFS2] tidy up error messageDavid Teigland2008-01-251-2/+1Star
| * [GFS2] Check for installation of mount helpers for DLM mountsFabio Massimo Di Nitto2008-01-251-0/+6
| * [GFS2] Don't periodically update the jindexSteven Whitehouse2008-01-254-17/+0Star
| * [GFS2] Move gfs2_logd into log.cSteven Whitehouse2008-01-254-54/+56
| * [GFS2] Use atomic_t for journal free blocks counterSteven Whitehouse2008-01-253-16/+16
| * [GFS2] Don't add glocks to the journalSteven Whitehouse2008-01-259-78/+21Star
| * [GFS2] check kthread_should_stop when waitingDavid Teigland2008-01-251-7/+2Star
| * [GFS2] Given device ID rather than s_id in "id" sysfs fileBob Peterson2008-01-251-1/+2
| * [GFS2] Remove flags no longer requiredSteven Whitehouse2008-01-252-19/+2Star
| * [GFS2] Reorder writeback for glock syncSteven Whitehouse2008-01-252-71/+22Star
| * [GFS2] Add sync_page to metadata address space operationsSteven Whitehouse2008-01-251-0/+1