summaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_logmgr.c
Commit message (Expand)AuthorAgeFilesLines
* fs,block: yield devices earlyChristian Brauner2024-03-271-2/+2
* jfs: port block device access to fileChristian Brauner2024-02-251-13/+13
* bdev: open block device as filesChristian Brauner2024-02-251-1/+1
* jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu2023-10-281-1/+5
* jfs: Convert to bdev_open_by_dev()Jan Kara2023-10-281-14/+15
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+3
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn2023-05-311-2/+2
* fs/jfs: Remove dead codeDave Kleikamp2022-04-251-8/+0
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-9/+2
* fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong2021-06-011-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* fs/jfs: Switch to use new generic UUID APIAndy Shevchenko2019-01-101-9/+9
* 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