summaryrefslogtreecommitdiffstats
path: root/fs/jbd2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-084-33/+84
|\
| * jbd2: fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-09-262-31/+74
| * jbd2: don't write superblock when if its emptyEric Sandeen2012-08-181-0/+5
| * jbd2: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-171-2/+5
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-08-171-1/+2
|\|
| * ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2012-08-051-1/+2
* | jbd/jbd2: nuke write_super from commentsArtem Bityutskiy2012-08-041-2/+2
|/
* jbd2: remove the second argument of kmap_atomicCong Wang2012-07-231-2/+2
* jbd2: use kmem_cache_zalloc wrapper instead of flagWanlong Gao2012-06-011-2/+2
* jbd2: checksum data blocks that are stored in the journalDarrick J. Wong2012-05-273-2/+60
* jbd2: checksum commit blocksDarrick J. Wong2012-05-272-0/+50
* jbd2: checksum descriptor blocksDarrick J. Wong2012-05-272-2/+60
* jbd2: checksum revocation blocksDarrick J. Wong2012-05-272-1/+48
* jbd2: checksum journal superblockDarrick J. Wong2012-05-271-0/+47
* jbd2: Grab a reference to the crc32c driver if necessaryDarrick J. Wong2012-05-272-0/+27
* jbd2: enable journal clients to enable v2 checksummingDarrick J. Wong2012-05-271-0/+50
* jbd2: change disk layout for metadata checksummingDarrick J. Wong2012-05-222-5/+5
* jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li2012-04-231-2/+2
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-2/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-286-270/+343
|\ \ | |/ |/|
| * jbd2: cleanup journal tail after transaction commitJan Kara2012-03-132-0/+45
| * jbd2: remove bh_state lock from checkpointing codeJan Kara2012-03-131-52/+7
| * jbd2: remove always true condition in __journal_try_to_free_buffer()Jan Kara2012-03-131-4/+2
| * jbd2: declare __jbd2_journal_temp_unlink_buffer() staticJan Kara2012-03-131-2/+2
| * jbd2: fix BH_JWrite setting in checkpointing codeJan Kara2012-03-131-2/+0
| * jbd2: issue cache flush after checkpointing even with internal journalJan Kara2012-03-134-86/+143
| * jbd2: protect all log tail updates with j_checkpoint_mutexJan Kara2012-03-132-3/+18
| * jbd2: split updating of journal superblock and marking journal emptyJan Kara2012-03-133-70/+97
| * ext4: remove the journal=update mount optionEric Sandeen2012-02-201-57/+0
| * jbd2: use KMEM_CACHE instead of kmem_cache_create()Yongqiang Yang2012-02-201-8/+4
| * jbd2: rename functions which initialize slab cachesYongqiang Yang2012-02-201-6/+6
| * jbd2: allocate transaction from separate slab cacheYongqiang Yang2012-02-204-5/+38
| * jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen2012-02-201-0/+2
| * jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi2012-02-202-0/+4
* | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-211-0/+2
|\ \
| * | PM / Sleep: JBD and JBD2 missing set_freezable()Nigel Cunningham2012-03-131-0/+2
| |/
* / jbd2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-203-10/+10
|/
* Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o2012-01-103-2/+43
|\
| * jbd2: fix hung processes in jbd2_journal_lock_updates()Jan Kara2012-01-041-2/+3
| * jbd2: clear revoked flag on buffers before a new transaction startedYongqiang Yang2011-12-282-0/+40
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-061-1/+1
| |/
* / freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-1/+1
|/
* jbd2: Unify log messages in jbd2 codeEryu Guan2011-11-014-47/+47
* jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2011-11-011-0/+8
* jbd2: fix build when CONFIG_BUG is not enabledRandy Dunlap2011-10-271-2/+2
* jbd2: use gfp_t instead of intDan Carpenter2011-09-041-3/+3
* jbd2: add debugging information to jbd2_journal_dirty_metadata()Theodore Ts'o2011-09-041-6/+52
* jbd2: remove jbd2_dev_to_name() from jbd2 tracepointsTheodore Ts'o2011-07-101-67/+0