summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/revoke.c
Commit message (Expand)AuthorAgeFilesLines
* jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-151-0/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* jbd2: unify revoke and tag block checksum handlingJan Kara2016-02-221-17/+2
* jbd2: factor out common descriptor block initializationJan Kara2016-02-221-6/+2
* jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara2016-02-221-18/+15
* jbd2: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-2/+2
* jbd2: get rid of open coded allocation retry loopMichal Hocko2015-06-151-10/+5
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-05-141-8/+10
* jbd2: use a better hash function for the revoke tableTheodore Ts'o2014-10-301-8/+2
* jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-08-281-3/+3
* jbd2: remove journal_head from descriptor buffersJan Kara2013-06-041-25/+24
* jbd2: checksum revocation blocksDarrick J. Wong2012-05-271-1/+26
* jbd2: use KMEM_CACHE instead of kmem_cache_create()Yongqiang Yang2012-02-201-8/+4
* jbd2: clear revoked flag on buffers before a new transaction startedYongqiang Yang2011-12-281-0/+34
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-1/+1
* jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-141-9/+12
* jbd2: Update locking comentsJan Kara2009-03-271-5/+19
* jdb2: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-171-1/+1
* jbd2: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin2008-04-171-76/+51
* jbd2: tidy up revoke cache initialisation and destructionDuane Griffin2008-04-281-14/+22
* jbd/jbd2 NULL noiseAl Viro2008-03-301-2/+2
* jbd2: Mark jbd2 slabs as SLAB_TEMPORARYMingming Cao2008-01-281-2/+4
* jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao2007-10-171-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* is_power_of_2(): jbdvignesh babu2007-07-161-2/+3
* fix file specification in commentsUwe Kleine-König2007-05-091-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao2006-10-111-7/+7
* [PATCH] jbd2: sector_t conversionMingming Cao2006-10-111-11/+12
* [PATCH] 64-bit jbd2 coreZach Brown2006-10-111-3/+11
* [PATCH] jbd2: rename slabJohann Lombardi2006-10-111-2/+2
* [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao2006-10-111-73/+73
* [PATCH] jbd2: initial copy of files from jbdDave Kleikamp2006-10-111-0/+703
OpenPOWER on IntegriCloud