Commit Graph

148 Commits (422e6c4bc4b48c15b3cb57a1ca71431abfc57e54)

Author SHA1 Message Date
Uwe Kleine-König a34f0b3139 fix comment typos concerning "consistent" 14 years ago
Andrea Gelmini bcf3d0bcff jbd/2: fixed typos 14 years ago
Namhyung Kim e4d5e3a497 jbd: Convert atomic_inc() to get_bh() 14 years ago
Namhyung Kim b8ea49fa9b jbd: Fix debug message in do_get_write_access() 14 years ago
Namhyung Kim 2a0e33889b jbd: Check return value of __getblk() 14 years ago
Namhyung Kim a910eefa51 jbd: Convert bitops to buffer fns 14 years ago
Darrick J. Wong dff6825e9f ext3/jbd: Avoid WARN() messages when failing to write the superblock 14 years ago
Namhyung Kim 8117f98c05 jbd: Use offset_in_page() instead of manual calculation 14 years ago
Namhyung Kim 2b23976908 jbd: Remove unnecessary goto statement 14 years ago
Namhyung Kim f81e3d4564 jbd: Use printk_ratelimited() in journal_alloc_journal_head() 14 years ago
Namhyung Kim c5639bef63 jbd: Move debug message into #ifdef area 14 years ago
Corrado Zoccolo 749ef9f842 cfq: improve fsync performance for small files 15 years ago
Christoph Hellwig 4524451ef7 jbd: replace barriers with explicit flush / FUA usage 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 17 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