summaryrefslogtreecommitdiff
path: root/fs/jbd
AgeCommit message (Expand)Author
2011-12-21jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan
2011-06-28jbd: Use WRITE_SYNC in journal checkpoint.Tao Ma
2011-06-27jbd: Fix oops in journal_remove_journal_head()Jan Kara
2011-06-25jbd: fix a bug of leaking jh->b_jcountDing Dinghua
2011-06-25jbd: remove dependency on __GFP_NOFAILJan Kara
2011-06-25jbd: Add fixed tracepointsLukas Czerner
2011-05-24jbd: Fix comment to match the code in journal_start()Eryu Guan
2011-05-17jbd/jbd2: remove obsolete summarise_journal_usage.Tao Ma
2011-05-17jbd: Fix forever sleeping process in do_get_write_access()Jan Kara
2011-05-17jbd: fix fsync() tid wraparound bugTed Ts'o
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-17jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-02-28jbd: Remove one to many n's in a word.Justin P. Mattock
2010-12-10fix comment typos concerning "consistent"Uwe Kleine-König
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-10-28jbd/2: fixed typosAndrea Gelmini
2010-10-28jbd: Convert atomic_inc() to get_bh()Namhyung Kim
2010-10-28jbd: Fix debug message in do_get_write_access()Namhyung Kim
2010-10-28jbd: Check return value of __getblk()Namhyung Kim
2010-10-28jbd: Convert bitops to buffer fnsNamhyung Kim
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong
2010-10-28jbd: Use offset_in_page() instead of manual calculationNamhyung Kim
2010-10-28jbd: Remove unnecessary goto statementNamhyung Kim
2010-10-28jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim
2010-10-28jbd: Move debug message into #ifdef areaNamhyung Kim
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-20cfq: improve fsync performance for small filesCorrado Zoccolo
2010-09-10jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-08-18kill BH_Ordered flagChristoph Hellwig
2010-07-21ext3: Fix set but unused variablesAndi Kleen
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara
2010-05-21jbd: Provide function to check whether transaction will issue data barrierJan Kara
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
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