summaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_logmgr.c
Commit message (Expand)AuthorAge
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-01
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\
| * drop redundant ->owner initializationsAl Viro2016-05-29
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
|/
* jfs: Coalesce some formatsJoe Perches2016-03-30
* jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches2016-03-30
* jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro2016-01-04
* fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-13
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-19
* fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick2014-06-03
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng2013-05-24
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * block: Remove bi_idx referencesKent Overstreet2013-03-23
* | jfs: fix a couple racesDave Kleikamp2013-05-01
|/
* freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-21
* fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-31
* lmLogOpen() broken failure exitAl Viro2011-06-07
* block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-13
* block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
* Fix various typos of valid in commentsNikanth Karthikesan2010-09-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-21
* JFS: switch to seq_filesAlexey Dobriyan2008-05-13
* JFS: Remove defconfig ptr comparison to 0Joe Perches2008-01-03
* JFS: Make sure special inode data is written after journal is flushedDave Kleikamp2008-01-03
* JFS: Bio cleanup: Replace missing return statementsDave Kleikamp2007-10-13
* JFS: fix bio-related build breakageJeff Garzik2007-10-11
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
* JFS: Update print_hex_dump() syntaxDave Kleikamp2007-06-13
* JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp2007-06-06
* JFS: Whitespace cleanup and remove some dead codeDave Kleikamp2007-06-06
* Fix occurrences of "the the "Michael Opdenacker2007-05-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2007-05-08
|\
| * JFS: Fix race waking up jfsIO kernel threadDave Kleikamp2007-05-05
| * JFS: use __set_current_state()Milind Arun Choudhary2007-04-26
* | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
|/
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-07
* JFS: White space cleanupDave Kleikamp2006-10-02
* [PATCH] sem2mutex: fs/Ingo Molnar2006-03-26
* JFS: kzalloc conversionEric Sesterhenn2006-02-23
* JFS: Use the kthread_ APIChristoph Hellwig2006-02-15
* JFS: semaphore to mutex conversion.Ingo Molnar2006-01-24
* JFS: Improve sync barrier processingDave Kleikamp2005-07-27
* JFS: Don't set log_SYNCBARRIER when log->active == 0Dave Kleikamp2005-07-25
* [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-25