aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_logmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+4
2016-05-29drop redundant ->owner initializationsAl Viro1-1/+0
2016-03-30jfs: Coalesce some formatsJoe Perches1-6/+4
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches1-2/+2
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro1-5/+4
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet1-10/+4
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-4/+4
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-2/+0
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+6
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng1-1/+7
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2013-05-01jfs: fix a couple racesDave Kleikamp1-1/+2
2013-03-23block: Remove bi_idx referencesKent Overstreet1-2/+0
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-1/+1
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-06-07lmLogOpen() broken failure exitAl Viro1-1/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-12/+5
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-05-13JFS: switch to seq_filesAlexey Dobriyan1-19/+16
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches1-1/+1
2008-01-03JFS: Make sure special inode data is written after journal is flushedDave Kleikamp1-17/+15
2007-10-13JFS: Bio cleanup: Replace missing return statementsDave Kleikamp1-0/+3
2007-10-11JFS: fix bio-related build breakageJeff Garzik1-6/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-4/+1
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp1-13/+13
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp1-6/+12
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp1-34/+34
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-3/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-05JFS: Fix race waking up jfsIO kernel threadDave Kleikamp1-1/+2
2007-04-26JFS: use __set_current_state()Milind Arun Choudhary1-2/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-10-02JFS: White space cleanupDave Kleikamp1-19/+19
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-13/+14
2006-02-23JFS: kzalloc conversionEric Sesterhenn1-6/+3
2006-02-15JFS: Use the kthread_ APIChristoph Hellwig1-14/+6
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-3/+3
2005-07-27JFS: Improve sync barrier processingDave Kleikamp1-17/+19
2005-07-25JFS: Don't set log_SYNCBARRIER when log->active == 0Dave Kleikamp1-1/+2
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+2
2005-06-03JFS: Fix compiler warning in jfs_logmgr.cDave Kleikamp1-2/+3
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp1-8/+1
2005-05-02[PATCH] JFS: Write journal sync points more oftenDave Kleikamp1-3/+14