aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/journal.c
AgeCommit message (Expand)Author
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
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-03-30reiserfs: rename p_s_sb to sbJeff Mahoney
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney
2009-03-30reiserfs: rearrange journal abortJeff Mahoney
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney
2009-03-30reiserfs: audit transaction ids to always be unsigned intsJeff Mahoney
2008-10-21[PATCH] remember mode of reiserfs journalAl Viro
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-08-04fs: rename buffer trylockNick Piggin
2008-08-04mm: rename page trylockNick Piggin
2008-07-25reiserfs: convert j_commit_lock to mutexJeff Mahoney
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney
2008-07-25reiserfs: convert j_lock to mutexJeff Mahoney
2008-04-30reiserfs: use open_bdev_exclChristoph Hellwig
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28reiserfs: fix sparse warning in journal.cHarvey Harrison
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney
2007-10-17reiserfs: do not repair wrong journal paramsEdward Shishkin
2007-10-17try to reap reiserfs pages left around by invalidatepageChris Mason
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day
2007-05-08reiserfs: use __set_current_state()Milind Arun Choudhary