aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30reiserfs: use open_bdev_exclChristoph Hellwig1-27/+23
2008-04-29reiserfs: use non-racy method for proc entries creationDenis V. Lunev1-6/+3
2008-04-28reiserfs: unpack tails on quota filesJan Kara2-8/+13
2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-13/+13
2008-04-28reiserfs: fix more sparse warnings in do_balan.cHarvey Harrison1-7/+7
2008-04-28reiserfs: fix sparse warning in journal.cHarvey Harrison1-1/+1
2008-04-28reiserfs: le*_add_cpu conversionMarcin Slusarz2-5/+3
2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountJan Kara1-5/+8
2008-04-28quota: various style cleanupsJan Kara1-1/+1
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds2-2/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-22/+41
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro4-9/+11
2008-03-19[PATCH] reiserfs: eliminate private use of struct file in xattrJeff Mahoney1-80/+30
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-4/+4
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-3/+3
2008-02-08mount options: fix reiserfsMiklos Szeredi1-12/+26
2008-02-08reiserfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2-3/+3
2008-02-06fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-02-06reiserfs: complement va_start() with va_end().Richard Knutsson1-0/+2
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-2/+2
2008-02-03fs/: Spelling fixesJoe Perches1-3/+3
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan1-6/+0
2007-11-14reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty fileFengguang Wu1-3/+0
2007-11-14Forbid user to change file flags on quota filesJan Kara1-0/+3
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22reiserfs: new export opsChristoph Hellwig2-37/+29
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney4-23/+44
2007-10-19reiserfs: remove first_zero_hintJeff Mahoney2-23/+12
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney4-26/+30
2007-10-19reiserfs: fix memset byte count during resizeJeff Mahoney1-1/+1
2007-10-19reiserfs: use is_reusable to catch corruptionJeff Mahoney1-8/+13
2007-10-19reiserfs: dont use BUG when panickingJeff Mahoney1-6/+4
2007-10-19reiserfs: fix up lockdep warningsJeff Mahoney1-2/+3
2007-10-18reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattrJeff Layton1-1/+5
2007-10-17reiserfs: do not repair wrong journal paramsEdward Shishkin1-43/+57
2007-10-17reiserfs: workaround for dead loop in finish_unfinishedLepton Wu1-3/+15
2007-10-17reiserfs: fix kernel panic on corrupted directoryLepton Wu1-0/+10
2007-10-17try to reap reiserfs pages left around by invalidatepageChris Mason1-10/+32
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk3-60/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16reiserfs: use generic_cont_expand_simpleVladimir Saveliev1-2/+11
2007-10-16reiserfs: convert to new aopsVladimir Saveliev3-19/+183
2007-10-16reiserfs: use generic writeVladimir Saveliev1-1239/+1
2007-09-11quota: fix infinite loopJan Kara1-2/+11