Commit Graph

148 Commits (3eb9a8893a76cf1cda3b41c3212eb2cfe83eae0e)

Author SHA1 Message Date
Christoph Hellwig 9cb569d601 remove SWRITE* I/O types 15 years ago
Christoph Hellwig 87e99511ea kill BH_Ordered flag 15 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
Eric Sandeen cc937db74b jbd2: Make barrier messages less scary 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
Andi Kleen 5a0790c2c4 ext4: remove initialized but not read variables 15 years ago
Theodore Ts'o c35a56a090 jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop() 15 years ago
Bill Pemberton 8ac97b74bc jbd2: use NULL instead of 0 when pointer is needed 15 years ago
Dmitry Monakhov fbd9b09a17 blkdev: generalize flags for blkdev_issue_fn functions 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
dingdinghua 23e2af3518 jbd2: clean up an assertion in jbd2_journal_commit_transaction() 15 years ago
dingdinghua ba869023ea jbd2: delay discarding buffers in journal_unmap_buffer 15 years ago
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 d2eecb0393 ext4: Use slab allocator for sub-page sized allocations 15 years ago
Theodore Ts'o 71f2be213a ext4: Add new tracepoint for jbd2_cleanup_journal_tail 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