summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c
Commit message (Expand)AuthorAgeFilesLines
* set_blocksize(): switch to passing struct file *Al Viro2024-05-021-3/+2
* fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
* reiserfs: port block device access to fileChristian Brauner2024-02-251-19/+19
* reiserfs: Convert to bdev_open_by_dev/path()Jan Kara2023-10-281-31/+25
* reiserfs: Check the return value from __getblk()Matthew Wilcox2023-07-101-1/+3
* reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai2023-06-201-1/+6
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-10/+9
* block: introduce holder opsChristoph Hellwig2023-06-051-2/+3
* reiserfs: remove unused sched_count variableTom Rix2023-03-291-2/+0
* reiserfs: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-181-2/+2
* reiserfs: replace ll_rw_block()Zhang Yi2022-09-111-5/+6
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-6/+6
* fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* reiserfs: Convert release_buffer_page() to use a folioMatthew Wilcox (Oracle)2022-05-091-7/+7
* reiserfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-2/+2
* reiserfs: don't use congestion_wait()NeilBrown2021-11-181-2/+5
* reiserfs: add check for invalid 1st journal blockPavel Skripkin2021-05-171-0/+14
* fs/reiserfs/journal.c: delete useless variablesTian Tao2021-04-211-4/+2
* reiserfs: delete duplicated wordsRandy Dunlap2020-08-051-1/+1
* block: remove __bdevnameChristoph Hellwig2020-03-241-3/+2
* fs/reiserfs: remove unused macrosAlex Shi2020-01-211-2/+0
* fs/reiserfs/journal.c: remove set but not used variableJason Yan2019-09-251-4/+3
* fs/reiserfs/journal.c: remove set but not used variableszhengbin2019-09-251-9/+1
* fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai2019-09-251-3/+2
* fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam2019-07-161-4/+2
* fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham2019-04-151-1/+1
* reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann2018-08-221-11/+11
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+6
* fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-111-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King2017-08-161-1/+1
|/
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* reiserfs: Make flush bios explicitely syncJan Kara2017-05-241-2/+2
* reiserfs: Make cancel_old_flush() reliableJan Kara2017-04-051-1/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+4
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-4/+4
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-3/+3
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-14/+10
* treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick2014-10-141-3/+5
* reiserfs: Fix use after free in journal teardownJan Kara2014-08-121-6/+16
* reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-061-37/+36
* reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-061-18/+18