aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-8/+5
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25gfs2: invalidate_inodes() is no-op thereAl Viro2-2/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig2-5/+4
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-18/+7
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+2
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-1/+1
2010-10-18GFS2: fixed typoAndrea Gelmini1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+2
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-1/+1
2010-10-06GFS2: Fix type mapping for demote_rq interfaceSteven Whitehouse2-2/+4
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-0/+2
2010-09-30GFS2 fatal: filesystem consistency error on renameBob Peterson3-14/+24
2010-09-29GFS2: Improve journal allocation via sysfsSteven Whitehouse3-11/+24
2010-09-29GFS2: Add "norecovery" mount option as a synonym for "spectator"Steven Whitehouse1-0/+1
2010-09-29GFS2: Fix spectator umount issueSteven Whitehouse2-7/+7
2010-09-28GFS2: Fix compiler warning from previous patchSteven Whitehouse1-1/+1
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski7-7/+20
2010-09-27GFS2: Fix journal check for spectator mountsSteven Whitehouse1-1/+2
2010-09-24GFS2: Remove upgrade mount optionSteven Whitehouse3-62/+3
2010-09-23GFS2: Remove localcaching mount optionSteven Whitehouse4-7/+2
2010-09-23GFS2: Remove ignore_local_fs mount argumentSteven Whitehouse2-5/+1
2010-09-20GFS2: Make . and .. qstrs constantSteven Whitehouse5-41/+33
2010-09-20GFS2: Use new workqueue schemeSteven Whitehouse2-3/+5
2010-09-20GFS2: Update handling of DLM return codes to match realitySteven Whitehouse1-2/+2
2010-09-20GFS2: Don't enforce min hold time when two demotes occur in rapid successionSteven Whitehouse3-5/+14
2010-09-20GFS2: Fix whitespace in previous patchSteven Whitehouse1-1/+1
2010-09-20GFS2: fallocate supportBenjamin Marzinski6-2/+272
2010-09-20GFS2: Add a bug trap in allocation codeSteven Whitehouse1-1/+9
2010-09-20GFS2: No longer experimentalSteven Whitehouse1-1/+1
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse13-58/+60
2010-09-20GFS2: New truncate sequenceSteven Whitehouse4-168/+135
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-3/+2
2010-09-10gfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2-17/+7
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-7/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-51/+71
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-2/+2
2010-08-09switch gfs2 to ->evict_inode()Al Viro1-24/+15
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2-6/+4
2010-08-09remove inode_setattrChristoph Hellwig3-15/+46
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-3/+3
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-5/+5
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds7-49/+40
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig3-7/+7
2010-08-07block: BARRIER request should imply SYNCChristoph Hellwig1-1/+1