aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-21/+22
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-21/+17
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-469/+658
2014-05-06reiserfs: use per-fs commit workqueuesJeff Mahoney1-19/+3
2013-09-24reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney1-1/+4
2013-09-24reiserfs: remove useless flush_old_journal_listsJeff Mahoney1-62/+0
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-48/+56
2013-05-07make blkdev_put() return voidAl Viro1-13/+3
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy1-2/+4
2012-06-01reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy1-2/+1
2012-06-01reiserfs: clean-up function return typeArtem Bityutskiy1-5/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker1-33/+20
2012-01-10reiserfs: delete comments referring to the BKLDavidlohr Bueso1-7/+4
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches1-6/+3
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-13/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-01reiserfs: make commit_wq use the default concurrency levelTejun Heo1-1/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-14/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-3/+3
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-12/+5