Commit Graph

256 Commits (18e4a7374c3307c76e4675ff9382a0ce58be0b25)

Author SHA1 Message Date
Dmitry Monakhov df05c1b85a jbd2: fix ERR_PTR dereference in jbd2__journal_start 12 years ago
Theodore Ts'o b6e96d0067 jbd2: use module parameters instead of debugfs for jbd_debug 12 years ago
Theodore Ts'o 343d9c283c jbd2: add tracepoints which provide per-handle statistics 12 years ago
Theodore Ts'o 9fff24aa2c jbd2: track request delay statistics 12 years ago
Eric Sandeen e7b04ac00e jbd2: don't wake kjournald unnecessarily 12 years ago
Jan Kara 53e872681f ext4: fix deadlock in journal_unmap_buffer() 12 years ago
Jan Kara d7961c7fa4 jbd2: fix assertion failure in jbd2_journal_flush() 12 years ago
Adam Buchbinder 48fc7f7e78 Fix misspellings of "whether" in comments. 12 years ago
Eric Sandeen 37be2f59d3 ext4: remove ext4_handle_release_buffer() 12 years ago
Jan Kara b794e7a6eb jbd2: fix assertion failure in commit code due to lacking transaction credits 13 years ago
Eric Sandeen eeecef0af5 jbd2: don't write superblock when if its empty 13 years ago
Theodore Ts'o 316e4cfd0b jbd2: check return value of blkdev_issue_flush() 13 years ago
Theodore Ts'o d796c52ef0 ext4: make sure the journal sb is written in ext4_clear_journal_err() 13 years ago
Artem Bityutskiy 12810ad708 jbd/jbd2: nuke write_super from comments 13 years ago
Cong Wang 906adea153 jbd2: remove the second argument of kmap_atomic 13 years ago
Wanlong Gao b2f4edb335 jbd2: use kmem_cache_zalloc wrapper instead of flag 13 years ago
Darrick J. Wong c390087591 jbd2: checksum data blocks that are stored in the journal 13 years ago
Darrick J. Wong 1f56c5890e jbd2: checksum commit blocks 13 years ago
Darrick J. Wong 3caa487f53 jbd2: checksum descriptor blocks 13 years ago
Darrick J. Wong 42a7106de6 jbd2: checksum revocation blocks 13 years ago
Darrick J. Wong 4fd5ea43bc jbd2: checksum journal superblock 13 years ago
Darrick J. Wong 01b5adcebb jbd2: Grab a reference to the crc32c driver if necessary 13 years ago
Darrick J. Wong 25ed6e8a54 jbd2: enable journal clients to enable v2 checksumming 13 years ago
Darrick J. Wong 8f888ef846 jbd2: change disk layout for metadata checksumming 13 years ago
Shaohua Li 99aa784667 jbd2: use GFP_NOFS for blkdev_issue_flush 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
Cong Wang 303a8f2afc jbd2: remove the second argument of k[un]map_atomic() 13 years ago
Jan Kara 3339578f05 jbd2: cleanup journal tail after transaction commit 13 years ago
Jan Kara 932bb305ba jbd2: remove bh_state lock from checkpointing code 13 years ago
Jan Kara c254c9ec14 jbd2: remove always true condition in __journal_try_to_free_buffer() 13 years ago
Jan Kara 5bebccf901 jbd2: declare __jbd2_journal_temp_unlink_buffer() static 13 years ago
Jan Kara 96c866782b jbd2: fix BH_JWrite setting in checkpointing code 13 years ago
Jan Kara 79feb521a4 jbd2: issue cache flush after checkpointing even with internal journal 13 years ago
Nigel Cunningham 35c80422af PM / Sleep: JBD and JBD2 missing set_freezable() 13 years ago
Jan Kara a78bb11d7a jbd2: protect all log tail updates with j_checkpoint_mutex 13 years ago
Jan Kara 24bcc89c7e jbd2: split updating of journal superblock and marking journal empty 13 years ago
Eric Sandeen 43e625d84f ext4: remove the journal=update mount option 13 years ago
Yongqiang Yang 9c0e00e5ce jbd2: use KMEM_CACHE instead of kmem_cache_create() 13 years ago
Yongqiang Yang 4185a2ac42 jbd2: rename functions which initialize slab caches 13 years ago
Yongqiang Yang 0c2022eccb jbd2: allocate transaction from separate slab cache 13 years ago
Eric Sandeen 15291164b2 jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer 13 years ago
Seiji Aguchi 2201c590dd jbd2: add drop_transaction/update_superblock_end tracepoints 13 years ago
Jan Kara 9837d8e982 jbd2: fix hung processes in jbd2_journal_lock_updates() 13 years ago
Yongqiang Yang 1ba37268cd jbd2: clear revoked flag on buffers before a new transaction started 13 years ago
Paul Bolle 90802ed9c3 treewide: Fix comment and string typo 'bufer' 13 years ago
Tejun Heo a0acae0e88 freezer: unexport refrigerator() and update try_to_freeze() slightly 13 years ago
Eryu Guan f2a44523b2 jbd2: Unify log messages in jbd2 code 13 years ago
Eryu Guan 8762202dd0 jbd/jbd2: validate sb->s_first in journal_get_superblock() 13 years ago
Randy Dunlap 4470575461 jbd2: fix build when CONFIG_BUG is not enabled 13 years ago
Dan Carpenter d2159fb7b8 jbd2: use gfp_t instead of int 14 years ago