Commit Graph

182 Commits (3be1afc8f64742552325d9f03c2b96339e822f9e)

Author SHA1 Message Date
Theodore Ts'o e6ec116b67 jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer() 15 years ago
Theodore Ts'o e6a47428de jbd2: don't wipe the journal on a failed journal checksum 15 years ago
Tao Ma 7b02bec07e JBD/JBD2: free j_wbuf if journal init fails. 15 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
Theodore Ts'o bf6993276f jbd2: Use tracepoints for history file 16 years ago
Theodore Ts'o 90576c0b9a ext4, jbd2: Drop unneeded printks at mount and unmount time 16 years ago
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Jens Axboe 1fe06ad892 writeback: get rid of wbc->for_writepages 16 years ago
Theodore Ts'o 0e3d2a6313 ext4: Fix async commit mode to be safe by using a barrier 16 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
dingdinghua 96577c4382 jbd2: fix race between write_metadata_buffer and get_write_access 16 years ago
Jan Kara f6f50e28f0 jbd2: Fail to load a journal if it is too short 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 b574480507 jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region 16 years ago
Alberto Bertogli bfcd3555af jbd2: Fix minor typos in comments in fs/jbd2/journal.c 16 years ago
Theodore Ts'o 879c5e6b7c jbd2: convert instrumentation from markers to tracepoints 16 years ago
Theodore Ts'o 67c457a8c3 jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records 16 years ago
Jens Axboe 4194b1eaf1 jbd2: use WRITE_SYNC_PLUG instead of WRITE_SYNC 16 years ago
Jan Kara 86db97c87f jbd2: Update locking coments 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
Jan Kara c88ccea314 jbd2: Fix return value of jbd2_journal_start_commit() 16 years ago
Simon Holm Thøgersen c225aa57ff ext4: fix wrong use of do_div 16 years ago
Jan Kara 4b905671d2 jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs 16 years ago
Joel Becker e06c8227fd jbd2: Add buffer triggers 16 years ago
Theodore Ts'o 40a1984d22 jbd2: Submit writes to the journal using WRITE_SYNC 16 years ago
Theodore Ts'o 4a9bf99b20 jbd2: Add pid and journal device name to the "kjournald2 starting" message 16 years ago
Theodore Ts'o c319106723 ext4: Remove code to create the journal inode 16 years ago
Aneesh Kumar K.V fb68407b0d jbd2: Call journal commit callback without holding j_list_lock 16 years ago
Theodore Ts'o 1a0d3786dd jbd2: Remove a large array of bh's from the stack of the checkpoint routine 16 years ago
Theodore Ts'o 30773840c1 ext4: add fsync batch tuning knobs 16 years ago
Theodore Ts'o d7cfa4684d ext4: display average commit time 16 years ago
Josef Bacik e07f7183a4 jbd2: improve jbd2 fsync batching 16 years ago
Theodore Ts'o fd98496f46 jbd2: Add barrier not supported test to journal_wait_on_commit_record 16 years ago
Sami Liedes 2423840ded jbd2: deregister proc on failure in jbd2_journal_init_inode 16 years ago
Theodore Ts'o 8c3f25d895 jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space 16 years ago
Theodore Ts'o 6c20ec8503 jbd2: Call the commit callback before the transaction could get dropped 17 years ago
Alexey Dobriyan 6da0b38f44 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 17 years ago
Theodore Ts'o 3e624fc72f ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback 17 years ago
Hidehiro Kawai 5bf5683a33 ext4: add an option to control error handling on file data 17 years ago
Hidehiro Kawai 7ad7445f60 jbd2: don't dirty original metadata buffer on abort 17 years ago
Hidehiro Kawai 44519faf22 jbd2: fix error handling for checkpoint io 17 years ago
Hidehiro Kawai 77e841de8a jbd2: abort when failed to log metadata buffers 17 years ago
Theodore Ts'o 45a90bfd90 jbd2: Fix buffer head leak when writing the commit block 17 years ago
Theodore Ts'o ede86cc473 ext4: Add debugging markers that can be used by systemtap 17 years ago
Duane Griffin 23f8b79eae jbd2: abort instead of waiting for nonexistent transaction 17 years ago
Theodore Ts'o 914258bf2c ext4/jbd2: Avoid WARN() messages when failing to write to the superblock 17 years ago
Theodore Ts'o 05496769e5 jbd2: clean up how the journal device name is printed 17 years ago