aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-30reiserfs: audit transaction ids to always be unsigned intsJeff Mahoney1-23/+23
2008-10-21[PATCH] remember mode of reiserfs journalAl Viro1-2/+4
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro1-1/+2
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1
2008-08-04fs: rename buffer trylockNick Piggin1-2/+2
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-07-25reiserfs: convert j_commit_lock to mutexJeff Mahoney1-12/+10
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney1-7/+7
2008-07-25reiserfs: convert j_lock to mutexJeff Mahoney1-3/+3
2008-04-30reiserfs: use open_bdev_exclChristoph Hellwig1-27/+23
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-28reiserfs: fix sparse warning in journal.cHarvey Harrison1-1/+1
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney1-3/+3
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney1-8/+10
2007-10-17reiserfs: do not repair wrong journal paramsEdward Shishkin1-43/+57
2007-10-17try to reap reiserfs pages left around by invalidatepageChris Mason1-10/+32
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk1-1/+2
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-2/+2
2007-05-08reiserfs: use __set_current_state()Milind Arun Choudhary1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-3/+3
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-3/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+7
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-03BUG_ON conversion for fs/reiserfsEric Sesterhenn1-33/+16
2006-09-29[PATCH] Fix reiserfs latencies caused by data=orderedChris Mason1-11/+43
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-4/+2
2006-03-25[PATCH] reiserfs: handle trans_id overflowAlexander Zarochentsev1-3/+18
2006-03-02[PATCH] reiserfs: do not check if unsigned < 0Vladimir V. Saveliev1-2/+1
2006-02-01[PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_should_endChris Mason1-0/+3
2006-02-01[PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non-uptodate bhChris Mason1-2/+13
2006-02-01[PATCH] reiserfs: reiserfs hang and performance fix for data=journal modeChris Mason1-5/+14
2006-02-01[PATCH] resierfs: fix reiserfs_invalidatepage race against data=orderedChris Mason1-0/+13
2006-02-01[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for allocationPekka Enberg1-6/+2
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg1-57/+27
2006-01-11[PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotasJan Kara1-1/+4
2005-12-14[PATCH] reiserfs: skip commit on io errorJeff Mahoney1-4/+14
2005-11-29[PATCH] reiserfs: handle cnode allocation failure gracefullyJeff Mahoney1-0/+9
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-09-07[PATCH] Change ll_rw_block() calls in ReiserJan Kara1-2/+2
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-2/+2
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-3257/+3598