summaryrefslogtreecommitdiff
path: root/fs/reiserfs/journal.c
Commit message (Expand)AuthorAge
* fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-11
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King2017-08-16
|/
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* reiserfs: Make flush bios explicitely syncJan Kara2017-05-24
* reiserfs: Make cancel_old_flush() reliableJan Kara2017-04-05
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-01
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-07
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-07
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-06
* treewide: fix typo in printk and KconfigMasanari Iida2014-11-20
* fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick2014-10-14
* reiserfs: Fix use after free in journal teardownJan Kara2014-08-12
* reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-06
* reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-06
* reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney2014-05-06
* reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-06
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-06
* reiserfs: use per-fs commit workqueuesJeff Mahoney2014-05-06
* reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney2013-09-24
* reiserfs: remove useless flush_old_journal_listsJeff Mahoney2013-09-24
* reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-08
* make blkdev_put() return voidAl Viro2013-05-07
* reiserfs: get rid of resierfs_sync_superArtem Bityutskiy2012-06-01
* reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy2012-06-01
* reiserfs: clean-up function return typeArtem Bityutskiy2012-06-01
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-20
* reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-10
* reiserfs: delete comments referring to the BKLDavidlohr Bueso2012-01-10
* fs: Convert vmalloc/memset to vzallocJoe Perches2011-09-15
* fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-12
* Fix common misspellingsLucas De Marchi2011-03-31
* reiserfs: make commit_wq use the default concurrency levelTejun Heo2011-02-01
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-13
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/
* reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-10
* remove SWRITE* I/O typesChristoph Hellwig2010-08-18
* reiserfs: remove unused local `wait'Changli Gao2010-08-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* reiserfs: properly honor read-only devicesJeff Mahoney2010-03-24