Commit Graph

134 Commits (4b1977698ceb4c4caa800d475127139da49966f9)

Author SHA1 Message Date
Corrado Zoccolo 749ef9f842 cfq: improve fsync performance for small files 15 years ago
Christoph Hellwig 9cb569d601 remove SWRITE* I/O types 15 years ago
Christoph Hellwig 87e99511ea kill BH_Ordered flag 15 years ago
Andi Kleen 0411ba7902 ext3: Fix set but unused variables 15 years ago
Jan Kara 5277970878 ext3: Fix waiting on transaction during fsync 15 years ago
Jan Kara 03f4d804a1 jbd: Provide function to check whether transaction will issue data barrier 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
Jan Kara 8696391896 jbd: Delay discarding buffers in journal_unmap_buffer 15 years ago
Daniel Mack 3ad2f3fbb9 tree-wide: Assorted spelling fixes 15 years ago
Yin Kangkai 765f836190 jbd: jbd-debug and jbd2-debug should be writable 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
Stefan Schmidt ff5e4b51a3 fs/jbd: Export log_start_commit to fix ext3 build. 15 years ago
Tao Ma 7b02bec07e JBD/JBD2: free j_wbuf if journal init fails. 15 years ago
Jan Kara 3adae9da0b jbd: Annotate transaction start also for journal_restart() 16 years ago
Jan Kara 9c28cbccec jbd: Journal block numbers can ever be only 32-bit use unsigned int for them 16 years ago
Andreas Dilger b449fc6fcc JBD: round commit timer up to avoid uncommitted transaction 16 years ago
dingdinghua f1015c4477 jbd: fix race between write_metadata_buffer and get_write_access 16 years ago
Jan Kara 1e9fd53b78 jbd: Fix a race between checkpointing code and journal_get_write_access() 16 years ago
Jan Kara 7447a668a3 jbd: Fail to load a journal if it is too short 16 years ago
Hisashi Hifumi 6f3f1cb21f jbd: clean up journal_try_to_free_buffers() 16 years ago
Jan Kara a61d90d75d jbd: fix race in buffer processing in commit code 16 years ago
Theodore Ts'o 38d726d153 jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records 16 years ago
Jan Kara 3243387948 jbd: update locking coments 16 years ago
Jens Axboe 6c4bac6b33 jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC 16 years ago
Jan Kara ecca9af0a9 jbd: fix oops in jbd_journal_init_inode() on corrupted fs 16 years ago
Theodore Ts'o 512a004382 ext3: Use WRITE_SYNC for commits which are caused by fsync() 16 years ago
Jan Kara 8fe4cd0dc5 jbd: fix return value of journal_start_commit() 16 years ago
Randy Dunlap 1579c3a15c jbd: remove excess kernel-doc notation 16 years ago
Josef Bacik f420d4dc42 jbd: improve fsync batching 16 years ago
Theodore Ts'o e219cca082 jbd: don't give up looking for space so easily in __log_wait_for_space 16 years ago
Randy Dunlap e74481e232 fs: remove excess kernel-doc 16 years ago
Duane Griffin be07c4ed40 jbd: abort instead of waiting for nonexistent transactions 17 years ago
Hidehiro Kawai 9f818b4ac0 jbd: test BH_Write_EIO to detect errors on metadata buffers 17 years ago
Hidehiro Kawai 4afe978530 jbd: fix error handling for checkpoint io 17 years ago
Alexey Dobriyan 6da0b38f44 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 17 years ago
Hidehiro Kawai 960a22ae60 jbd: ordered data integrity fix 17 years ago
Hidehiro Kawai 0e4fb5e283 ext3: add an option to control error handling on file data 17 years ago
Hidehiro Kawai 885e353c74 jbd: don't dirty original metadata buffer on abort 17 years ago
Hidehiro Kawai d1645e526a jbd: abort when failed to log metadata buffers 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
Nick Piggin ca5de404ff fs: rename buffer trylock 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
Hidehiro Kawai cbe5f466f6 jbd: don't abort if flushing file data failed 17 years ago
Toshiyuki Okajima fc80c44277 jbd: positively dispose the unmapped data buffers in journal_commit_transaction() 17 years ago
Adrian Bunk a10320e8f7 jbd: unexport journal_update_superblock 17 years ago
Mingming Cao 3f31fddfa2 jbd: fix race between free buffer and commit transaction 17 years ago
Duane Griffin 1984bb763c jbd: tidy up revoke cache initialisation and destruction 17 years ago
Duane Griffin f4d79ca2fa jbd: eliminate duplicated code in revocation table init/destroy functions 17 years ago