aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/meta_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher1-2/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-21gfs2: add flag REQ_PRIO for metadata I/OColy Li1-2/+4
2017-07-17GFS2: Prevent double brelse in gfs2_meta_indirect_bufferBob Peterson1-1/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+3
2017-01-27GFS2: Switch tr_touched to flag in transactionBob Peterson1-3/+3
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-2/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-3/+3
2016-08-18gfs2: Fix extended attribute readahead optimizationAndreas Gruenbacher1-16/+19
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-06-07gfs2: use bio op accessorsMike Christie1-3/+4
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-2/+2
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-3/+3
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+4
2016-05-06GFS2: Refactor gfs2_remove_from_journalBob Peterson1-3/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2015-11-18gfs2: Extended attribute readahead optimizationAndreas Gruenbacher1-18/+63
2015-11-16gfs2: Extended attribute readaheadAndreas Gruenbacher1-2/+25
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson1-3/+3
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-2/+2
2014-03-31GFS2: Fix address space from page functionSteven Whitehouse1-0/+5
2014-02-24GFS2: Move log buffer accounting to transactionSteven Whitehouse1-7/+2
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse1-0/+3
2013-12-13GFS2: Fix slab memory leak in gfs2_bufdataBob Peterson1-0/+5
2013-08-19GFS2: Move gfs2_sync_meta to lops.cSteven Whitehouse1-18/+0
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski1-4/+0
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski1-1/+1
2013-01-29GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse1-35/+0
2012-08-04gfs2: nuke pdflush from commentsArtem Bityutskiy1-1/+1
2012-06-28GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occursMasatake YAMATO1-1/+4
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson1-15/+6
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson1-3/+3
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse1-1/+0
2011-11-08GFS2: Fix up REQ flagsSteven Whitehouse1-2/+2
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-3/+3
2011-04-20GFS2: Improve tracing support (adds two flags)Steven Whitehouse1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+1
2011-03-14GFS2: Update to AIL list lockingSteven Whitehouse1-0/+2
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-4/+4
2010-05-12GFS2: Eliminate useless err variableBob Peterson1-3/+1
2010-05-05GFS2: Various gfs2_logd improvementsBenjamin Marzinski1-0/+1
2010-03-01GFS2: Metadata address space clean upSteven Whitehouse1-40/+6
2010-01-11GFS2: Use MAX_LFS_FILESIZE for meta inode sizeSteven Whitehouse1-1/+1
2009-05-22GFS2: Clean up some file namesSteven Whitehouse1-1/+0