aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd
AgeCommit message (Expand)AuthorFilesLines
2011-11-01jbd/jbd2: validate sb->s_first in journal_get_superblock()Gravatar Eryu Guan 1-0/+8
2011-06-28jbd: Use WRITE_SYNC in journal checkpoint.Gravatar Tao Ma 1-1/+5
2011-06-27jbd: Fix oops in journal_remove_journal_head()Gravatar Jan Kara 4-137/+104
2011-06-25jbd: fix a bug of leaking jh->b_jcountGravatar Ding Dinghua 1-1/+1
2011-06-25jbd: remove dependency on __GFP_NOFAILGravatar Jan Kara 1-4/+4
2011-06-25jbd: Add fixed tracepointsGravatar Lukas Czerner 3-0/+19
2011-05-24jbd: Fix comment to match the code in journal_start()Gravatar Eryu Guan 1-1/+2
2011-05-17jbd/jbd2: remove obsolete summarise_journal_usage.Gravatar Tao Ma 1-6/+0
2011-05-17jbd: Fix forever sleeping process in do_get_write_access()Gravatar Jan Kara 1-2/+7
2011-05-17jbd: fix fsync() tid wraparound bugGravatar Ted Ts'o 1-3/+13
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 4-5/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-11/+11
2011-03-17jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingGravatar Jens Axboe 1-11/+11
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-1/+1
2011-02-28jbd: Remove one to many n's in a word.Gravatar Justin P. Mattock 1-1/+1
2010-12-10fix comment typos concerning "consistent"Gravatar Uwe Kleine-König 1-1/+1
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-20/+44
2010-10-28jbd/2: fixed typosGravatar Andrea Gelmini 1-1/+1
2010-10-28jbd: Convert atomic_inc() to get_bh()Gravatar Namhyung Kim 2-3/+3
2010-10-28jbd: Fix debug message in do_get_write_access()Gravatar Namhyung Kim 1-1/+1
2010-10-28jbd: Check return value of __getblk()Gravatar Namhyung Kim 1-0/+2
2010-10-28jbd: Convert bitops to buffer fnsGravatar Namhyung Kim 1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockGravatar Darrick J. Wong 1-2/+28
2010-10-28jbd: Use offset_in_page() instead of manual calculationGravatar Namhyung Kim 1-1/+1
2010-10-28jbd: Remove unnecessary goto statementGravatar Namhyung Kim 1-2/+0
2010-10-28jbd: Use printk_ratelimited() in journal_alloc_journal_head()Gravatar Namhyung Kim 1-6/+4
2010-10-28jbd: Move debug message into #ifdef areaGravatar Namhyung Kim 1-1/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-27/+3
2010-09-20cfq: improve fsync performance for small filesGravatar Corrado Zoccolo 1-1/+1
2010-09-10jbd: replace barriers with explicit flush / FUA usageGravatar Christoph Hellwig 1-27/+3
2010-08-18remove SWRITE* I/O typesGravatar Christoph Hellwig 3-3/+5
2010-08-18kill BH_Ordered flagGravatar Christoph Hellwig 1-24/+25
2010-07-21ext3: Fix set but unused variablesGravatar Andi Kleen 2-16/+2
2010-05-21ext3: Fix waiting on transaction during fsyncGravatar Jan Kara 1-1/+1
2010-05-21jbd: Provide function to check whether transaction will issue data barrierGravatar Jan Kara 2-1/+40
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-2/+0
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-05jbd: Delay discarding buffers in journal_unmap_bufferGravatar Jan Kara 2-17/+36
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2009-12-23jbd: jbd-debug and jbd2-debug should be writableGravatar Yin Kangkai 1-1/+1
2009-12-17Revert "task_struct: make journal_info conditional"Gravatar Linus Torvalds 1-1/+0
2009-12-15task_struct: make journal_info conditionalGravatar Hiroshi Shimamoto 1-0/+1
2009-11-12fs/jbd: Export log_start_commit to fix ext3 build.Gravatar Stefan Schmidt 1-0/+1
2009-11-11JBD/JBD2: free j_wbuf if journal init fails.Gravatar Tao Ma 1-0/+2
2009-09-16jbd: Annotate transaction start also for journal_restart()Gravatar Jan Kara 1-3/+3
2009-09-16jbd: Journal block numbers can ever be only 32-bit use unsigned int for themGravatar Jan Kara 5-36/+36
2009-09-16JBD: round commit timer up to avoid uncommitted transactionGravatar Andreas Dilger 1-1/+2
2009-07-21jbd: fix race between write_metadata_buffer and get_write_accessGravatar dingdinghua 1-9/+11
2009-07-15jbd: Fix a race between checkpointing code and journal_get_write_access()Gravatar Jan Kara 1-33/+35
2009-07-15jbd: Fail to load a journal if it is too shortGravatar Jan Kara 1-0/+6