summaryrefslogtreecommitdiff
path: root/fs/jbd
AgeCommit message (Expand)Author
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05jbd: Delay discarding buffers in journal_unmap_bufferJan Kara
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-12-23jbd: jbd-debug and jbd2-debug should be writableYin Kangkai
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto
2009-11-12fs/jbd: Export log_start_commit to fix ext3 build.Stefan Schmidt
2009-11-11JBD/JBD2: free j_wbuf if journal init fails.Tao Ma
2009-09-16jbd: Annotate transaction start also for journal_restart()Jan Kara
2009-09-16jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara
2009-09-16JBD: round commit timer up to avoid uncommitted transactionAndreas Dilger
2009-07-21jbd: fix race between write_metadata_buffer and get_write_accessdingdinghua
2009-07-15jbd: Fix a race between checkpointing code and journal_get_write_access()Jan Kara
2009-07-15jbd: Fail to load a journal if it is too shortJan Kara
2009-06-18jbd: clean up journal_try_to_free_buffers()Hisashi Hifumi
2009-06-09jbd: fix race in buffer processing in commit codeJan Kara
2009-04-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-04-14jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o
2009-04-13jbd: update locking comentsJan Kara
2009-04-06jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNCJens Axboe
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-04-02jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara
2009-03-27ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o
2009-02-11jbd: fix return value of journal_start_commit()Jan Kara
2009-01-08jbd: remove excess kernel-doc notationRandy Dunlap
2009-01-08jbd: improve fsync batchingJosef Bacik
2008-11-06jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o
2008-10-30fs: remove excess kernel-docRandy Dunlap
2008-10-23jbd: abort instead of waiting for nonexistent transactionsDuane Griffin
2008-10-23jbd: test BH_Write_EIO to detect errors on metadata buffersHidehiro Kawai
2008-10-23jbd: fix error handling for checkpoint ioHidehiro Kawai
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan
2008-10-20jbd: ordered data integrity fixHidehiro Kawai
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai
2008-10-20jbd: don't dirty original metadata buffer on abortHidehiro Kawai
2008-10-20jbd: abort when failed to log metadata buffersHidehiro Kawai
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar
2008-08-11lockdep: map_acquirePeter Zijlstra
2008-08-04fs: rename buffer trylockNick Piggin
2008-08-04mm: rename page trylockNick Piggin
2008-07-25jbd: don't abort if flushing file data failedHidehiro Kawai
2008-07-25jbd: positively dispose the unmapped data buffers in journal_commit_transacti...Toshiyuki Okajima
2008-07-25jbd: unexport journal_update_superblockAdrian Bunk
2008-07-25jbd: fix race between free buffer and commit transactionMingming Cao
2008-07-25jbd: tidy up revoke cache initialisation and destructionDuane Griffin
2008-07-25jbd: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin
2008-07-25jbd: replace potentially false assertion with if blockDuane Griffin
2008-05-14jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMITMingming Cao
2008-04-28jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison