aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevGravatar Linus Torvalds 1-4/+7
2008-10-23[PATCH] reiserfs: add missing llseek methodGravatar Christoph Hellwig 1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 2-21/+3
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Gravatar Al Viro 1-9/+9
2008-10-21[PATCH] remember mode of reiserfs journalGravatar Al Viro 1-2/+4
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclGravatar Al Viro 1-1/+2
2008-10-21[PATCH] pass fmode_t to blkdev_put()Gravatar Al Viro 1-2/+2
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-1/+1
2008-10-16fs/reiserfs: use an IS_ERR test rather than a NULL testGravatar Julien Brunel 1-1/+1
2008-10-16reiserfs/procfs.c: remove CVS keywordsGravatar Adrian Bunk 1-3/+0
2008-08-12reiserfs: removed duplicated #includeGravatar Huang Weiyi 1-1/+0
2008-08-04fs: rename buffer trylockGravatar Nick Piggin 2-3/+3
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-1/+1
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersGravatar Al Viro 1-7/+9
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-0/+1
2008-07-25reiserfs: remove double definitions of xattr macrosGravatar Shen Feng 3-6/+0
2008-07-25reiserfs: convert j_commit_lock to mutexGravatar Jeff Mahoney 1-12/+10
2008-07-25reiserfs: convert j_flush_sem to mutexGravatar Jeff Mahoney 1-7/+7
2008-07-25reiserfs: convert j_lock to mutexGravatar Jeff Mahoney 1-3/+3
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be ch...Gravatar Jan Kara 1-23/+60
2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Gravatar Jan Kara 1-5/+5
2008-07-25reiserfs: fix synchronization of quota files in journal=data modeGravatar Jan Kara 1-9/+21
2008-07-08reiserfs: discard prealloc in reiserfs_delete_inodeGravatar Jeff Mahoney 1-0/+2
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Gravatar Jan Kara 1-1/+3
2008-04-30reiserfs: use open_bdev_exclGravatar Christoph Hellwig 1-27/+23
2008-04-29reiserfs: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-6/+3
2008-04-28reiserfs: unpack tails on quota filesGravatar Jan Kara 2-8/+13
2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedGravatar Jan Kara 1-1/+7
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 4-13/+13
2008-04-28reiserfs: fix more sparse warnings in do_balan.cGravatar Harvey Harrison 1-7/+7
2008-04-28reiserfs: fix sparse warning in journal.cGravatar Harvey Harrison 1-1/+1
2008-04-28reiserfs: le*_add_cpu conversionGravatar Marcin Slusarz 2-5/+3
2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountGravatar Jan Kara 1-5/+8
2008-04-28quota: various style cleanupsGravatar Jan Kara 1-1/+1
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Linus Torvalds 2-2/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Gravatar Dave Hansen 1-22/+41
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hGravatar Matthew Wilcox 1-1/+1
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-03-30NULL noise: fs/*, mm/*, kernel/*Gravatar Al Viro 4-9/+11
2008-03-19[PATCH] reiserfs: eliminate private use of struct file in xattrGravatar Jeff Mahoney 1-80/+30
2008-03-04fs/reiserfs/super.c: correct use of ! and &Gravatar Julia Lawall 1-1/+1
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-4/+4
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-3/+3
2008-02-08mount options: fix reiserfsGravatar Miklos Szeredi 1-12/+26
2008-02-08reiserfs: constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 2-3/+3
2008-02-06fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-1/+1
2008-02-06reiserfs: complement va_start() with va_end().Gravatar Richard Knutsson 1-0/+2