aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney6-25/+23
2009-03-30reiserfs: remove link detection codeJeff Mahoney1-13/+0
2009-03-30reiserfs: xattr reiserfs_get_page takes offset instead of indexJeff Mahoney1-6/+4
2009-03-30reiserfs: small variable cleanupJeff Mahoney1-12/+8
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney9-110/+107
2009-03-30reiserfs: introduce reiserfs_error()Jeff Mahoney1-0/+25
2009-03-30reiserfs: rearrange journal abortJeff Mahoney2-20/+5
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney12-177/+178
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 Mahoney16-423/+448
2009-03-30reiserfs: make some warnings informationalJeff Mahoney3-17/+13
2009-03-30reiserfs: use more consistent printk formattingJeff Mahoney1-14/+14
2009-03-30reiserfs: use buffer_info for leaf_paste_entriesJeff Mahoney2-12/+10
2009-03-30reiserfs: audit transaction ids to always be unsigned intsJeff Mahoney2-25/+25
2009-03-30reiserfs: add support for mount count incrementingJeff Mahoney1-1/+5
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara5-22/+24
2009-03-26reiserfs: Remove unnecessary quota functionsJan Kara1-56/+2
2009-01-22fs/Kconfig: move reiserfs outAlexey Dobriyan1-0/+85
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6
2009-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds1-5/+5
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-7/+6
2009-01-05fix breakage in reiserfs_new_inode()Al Viro1-7/+6
2009-01-05reiserfs: Add default allocation routines for quota structuresJan Kara1-0/+2
2009-01-05reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled().Jan Kara1-5/+3
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-12-31nfsd race fixes: reiserfsAl Viro2-5/+18
2008-11-14CRED: Wrap task credential accesses in the ReiserFS filesystemDavid Howells1-2/+2
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-4/+7
2008-10-23[PATCH] reiserfs: add missing llseek methodChristoph Hellwig1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2-21/+3
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro1-9/+9
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-10-16fs/reiserfs: use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
2008-10-16reiserfs/procfs.c: remove CVS keywordsAdrian Bunk1-3/+0
2008-08-12reiserfs: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-04fs: rename buffer trylockNick Piggin2-3/+3
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-7/+9
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-07-25reiserfs: remove double definitions of xattr macrosShen Feng3-6/+0
2008-07-25reiserfs: convert j_commit_lock to mutexJeff Mahoney1-12/+10
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney1-7/+7