aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)Author
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
2007-10-17reiserfs: do not repair wrong journal paramsEdward Shishkin
2007-10-17reiserfs: workaround for dead loop in finish_unfinishedLepton Wu
2007-10-17reiserfs: fix kernel panic on corrupted directoryLepton Wu
2007-10-17try to reap reiserfs pages left around by invalidatepageChris Mason
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16reiserfs: use generic_cont_expand_simpleVladimir Saveliev
2007-10-16reiserfs: convert to new aopsVladimir Saveliev
2007-10-16reiserfs: use generic writeVladimir Saveliev
2007-09-11quota: fix infinite loopJan Kara
2007-07-26more reiserfs endianness annotationsAl Viro
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-05-23Missing 'const' from reiserfs MIN_KEY declaration.David Woodhouse
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-05-09reiserfs: use zero_user_pageNate Diller
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day
2007-05-08reiserfs: use __set_current_state()Milind Arun Choudhary
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Robert P. J. Day
2007-05-08reiserfs: shrink superblock if no xattrsAlexey Dobriyan
2007-05-08reiserfs: possible null pointer dereference during resizeDmitriy Monakhov
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter