aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10fix comment typos concerning "consistent"Uwe Kleine-König1-1/+1
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds5-20/+44
2010-10-28jbd/2: fixed typosAndrea Gelmini1-1/+1
2010-10-28jbd: Convert atomic_inc() to get_bh()Namhyung Kim2-3/+3
2010-10-28jbd: Fix debug message in do_get_write_access()Namhyung Kim1-1/+1
2010-10-28jbd: Check return value of __getblk()Namhyung Kim1-0/+2
2010-10-28jbd: Convert bitops to buffer fnsNamhyung Kim1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong1-2/+28
2010-10-28jbd: Use offset_in_page() instead of manual calculationNamhyung Kim1-1/+1
2010-10-28jbd: Remove unnecessary goto statementNamhyung Kim1-2/+0
2010-10-28jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim1-6/+4
2010-10-28jbd: Move debug message into #ifdef areaNamhyung Kim1-1/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-27/+3
2010-09-20cfq: improve fsync performance for small filesCorrado Zoccolo1-1/+1
2010-09-10jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig1-27/+3
2010-08-18remove SWRITE* I/O typesChristoph Hellwig3-3/+5
2010-08-18kill BH_Ordered flagChristoph Hellwig1-24/+25
2010-07-21ext3: Fix set but unused variablesAndi Kleen2-16/+2
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara1-1/+1
2010-05-21jbd: Provide function to check whether transaction will issue data barrierJan Kara2-1/+40
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-2/+0
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2-17/+36
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-23jbd: jbd-debug and jbd2-debug should be writableYin Kangkai1-1/+1
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds1-1/+0
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto1-0/+1
2009-11-12fs/jbd: Export log_start_commit to fix ext3 build.Stefan Schmidt1-0/+1
2009-11-11JBD/JBD2: free j_wbuf if journal init fails.Tao Ma1-0/+2
2009-09-16jbd: Annotate transaction start also for journal_restart()Jan Kara1-3/+3
2009-09-16jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara5-36/+36
2009-09-16JBD: round commit timer up to avoid uncommitted transactionAndreas Dilger1-1/+2
2009-07-21jbd: fix race between write_metadata_buffer and get_write_accessdingdinghua1-9/+11
2009-07-15jbd: Fix a race between checkpointing code and journal_get_write_access()Jan Kara1-33/+35
2009-07-15jbd: Fail to load a journal if it is too shortJan Kara1-0/+6
2009-06-18jbd: clean up journal_try_to_free_buffers()Hisashi Hifumi1-48/+0
2009-06-09jbd: fix race in buffer processing in commit codeJan Kara1-2/+4
2009-04-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-10/+12
2009-04-14jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2-10/+12
2009-04-13jbd: update locking comentsJan Kara1-5/+19
2009-04-06jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNCJens Axboe1-1/+6
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-8/+17
2009-04-02jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara1-10/+24
2009-03-27ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2-8/+17
2009-02-11jbd: fix return value of journal_start_commit()Jan Kara1-6/+11
2009-01-08jbd: remove excess kernel-doc notationRandy Dunlap1-1/+0
2009-01-08jbd: improve fsync batchingJosef Bacik2-5/+48
2008-11-06jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o1-7/+24
2008-10-30fs: remove excess kernel-docRandy Dunlap1-1/+0
2008-10-23jbd: abort instead of waiting for nonexistent transactionsDuane Griffin1-2/+17