aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)Author
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara
2008-07-25reiserfs: remove double definitions of xattr macrosShen Feng
2008-07-25reiserfs: convert j_commit_lock to mutexJeff Mahoney
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney
2008-07-25reiserfs: convert j_lock to mutexJeff Mahoney
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be ch...Jan Kara
2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara
2008-07-25reiserfs: fix synchronization of quota files in journal=data modeJan Kara
2008-07-08reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara
2008-04-30reiserfs: use open_bdev_exclChristoph Hellwig
2008-04-29reiserfs: use non-racy method for proc entries creationDenis V. Lunev
2008-04-28reiserfs: unpack tails on quota filesJan Kara
2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedJan Kara
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28reiserfs: fix more sparse warnings in do_balan.cHarvey Harrison
2008-04-28reiserfs: fix sparse warning in journal.cHarvey Harrison
2008-04-28reiserfs: le*_add_cpu conversionMarcin Slusarz
2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountJan Kara
2008-04-28quota: various style cleanupsJan Kara
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro
2008-03-19[PATCH] reiserfs: eliminate private use of struct file in xattrJeff Mahoney
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08mount options: fix reiserfsMiklos Szeredi
2008-02-08reiserfs: constify function pointer tablesJan Engelhardt
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-06fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng
2008-02-06reiserfs: complement va_start() with va_end().Richard Knutsson
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-02-03fs/: Spelling fixesJoe Perches
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan
2007-11-14reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty fileFengguang Wu
2007-11-14Forbid user to change file flags on quota filesJan Kara
2007-10-22exportfs: make struct export_operations constChristoph Hellwig
2007-10-22reiserfs: new export opsChristoph Hellwig
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney
2007-10-19reiserfs: remove first_zero_hintJeff Mahoney
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney
2007-10-19reiserfs: fix memset byte count during resizeJeff Mahoney
2007-10-19reiserfs: use is_reusable to catch corruptionJeff Mahoney
2007-10-19reiserfs: dont use BUG when panickingJeff Mahoney
2007-10-19reiserfs: fix up lockdep warningsJeff Mahoney
2007-10-18reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattrJeff Layton