summaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_logmgr.c
AgeCommit message (Expand)Author
2023-10-28jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu
2023-10-28jfs: Convert to bdev_open_by_dev()Jan Kara
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-31jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn
2022-04-25fs/jfs: Remove dead codeDave Kleikamp
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-06-01fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko
2018-05-16jfs: simplify procfs codeChristoph Hellwig
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-29drop redundant ->owner initializationsAl Viro
2016-03-30jfs: Coalesce some formatsJoe Perches
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-01jfs: fix a couple racesDave Kleikamp
2013-03-23block: Remove bi_idx referencesKent Overstreet
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-06-07lmLogOpen() broken failure exitAl Viro
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro
2008-05-13JFS: switch to seq_filesAlexey Dobriyan
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches
2008-01-03JFS: Make sure special inode data is written after journal is flushedDave Kleikamp
2007-10-13JFS: Bio cleanup: Replace missing return statementsDave Kleikamp
2007-10-11JFS: fix bio-related build breakageJeff Garzik
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds