aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-10reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-86/+20
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-1/+1
2010-08-11reiserfs: remove unused local `wait'Changli Gao1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24reiserfs: properly honor read-only devicesJeff Mahoney1-6/+9
2010-01-28reiserfs: Fix vmalloc call under reiserfs lockFrederic Weisbecker1-0/+2
2010-01-02reiserfs: Relax reiserfs lock while freeing the journalFrederic Weisbecker1-1/+2
2009-12-29reiserfs: Fix remaining in-reclaim-fs <-> reclaim-fs-on locking inversionFrederic Weisbecker1-3/+12
2009-10-05kill-the-bkl/reiserfs: fix reiserfs lock to cpu_add_remove_lock dependencyFrederic Weisbecker1-1/+4
2009-09-17kill-the-bkl/reiserfs: Fix induced mm->mmap_sem to sysfs_mutex dependencyFrederic Weisbecker1-0/+16
2009-09-14kill-the-bkl/reiserfs: acquire the inode mutex safelyFrederic Weisbecker1-34/+0
2009-09-14kill-the-bkl/reiserfs: use mutex_lock in reiserfs_mutex_lock_safeFrederic Weisbecker1-5/+3
2009-09-14kill-the-BKL/reiserfs: release the write lock on flush_commit_list()Frederic Weisbecker1-2/+5
2009-09-14kill-the-BKL/reiserfs: release the write lock before rescheduling on do_journal_end()Frederic Weisbecker1-0/+2
2009-09-14reiserfs, kill-the-BKL: fix unsafe j_flush_mutex lockFrederic Weisbecker1-1/+1
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-29/+105
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-03-30reiserfs: rename p_s_sb to sbJeff Mahoney1-368/+367
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-60/+60
2009-03-30reiserfs: rearrange journal abortJeff Mahoney1-19/+4
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney1-28/+29
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-81/+93