aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c
AgeCommit message (Expand)Author
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney
2014-05-06reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney
2014-05-06reiserfs: use per-fs commit workqueuesJeff Mahoney
2013-09-24reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney
2013-09-24reiserfs: remove useless flush_old_journal_listsJeff Mahoney
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney
2013-05-07make blkdev_put() return voidAl Viro
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy
2012-06-01reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy
2012-06-01reiserfs: clean-up function return typeArtem Bityutskiy
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker
2012-01-10reiserfs: delete comments referring to the BKLDavidlohr Bueso
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-01reiserfs: make commit_wq use the default concurrency levelTejun Heo
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-09-10reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-08-11reiserfs: remove unused local `wait'Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24reiserfs: properly honor read-only devicesJeff Mahoney
2010-01-28reiserfs: Fix vmalloc call under reiserfs lockFrederic Weisbecker
2010-01-02reiserfs: Relax reiserfs lock while freeing the journalFrederic Weisbecker
2009-12-29reiserfs: Fix remaining in-reclaim-fs <-> reclaim-fs-on locking inversionFrederic Weisbecker
2009-10-05kill-the-bkl/reiserfs: fix reiserfs lock to cpu_add_remove_lock dependencyFrederic Weisbecker
2009-09-17kill-the-bkl/reiserfs: Fix induced mm->mmap_sem to sysfs_mutex dependencyFrederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: acquire the inode mutex safelyFrederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: use mutex_lock in reiserfs_mutex_lock_safeFrederic Weisbecker
2009-09-14kill-the-BKL/reiserfs: release the write lock on flush_commit_list()Frederic Weisbecker
2009-09-14kill-the-BKL/reiserfs: release the write lock before rescheduling on do_journ...Frederic Weisbecker
2009-09-14reiserfs, kill-the-BKL: fix unsafe j_flush_mutex lockFrederic Weisbecker