aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2010-11-19GFS2: Userland expects quota limit/warn/usage in 512b blocksGravatar Abhijith Das 1-7/+8
2010-11-15GFS2: Fix inode deallocation raceGravatar Steven Whitehouse 5-216/+98
2010-10-31locks: let the caller free file_lock on ->setlease failureGravatar Christoph Hellwig 1-2/+0
2010-10-30locks: fix setlease methods to free passed-in lockGravatar J. Bruce Fields 1-0/+2
2010-10-29convert gfs2Gravatar Al Viro 1-29/+22
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-8/+5
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-1/+1
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25gfs2: invalidate_inodes() is no-op thereGravatar Al Viro 2-2/+0
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 2-5/+4
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-18/+7
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+2
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierGravatar Jens Axboe 1-1/+1
2010-10-18GFS2: fixed typoGravatar Andrea Gelmini 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+2
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagGravatar Tejun Heo 1-1/+1
2010-10-06GFS2: Fix type mapping for demote_rq interfaceGravatar Steven Whitehouse 2-2/+4
2010-10-05fs/locks.c: prepare for BKL removalGravatar Arnd Bergmann 1-0/+2
2010-09-30GFS2 fatal: filesystem consistency error on renameGravatar Bob Peterson 3-14/+24
2010-09-29GFS2: Improve journal allocation via sysfsGravatar Steven Whitehouse 3-11/+24
2010-09-29GFS2: Add "norecovery" mount option as a synonym for "spectator"Gravatar Steven Whitehouse 1-0/+1
2010-09-29GFS2: Fix spectator umount issueGravatar Steven Whitehouse 2-7/+7
2010-09-28GFS2: Fix compiler warning from previous patchGravatar Steven Whitehouse 1-1/+1
2010-09-28GFS2: reserve more blocks for transactionsGravatar Benjamin Marzinski 7-7/+20
2010-09-27GFS2: Fix journal check for spectator mountsGravatar Steven Whitehouse 1-1/+2
2010-09-24GFS2: Remove upgrade mount optionGravatar Steven Whitehouse 3-62/+3
2010-09-23GFS2: Remove localcaching mount optionGravatar Steven Whitehouse 4-7/+2
2010-09-23GFS2: Remove ignore_local_fs mount argumentGravatar Steven Whitehouse 2-5/+1
2010-09-20GFS2: Make . and .. qstrs constantGravatar Steven Whitehouse 5-41/+33
2010-09-20GFS2: Use new workqueue schemeGravatar Steven Whitehouse 2-3/+5
2010-09-20GFS2: Update handling of DLM return codes to match realityGravatar Steven Whitehouse 1-2/+2
2010-09-20GFS2: Don't enforce min hold time when two demotes occur in rapid successionGravatar Steven Whitehouse 3-5/+14
2010-09-20GFS2: Fix whitespace in previous patchGravatar Steven Whitehouse 1-1/+1
2010-09-20GFS2: fallocate supportGravatar Benjamin Marzinski 6-2/+272
2010-09-20GFS2: Add a bug trap in allocation codeGravatar Steven Whitehouse 1-1/+9
2010-09-20GFS2: No longer experimentalGravatar Steven Whitehouse 1-1/+1
2010-09-20GFS2: Remove i_disksizeGravatar Steven Whitehouse 13-58/+60
2010-09-20GFS2: New truncate sequenceGravatar Steven Whitehouse 4-168/+135
2010-09-17GFS2: gfs2_logd should be using interruptible waitsGravatar Steven Whitehouse 1-1/+1
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-3/+2
2010-09-10gfs2: replace barriers with explicit flush / FUA usageGravatar Christoph Hellwig 2-17/+7
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 3-7/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-51/+71
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedGravatar Al Viro 1-2/+2
2010-08-09switch gfs2 to ->evict_inode()Gravatar Al Viro 1-24/+15
2010-08-09simplify checks for I_CLEAR/I_FREEINGGravatar Al Viro 1-1/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 2-6/+4
2010-08-09remove inode_setattrGravatar Christoph Hellwig 3-15/+46