aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/jbd2/revoke.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara1-0/+6
2019-08-11jbd2: flush_descriptor(): Do not decrease buffer head's ref countChandan Rajendra1-3/+1
2019-05-10jbd2: fix potential double freeChengguang Xu1-12/+20
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-20jbd2: remove NULL check before calling kmem_cache_destroy()Wang Long1-8/+4
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-4/+1
2017-03-15jbd2: don't leak memory if setting up journal failsEric Biggers1-0/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-02-22jbd2: unify revoke and tag block checksum handlingJan Kara1-17/+2
2016-02-22jbd2: factor out common descriptor block initializationJan Kara1-6/+2
2016-02-22jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara1-18/+15
2015-10-17jbd2: clean up feature test macros with predicate functionsDarrick J. Wong1-2/+2
2015-06-15jbd2: get rid of open coded allocation retry loopMichal Hocko1-10/+5
2015-05-14jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong1-8/+10
2014-10-30jbd2: use a better hash function for the revoke tableTheodore Ts'o1-8/+2
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong1-3/+3
2013-06-04jbd2: remove journal_head from descriptor buffersJan Kara1-25/+24
2012-05-27jbd2: checksum revocation blocksDarrick J. Wong1-1/+26
2012-02-20jbd2: use KMEM_CACHE instead of kmem_cache_create()Yongqiang Yang1-8/+4
2011-12-28jbd2: clear revoked flag on buffers before a new transaction startedYongqiang Yang1-0/+34
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-1/+1
2009-04-14jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o1-9/+12
2009-03-27jbd2: Update locking comentsJan Kara1-5/+19
2008-04-17jdb2: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-17jbd2: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin1-76/+51
2008-04-28jbd2: tidy up revoke cache initialisation and destructionDuane Griffin1-14/+22
2008-03-30jbd/jbd2 NULL noiseAl Viro1-2/+2
2008-01-28jbd2: Mark jbd2 slabs as SLAB_TEMPORARYMingming Cao1-2/+4
2007-10-17jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-16is_power_of_2(): jbdvignesh babu1-2/+3
2007-05-09fix file specification in commentsUwe Kleine-König1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-10-11[PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao1-7/+7
2006-10-11[PATCH] jbd2: sector_t conversionMingming Cao1-11/+12
2006-10-11[PATCH] 64-bit jbd2 coreZach Brown1-3/+11
2006-10-11[PATCH] jbd2: rename slabJohann Lombardi1-2/+2
2006-10-11[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao1-73/+73
2006-10-11[PATCH] jbd2: initial copy of files from jbdDave Kleikamp1-0/+703