summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+8
* 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/+17
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-061-469/+658
* reiserfs: use per-fs commit workqueuesJeff Mahoney2014-05-061-19/+3
* 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/+0
* reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-081-48/+56
* make blkdev_put() return voidAl Viro2013-05-071-13/+3
* 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/+1
* reiserfs: clean-up function return typeArtem Bityutskiy2012-06-011-5/+3
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-201-1/+1
* reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-101-33/+20
* reiserfs: delete comments referring to the BKLDavidlohr Bueso2012-01-101-7/+4
* fs: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-6/+3
* fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-121-13/+0
* 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/+7
|\
| * 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/+5
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-86/+20
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-1/+1
* reiserfs: remove unused local `wait'Changli Gao2010-08-111-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* reiserfs: properly honor read-only devicesJeff Mahoney2010-03-241-6/+9
* reiserfs: Fix vmalloc call under reiserfs lockFrederic Weisbecker2010-01-281-0/+2
* reiserfs: Relax reiserfs lock while freeing the journalFrederic Weisbecker2010-01-021-1/+2
OpenPOWER on IntegriCloud