Commit Graph

227 Commits (437e897083d9e42195c13a96a5bc4d8871649a19)

Author SHA1 Message Date
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
Theodore Ts'o 9ea7a0df63 jbd2: add debugging information to jbd2_journal_dirty_metadata() 14 years ago
Theodore Ts'o 4862fd6047 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints 14 years ago
Tao Ma d3ad8434aa jbd2: use WRITE_SYNC in journal checkpoint 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 bbd2be3691 jbd2: Add function jbd2_trans_will_send_data_barrier() 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
Tao Ma 9199e66528 jbd/jbd2: remove obsolete summarise_journal_usage. 14 years ago
Theodore Ts'o 1be2add685 jbd2: only print the debugging information for tid wraparound once 14 years ago
Jan Kara 229309caeb jbd2: Fix forever sleeping process in do_get_write_access() 14 years ago
Theodore Ts'o deeeaf13b2 jbd2: fix fsync() tid wraparound bug 14 years ago
Zhang Huan 6cba611e60 jbd2: fix potential memory leak on transaction commit 14 years ago
Zhu Yanhai 50f689af01 jbd2: move bdget out of critical section 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Jens Axboe 82f04ab47e jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging 14 years ago
Jens Axboe 721a9602e6 block: kill off REQ_UNPLUG 14 years ago
Justin P. Mattock 3c26bdb423 jbd: Remove one to many n's in a word. 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 8aefcd557d ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary 14 years ago
Theodore Ts'o b7271b0a39 jbd2: simplify return path of journal_init_common 14 years ago
Theodore Ts'o 9a4f6271b6 jbd2: move debug message into debug #ifdef 14 years ago
Theodore Ts'o ae00b267f3 jbd2: remove unnecessary goto statement 14 years ago