aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_logmgr.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-01-10fs/jfs: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-9/+9
2018-05-16jfs: simplify procfs codeGravatar Christoph Hellwig 1-13/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-2/+2
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-1/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-2/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-2/+4
2016-05-29drop redundant ->owner initializationsGravatar Al Viro 1-1/+0
2016-03-30jfs: Coalesce some formatsGravatar Joe Perches 1-6/+4
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesGravatar Joe Perches 1-2/+2
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageGravatar Al Viro 1-5/+4
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecGravatar Kent Overstreet 1-10/+4
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-4/+4
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Gravatar Kirill Tkhai 1-2/+0
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticGravatar Fabian Frederick 1-1/+1
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-6/+6
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gravatar Gu Zheng 1-1/+7
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2013-05-01jfs: fix a couple racesGravatar Dave Kleikamp 1-1/+2
2013-03-23block: Remove bi_idx referencesGravatar Kent Overstreet 1-2/+0
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyGravatar Tejun Heo 1-1/+1
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosGravatar Paul Gortmaker 1-0/+1
2011-06-07lmLogOpen() broken failure exitGravatar Al Viro 1-1/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersGravatar Tejun Heo 1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessGravatar Tejun Heo 1-12/+5
2010-09-21Fix various typos of valid in commentsGravatar Nikanth Karthikesan 1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Gravatar Al Viro 1-2/+2
2008-05-13JFS: switch to seq_filesGravatar Alexey Dobriyan 1-19/+16
2008-01-03JFS: Remove defconfig ptr comparison to 0Gravatar Joe Perches 1-1/+1
2008-01-03JFS: Make sure special inode data is written after journal is flushedGravatar Dave Kleikamp 1-17/+15
2007-10-13JFS: Bio cleanup: Replace missing return statementsGravatar Dave Kleikamp 1-0/+3
2007-10-11JFS: fix bio-related build breakageGravatar Jeff Garzik 1-6/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-4/+1
2007-06-13JFS: Update print_hex_dump() syntaxGravatar Dave Kleikamp 1-13/+13
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionGravatar Dave Kleikamp 1-6/+12
2007-06-06JFS: Whitespace cleanup and remove some dead codeGravatar Dave Kleikamp 1-34/+34
2007-05-09Fix occurrences of "the the "Gravatar Michael Opdenacker 1-1/+1
2007-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 1-3/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-05JFS: Fix race waking up jfsIO kernel threadGravatar Dave Kleikamp 1-1/+2
2007-04-26JFS: use __set_current_state()Gravatar Milind Arun Choudhary 1-2/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hGravatar Nigel Cunningham 1-1/+1
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-19/+19
2006-03-26[PATCH] sem2mutex: fs/Gravatar Ingo Molnar 1-13/+14
2006-02-23JFS: kzalloc conversionGravatar Eric Sesterhenn 1-6/+3
2006-02-15JFS: Use the kthread_ APIGravatar Christoph Hellwig 1-14/+6
2006-01-24JFS: semaphore to mutex conversion.Gravatar Ingo Molnar 1-3/+3