Commit Graph

72 Commits (4520fb3c3690f2643006d85f09ecb74554c10e95)

Author SHA1 Message Date
Jan Kara d7961c7fa4 jbd2: fix assertion failure in jbd2_journal_flush() 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
Wanlong Gao b2f4edb335 jbd2: use kmem_cache_zalloc wrapper instead of flag 13 years ago
Cong Wang 303a8f2afc jbd2: remove the second argument of k[un]map_atomic() 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
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
Jan Kara 9837d8e982 jbd2: fix hung processes in jbd2_journal_lock_updates() 13 years ago
Eryu Guan f2a44523b2 jbd2: Unify log messages in jbd2 code 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
Theodore Ts'o 9ea7a0df63 jbd2: add debugging information to jbd2_journal_dirty_metadata() 14 years ago
Jan Kara de1b794130 jbd2: Fix oops in jbd2_journal_remove_journal_head() 14 years ago
Tao Ma 1fb74cda1b jbd2: Remove obsolete parameters in the comments for some jbd2 functions 14 years ago
Ding Dinghua 3991b4008c jbd2: fix a potential leak of a journal_head on an error path 14 years ago
Eryu Guan c867516de5 jbd2: Fix comment to match the code in jbd2__journal_start() 14 years ago
Jan Kara 81be12c817 jbd2: fix sending of data flush on journal commit 14 years ago
Tao Ma 28e35e42fb jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Theodore Ts'o e447183180 jbd2: call __jbd2_log_start_commit with j_state_lock write locked 14 years ago
Theodore Ts'o ae00b267f3 jbd2: remove unnecessary goto statement 14 years ago
Theodore Ts'o a1dd533184 jbd2: use offset_in_page() instead of manual calculation 14 years ago
Theodore Ts'o cfef2c6a55 jbd2: Fix a debug message in do_get_write_access() 14 years ago
Uwe Kleine-König a34f0b3139 fix comment typos concerning "consistent" 14 years ago
Theodore Ts'o 5c2178e785 jbd2: Add sanity check for attempts to start handle during umount 14 years ago
Theodore Ts'o 6d0bf00512 ext4: clean up compiler warning in start_this_handle() 15 years ago
Theodore Ts'o 8dd420466c jbd2: Remove t_handle_lock from start_this_handle() 15 years ago
Theodore Ts'o a931da6ac9 jbd2: Change j_state_lock to be a rwlock_t 15 years ago
Theodore Ts'o a51dca9cd3 jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop 15 years ago
Theodore Ts'o 47def82672 jbd2: Remove __GFP_NOFAIL from jbd2 layer 15 years ago
Jan Kara 13ceef099e jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions 15 years ago
Theodore Ts'o c35a56a090 jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop() 15 years ago
dingdinghua ba869023ea jbd2: delay discarding buffers in journal_unmap_buffer 15 years ago
Jan Kara 9599b0e597 jbd2: Annotate transaction start also for jbd2_journal_restart() 16 years ago
Andreas Dilger b1f485f20e jbd2: round commit timer up to avoid uncommitted transaction 16 years ago
Hisashi Hifumi 536fc240e7 jbd2: clean up jbd2_journal_try_to_free_buffers() 16 years ago
Jan Kara f91d1d0417 jbd2: Fix a race between checkpointing code and journal_get_write_access() 16 years ago
Theodore Ts'o 7058548cd5 ext4: Use WRITE_SYNC for commits which are caused by fsync() 16 years ago
Jan Kara 7f5aa21508 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() 16 years ago
Joel Becker e06c8227fd jbd2: Add buffer triggers 16 years ago
Theodore Ts'o 30773840c1 ext4: add fsync batch tuning knobs 16 years ago
Josef Bacik e07f7183a4 jbd2: improve jbd2 fsync batching 16 years ago
Theodore Ts'o 3e624fc72f ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback 17 years ago
Ingo Molnar 3295f0ef9f lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() 17 years ago
Peter Zijlstra 4f3e7524b2 lockdep: map_acquire 17 years ago
Jan Kara 87c89c232c jbd2: Remove data=ordered mode support using jbd buffer heads 17 years ago
Jan Kara c851ed5401 jbd2: Implement data=ordered mode handling via inodes 17 years ago
Mingming Cao 530576bbf3 jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction 17 years ago