summaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h
Commit message (Expand)AuthorAgeFilesLines
* jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o2013-07-011-1/+1
* jbd2: use a single printk for jbd_debug()Paul Gortmaker2013-06-121-9/+5
* jbd/jbd2: relocate bit_spinlock header to jbd_commonPaul Gortmaker2013-06-121-1/+0
* ext4: fix data integrity for ext4_sync_fsDmitry Monakhov2013-06-121-0/+13
* jbd2: optimize jbd2_journal_force_commitDmitry Monakhov2013-06-121-1/+1
* jbd2: transaction reservation supportJan Kara2013-06-041-4/+24
* jbd2: remove unused waitqueuesJan Kara2013-06-041-8/+0
* jbd2: cleanup needed free block estimates when starting a transactionJan Kara2013-06-041-6/+26
* jbd2: refine waiting for shadow buffersJan Kara2013-06-041-0/+28
* jbd2: remove journal_head from descriptor buffersJan Kara2013-06-041-12/+7
* jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-041-16/+16
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-211-1/+1
* jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-191-1/+1
* jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-04-031-0/+1
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-031-0/+1
* jbd2: use module parameters instead of debugfs for jbd_debugTheodore Ts'o2013-02-091-2/+1
* jbd2: add tracepoints which provide per-handle statistics Theodore Ts'o2013-02-081-1/+7
* jbd2: revert "jbd2: add COW fields to struct jbd2_journal_handle"Theodore Ts'o2013-02-071-25/+3
* jbd2: track request delay statisticsTheodore Ts'o2013-02-061-0/+7
* ext4: fix deadlock in journal_unmap_buffer()Jan Kara2012-12-251-1/+1
* jbd2: remove VLAIS usage from JBD2 codeBehan Webster2012-11-081-1/+7
* ext4: remove ext4_handle_release_buffer()Eric Sandeen2012-11-081-1/+0
* ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2012-08-051-0/+1
* ext4/jbd2: add metadata checksumming to the list of supported featuresDarrick J. Wong2012-05-271-1/+2
* jbd2: checksum journal superblockDarrick J. Wong2012-05-271-0/+3
* jbd2: Grab a reference to the crc32c driver if necessaryDarrick J. Wong2012-05-271-0/+23
* jbd2: change disk layout for metadata checksummingDarrick J. Wong2012-05-221-2/+28
* jbd2: cleanup journal tail after transaction commitJan Kara2012-03-131-0/+1
* jbd2: issue cache flush after checkpointing even with internal journalJan Kara2012-03-131-1/+5
* jbd2: split updating of journal superblock and marking journal emptyJan Kara2012-03-131-1/+1
* jbd2: allocate transaction from separate slab cacheYongqiang Yang2012-02-201-0/+5
* jbd2: clear revoked flag on buffers before a new transaction startedYongqiang Yang2011-12-281-0/+1
* jdb/jbd2: factor out common functions from the jbd[2] header filesThomas Gleixner2011-10-271-64/+1
* jbd2: use gfp_t instead of intDan Carpenter2011-09-041-2/+2
* jbd2: remove jbd2_dev_to_name() from jbd2 tracepointsTheodore Ts'o2011-07-101-6/+0
* jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara2011-06-131-2/+0
* jbd2: Add function jbd2_trans_will_send_data_barrier()Jan Kara2011-05-241-1/+3
* jbd2: fix sending of data flush on journal commitJan Kara2011-05-241-1/+3
* jbd2: add COW fields to struct jbd2_journal_handleAmir Goldstein2011-03-201-3/+25
* ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o2011-01-101-2/+18
* jbd2: Fix I/O hang in jbd2_journal_release_jbd_inodeBrian King2010-10-271-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2010-08-071-7/+9
|\
| * jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o2010-08-031-1/+1
| * jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-031-1/+1
| * jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o2010-08-021-4/+4
| * jbd2: Remove __GFP_NOFAIL from jbd2 layerTheodore Ts'o2010-07-271-1/+3
* | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-151-5/+6
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-11/+0
|\
| * jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2010-03-051-11/+0