aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/reiserfs/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-25reiserfs: port block device access to fileChristian Brauner1-19/+19
2023-10-28reiserfs: Convert to bdev_open_by_dev/path()Jan Kara1-31/+25
2023-07-10reiserfs: Check the return value from __getblk()Matthew Wilcox1-1/+3
2023-06-20reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai1-1/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-10/+9
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+3
2023-03-29reiserfs: remove unused sched_count variableTom Rix1-2/+0
2023-01-18reiserfs: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)1-2/+2
2022-09-11reiserfs: replace ll_rw_block()Zhang Yi1-5/+6
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-6/+6
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09reiserfs: Convert release_buffer_page() to use a folioMatthew Wilcox (Oracle)1-7/+7
2022-03-15reiserfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-2/+2
2021-11-18reiserfs: don't use congestion_wait()NeilBrown1-2/+5
2021-05-17reiserfs: add check for invalid 1st journal blockPavel Skripkin1-0/+14
2021-04-21fs/reiserfs/journal.c: delete useless variablesTian Tao1-4/+2
2020-08-05reiserfs: delete duplicated wordsRandy Dunlap1-1/+1
2020-03-24block: remove __bdevnameChristoph Hellwig1-3/+2
2020-01-21fs/reiserfs: remove unused macrosAlex Shi1-2/+0
2019-09-25fs/reiserfs/journal.c: remove set but not used variableJason Yan1-4/+3
2019-09-25fs/reiserfs/journal.c: remove set but not used variableszhengbin1-9/+1
2019-09-25fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai1-3/+2
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam1-4/+2
2019-04-15fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham1-1/+1
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann1-11/+11
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-08-16reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-05-24reiserfs: Make flush bios explicitely syncJan Kara1-2/+2
2017-04-05reiserfs: Make cancel_old_flush() reliableJan Kara1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+4
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-4/+4
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-3/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-14/+10
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick1-3/+5
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara1-6/+16
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-37/+36
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-18/+18
2014-05-06reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney1-9/+9
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-10/+8