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