aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-0/+1
2008-06-10jfs: remove DIRENTSIZGravatar Adrian Bunk 1-3/+0
2008-05-28JFS: diAlloc() should return -EIO rather than EIOGravatar Li Zefan 1-1/+1
2008-05-21JFS: skip bad iput() call in error pathGravatar Dave Kleikamp 1-4/+3
2008-05-13JFS: switch to seq_filesGravatar Alexey Dobriyan 6-133/+114
2008-05-12JFS: 0 is not valid errno value so return NULL from jfs_lookupGravatar Marcin Slusarz 1-1/+1
2008-04-29proc: remove proc_root_fsGravatar Alexey Dobriyan 1-2/+2
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Gravatar Dave Hansen 1-11/+22
2008-03-05jfs: replace __inline with inlineGravatar Harvey Harrison 1-1/+1
2008-02-13jfs: le*_add_cpu conversionGravatar Marcin Slusarz 3-33/+19
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSGravatar Andi Kleen 5-0/+27
2008-02-07BKL-removal: Use unlocked_ioctl for jfsGravatar Andi Kleen 4-7/+13
2008-02-07iget: stop JFS from using iget() and read_inode()Gravatar David Howells 4-31/+40
2008-02-03Spelling fixes: lenght->lengthGravatar Paulius Zaleckas 1-1/+1
2008-01-24mount options: fix jfsGravatar Miklos Szeredi 1-0/+6
2008-01-10JFS: simplify types to get rid of sparse warningGravatar Dave Kleikamp 1-14/+14
2008-01-03JFS: FIx one more plain integer as NULL pointer warningGravatar Dave Kleikamp 1-1/+1
2008-01-03JFS: Remove defconfig ptr comparison to 0Gravatar Joe Perches 5-14/+15
2008-01-03JFS: use DIV_ROUND_UP where appropriateGravatar Shaun Zinck 2-3/+3
2008-01-03Remove unnecessary kmalloc casts in the jfs filesystemGravatar Jack Stone 1-6/+2
2008-01-03JFS is missing a memory barrierGravatar Nick Piggin 1-2/+2
2008-01-03JFS: Make sure special inode data is written after journal is flushedGravatar Dave Kleikamp 2-19/+17
2008-01-03JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesGravatar Dave Kleikamp 1-3/+8
2007-11-14Forbid user to change file flags on quota filesGravatar Jan Kara 1-0/+3
2007-10-22exportfs: make struct export_operations constGravatar Christoph Hellwig 1-2/+2
2007-10-22jfs: new export opsGravatar Christoph Hellwig 3-18/+27
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2007-10-17introduce I_SYNCGravatar Joern Engel 1-1/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 2-2/+2
2007-10-16fs: restore nobhGravatar Nick Piggin 1-4/+3
2007-10-16jfs: convert to new aopsGravatar Nick Piggin 1-7/+10
2007-10-14more low-hanging fruits - kernel, fs, lib signednessGravatar Al Viro 3-3/+3
2007-10-13JFS: Bio cleanup: Replace missing return statementsGravatar Dave Kleikamp 1-0/+3
2007-10-12Fix up more bio falloutGravatar Al Viro 1-3/+0
2007-10-11JFS: fix bio-related build breakageGravatar Jeff Garzik 1-6/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 2-14/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 2-2/+2
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 2-2/+2
2007-07-17knfsd: exportfs: remove iget abuseGravatar Christoph Hellwig 3-0/+34
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-0/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+0
2007-06-13JFS: Update print_hex_dump() syntaxGravatar Dave Kleikamp 5-29/+28
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionGravatar Dave Kleikamp 7-45/+29
2007-06-06JFS: Whitespace cleanup and remove some dead codeGravatar Dave Kleikamp 23-1098/+1066
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 2-22/+18
2007-05-09Fix occurrences of "the the "Gravatar Michael Opdenacker 3-4/+4
2007-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 8-8/+31
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 2-2/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 2-4/+2
2007-05-05JFS: Fix race waking up jfsIO kernel threadGravatar Dave Kleikamp 1-1/+2