summaryrefslogtreecommitdiffstats
path: root/include/linux/jbd.h
Commit message (Expand)AuthorAgeFilesLines
* jbd/jbd2: relocate bit_spinlock header to jbd_commonPaul Gortmaker2013-06-121-1/+0
* jbd2: refine waiting for shadow buffersJan Kara2013-06-041-0/+25
* jbd: change journal_invalidatepage() to accept lengthLukas Czerner2013-05-211-1/+1
* jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-251-1/+1
* jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara2012-05-151-1/+2
* jbd: Split updating of journal superblock and marking journal emptyJan Kara2012-05-151-1/+1
* jbd: Refine commit writeout logicJan Kara2012-04-111-6/+9
* jbd: Remove j_barrier mutexJan Kara2012-01-091-4/+0
* jbd: clear revoked flag on buffers before a new transaction startedYongqiang Yang2011-11-221-0/+1
* jdb/jbd2: factor out common functions from the jbd[2] header filesThomas Gleixner2011-10-271-63/+1
* jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-271-1/+0
* jbd: Provide function to check whether transaction will issue data barrierJan Kara2010-05-211-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2010-03-051-11/+0
* jbd.h: bitfields should be unsignedH Hartley Sweeten2009-09-231-1/+1
* jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara2009-09-161-13/+13
* jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-141-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\
| * trivial: jbd header comment typo fix for JBD_PARANOID_IOFAILKazuo Moriwaka2009-03-301-1/+1
* | ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-271-0/+5
|/
* jbd: fix missing kernel-docRandy Dunlap2009-01-151-0/+2
* jbd: improve fsync batchingJosef Bacik2009-01-081-0/+15
* jbd: fix error handling for checkpoint ioHidehiro Kawai2008-10-231-1/+1
* ext3: add an option to control error handling on file dataHidehiro Kawai2008-10-201-0/+3
* include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-2/+2
* include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-2/+0
* fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-9/+2
* jbd.h: hide kernel only codeOlaf Hering2008-02-061-2/+0
* make jbd/journal.c:__journal_abort_hard() staticAdrian Bunk2008-02-061-1/+0
* jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2007-12-051-0/+2
* jbd: config_jbd_debug cannot create /proc entryJose R. Santos2007-10-191-1/+1
* jbd: remove printk() from J_ASSERT macrosChris Snook2007-10-191-15/+1
* JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2007-10-171-6/+0
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-171-3/+10
* docbook: fix filesystems contentRandy Dunlap2007-10-151-0/+1
* lockdep: annotate journal_start()Peter Zijlstra2007-10-111-0/+5
* [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() staticAdrian Bunk2006-12-071-1/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] JBD: Make journal_brelse_array() staticDave Kleikamp2006-09-291-1/+0
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-271-5/+5
* [PATCH] JBD: 16T fixesEric Sandeen2006-09-271-2/+2
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-271-28/+28
* [PATCH] Manage jbd allocations from its own slabsBadari Pulavarty2006-08-271-0/+3
* [PATCH] JBD: split checkpoint listsJan Kara2006-06-231-1/+7
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-1/+1
* [PATCH] jbd: embed j_commit_timer in journal structAndrew Morton2006-03-251-1/+3
* [PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven2006-03-231-3/+4
* [PATCH] jbd: revert checkpoint list changesMark Fasheh2006-02-141-7/+1
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-1/+0
* [PATCH] jbd: fix transaction batchingAndrew Morton2006-02-051-0/+4