Commit Graph

127 Commits (2d5e82b8bcda58ec1e2fae5277a81e5fd067e627)

Author SHA1 Message Date
Andrew Morton 3ebfdf885a jbd2: don't use __GFP_NOFAIL in journal_init_common() 15 years ago
Yin Kangkai 765f836190 jbd: jbd-debug and jbd2-debug should be writable 15 years ago
Theodore Ts'o cc3e1bea5d ext4, jbd2: Add barriers for file systems with exernal journals 15 years ago
Linus Torvalds b6e3224fb2 Revert "task_struct: make journal_info conditional" 15 years ago
Hiroshi Shimamoto e4c570c4cb task_struct: make journal_info conditional 15 years ago
Christoph Hellwig 94004ed726 kill wait_on_page_writeback_range 15 years ago
Theodore Ts'o 3b799d15f2 jbd2: Export jbd2_log_start_commit to fix ext4 build 15 years ago
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 16 years ago
Alexey Dobriyan 6da0b38f44 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 16 years ago
Theodore Ts'o 3e624fc72f ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback 16 years ago
Hidehiro Kawai 5bf5683a33 ext4: add an option to control error handling on file data 16 years ago
Hidehiro Kawai 7ad7445f60 jbd2: don't dirty original metadata buffer on abort 16 years ago