summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c
Commit message (Expand)AuthorAgeFilesLines
* fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam2019-07-171-4/+2Star
* 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-131-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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-151-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/+10Star
* 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/+36Star
* reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-061-18/+18
* reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney2014-05-061-9/+9
* reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-061-10/+8Star
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-061-21/+22
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-061-21/+17Star
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-061-469/+658
* reiserfs: use per-fs commit workqueuesJeff Mahoney2014-05-061-19/+3Star
* reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney2013-09-241-1/+4
* reiserfs: remove useless flush_old_journal_listsJeff Mahoney2013-09-241-62/+0Star
* reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-081-48/+56
* make blkdev_put() return voidAl Viro2013-05-071-13/+3Star
* reiserfs: get rid of resierfs_sync_superArtem Bityutskiy2012-06-011-2/+4
* reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy2012-06-011-2/+1Star
* reiserfs: clean-up function return typeArtem Bityutskiy2012-06-011-5/+3Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-211-1/+1
* reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-111-33/+20Star
* reiserfs: delete comments referring to the BKLDavidlohr Bueso2012-01-111-7/+4Star
* fs: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-6/+3Star
* fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-121-13/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* reiserfs: make commit_wq use the default concurrency levelTejun Heo2011-02-011-1/+1
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-14/+7Star
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-3/+3
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-12/+5Star
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
|/