aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd
Commit message (Expand)AuthorAgeFilesLines
* jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2012-12-031-0/+2
* jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-10-212-31/+78
* jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2011-12-211-0/+8
* jbd: Fix comment to match the code in journal_start()Eryu Guan2011-05-241-1/+2
* jbd/jbd2: remove obsolete summarise_journal_usage.Tao Ma2011-05-171-6/+0
* jbd: Fix forever sleeping process in do_get_write_access()Jan Kara2011-05-171-2/+7
* jbd: fix fsync() tid wraparound bugTed Ts'o2011-05-171-3/+13
* Fix common misspellingsLucas De Marchi2011-03-314-5/+5
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-11/+11
|\
| * jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe2011-03-171-11/+11
| * block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
* | jbd: Remove one to many n's in a word.Justin P. Mattock2011-02-281-1/+1
|/
* fix comment typos concerning "consistent"Uwe Kleine-König2010-12-101-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-10-275-20/+44
|\
| * jbd/2: fixed typosAndrea Gelmini2010-10-281-1/+1
| * jbd: Convert atomic_inc() to get_bh()Namhyung Kim2010-10-282-3/+3
| * jbd: Fix debug message in do_get_write_access()Namhyung Kim2010-10-281-1/+1
| * jbd: Check return value of __getblk()Namhyung Kim2010-10-281-0/+2
| * jbd: Convert bitops to buffer fnsNamhyung Kim2010-10-281-3/+3
| * ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong2010-10-281-2/+28
| * jbd: Use offset_in_page() instead of manual calculationNamhyung Kim2010-10-281-1/+1
| * jbd: Remove unnecessary goto statementNamhyung Kim2010-10-281-2/+0
| * jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim2010-10-281-6/+4
| * jbd: Move debug message into #ifdef areaNamhyung Kim2010-10-281-1/+1
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-27/+3
|\ \
| * | jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-27/+3
| |/
* | cfq: improve fsync performance for small filesCorrado Zoccolo2010-09-201-1/+1
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-183-3/+5
* kill BH_Ordered flagChristoph Hellwig2010-08-181-24/+25
* ext3: Fix set but unused variablesAndi Kleen2010-07-212-16/+2
* ext3: Fix waiting on transaction during fsyncJan Kara2010-05-211-1/+1
* jbd: Provide function to check whether transaction will issue data barrierJan Kara2010-05-212-1/+40
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2010-03-052-17/+36
|/
* jbd: jbd-debug and jbd2-debug should be writableYin Kangkai2009-12-231-1/+1
* Revert "task_struct: make journal_info conditional"Linus Torvalds2009-12-171-1/+0
* task_struct: make journal_info conditionalHiroshi Shimamoto2009-12-151-0/+1
* fs/jbd: Export log_start_commit to fix ext3 build.Stefan Schmidt2009-11-121-0/+1
* JBD/JBD2: free j_wbuf if journal init fails.Tao Ma2009-11-111-0/+2
* jbd: Annotate transaction start also for journal_restart()Jan Kara2009-09-161-3/+3
* jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara2009-09-165-36/+36
* JBD: round commit timer up to avoid uncommitted transactionAndreas Dilger2009-09-161-1/+2
* jbd: fix race between write_metadata_buffer and get_write_accessdingdinghua2009-07-211-9/+11
* jbd: Fix a race between checkpointing code and journal_get_write_access()Jan Kara2009-07-151-33/+35
* jbd: Fail to load a journal if it is too shortJan Kara2009-07-151-0/+6
* jbd: clean up journal_try_to_free_buffers()Hisashi Hifumi2009-06-181-48/+0
* jbd: fix race in buffer processing in commit codeJan Kara2009-06-091-2/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-242-10/+12
|\