summaryrefslogtreecommitdiffstats
path: root/fs/jbd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-142-10/+12
* | jbd: update locking comentsJan Kara2009-04-131-5/+19
|/
* jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNCJens Axboe2009-04-061-1/+6
* Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-04-032-8/+17
|\
| * ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-272-8/+17
* | jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara2009-04-021-10/+24
|/
* jbd: fix return value of journal_start_commit()Jan Kara2009-02-111-6/+11
* jbd: remove excess kernel-doc notationRandy Dunlap2009-01-081-1/+0
* jbd: improve fsync batchingJosef Bacik2009-01-082-5/+48
* jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o2008-11-061-7/+24
* fs: remove excess kernel-docRandy Dunlap2008-10-301-1/+0
* jbd: abort instead of waiting for nonexistent transactionsDuane Griffin2008-10-231-2/+17
* jbd: test BH_Write_EIO to detect errors on metadata buffersHidehiro Kawai2008-10-231-3/+3
OpenPOWER on IntegriCloud