aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/prints.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25fs/reiserfs/prints.c: remove set but not used variableszhengbin1-3/+0
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-6/+3
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick1-2/+2
2014-05-07reiserfs: balance_leaf refactor, move state variables into tree_balanceJeff Mahoney1-3/+3
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-4/+4
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-72/+80
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-5/+5
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-2/+3
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-2/+2
2011-01-13reiserfs: make sure va_end() is always called after va_start().Jesper Juhl1-2/+2
2009-09-14kill-the-bkl/reiserfs: move the concurrent tree accesses checks per superblockFrederic Weisbecker1-4/+0
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-13/+13
2009-03-30reiserfs: introduce reiserfs_error()Jeff Mahoney1-0/+25
2009-03-30reiserfs: rearrange journal abortJeff Mahoney1-1/+1
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney1-17/+16
2009-03-30reiserfs: add locking around error bufferJeff Mahoney1-1/+4
2009-03-30reiserfs: prepare_error_buf wrongly consumes va_argJeff Mahoney1-9/+3
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-4/+7
2009-03-30reiserfs: use more consistent printk formattingJeff Mahoney1-14/+14
2008-02-06reiserfs: complement va_start() with va_end().Richard Knutsson1-0/+2
2007-10-19reiserfs: dont use BUG when panickingJeff Mahoney1-6/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty1-1/+1
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-6/+3
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-489/+514
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+727