Commit Graph

122 Commits (3ecf44b312758d10be20539b06b2df5d77d59cdb)

Author SHA1 Message Date
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 16 years ago
Hidehiro Kawai 9f818b4ac0 jbd: test BH_Write_EIO to detect errors on metadata buffers 16 years ago
Hidehiro Kawai 4afe978530 jbd: fix error handling for checkpoint io 16 years ago
Alexey Dobriyan 6da0b38f44 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 16 years ago
Hidehiro Kawai 960a22ae60 jbd: ordered data integrity fix 16 years ago
Hidehiro Kawai 0e4fb5e283 ext3: add an option to control error handling on file data 16 years ago
Hidehiro Kawai 885e353c74 jbd: don't dirty original metadata buffer on abort 16 years ago
Hidehiro Kawai d1645e526a jbd: abort when failed to log metadata buffers 16 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
Duane Griffin 3850f7a521 jbd: replace potentially false assertion with if block 17 years ago
Mingming Cao 772279c5f1 jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT 17 years ago
Harvey Harrison 08fc99bfc3 jbd: replace remaining __FUNCTION__ occurrences 17 years ago
Josef Bacik 5b9a499d77 jbd: fix possible journal overflow issues 17 years ago
Josef Bacik 5bc833feaa jbd: fix the way the b_modified flag is cleared 17 years ago
Al Viro 1076d17ac7 jbd/jbd2 NULL noise 17 years ago
Randy Dunlap a6b91919e0 fs: fix kernel-doc notation warnings 17 years ago
Duane Griffin 439aeec639 jbd: correctly unescape journal data blocks 17 years ago
Randy Dunlap 0cf01f6685 jbd: fix jbd kernel-doc notation 17 years ago
Randy Dunlap 78a4a50a86 docbook: fix filesystems.tmpl source files 17 years ago
Neil Brown 28ae094c62 ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests 17 years ago