summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-2/+2
|\
| * [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-2/+2
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* | [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-14/+1
|/
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-262-2/+2
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-262-2/+2
* quota: move function-macros from quota.h to quotaops.hJan Kara2008-07-251-0/+1
* jfs: remove DIRENTSIZAdrian Bunk2008-06-101-3/+0
* JFS: diAlloc() should return -EIO rather than EIOLi Zefan2008-05-281-1/+1
* JFS: skip bad iput() call in error pathDave Kleikamp2008-05-211-4/+3
* JFS: switch to seq_filesAlexey Dobriyan2008-05-136-133/+114
* JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz2008-05-121-1/+1
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-2/+2
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-11/+22
* jfs: replace __inline with inlineHarvey Harrison2008-03-051-1/+1
* jfs: le*_add_cpu conversionMarcin Slusarz2008-02-133-33/+19
* BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen2008-02-075-0/+27
* BKL-removal: Use unlocked_ioctl for jfsAndi Kleen2008-02-074-7/+13
* iget: stop JFS from using iget() and read_inode()David Howells2008-02-074-31/+40
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-1/+1
* mount options: fix jfsMiklos Szeredi2008-01-241-0/+6
* JFS: simplify types to get rid of sparse warningDave Kleikamp2008-01-101-14/+14
* JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp2008-01-031-1/+1
* JFS: Remove defconfig ptr comparison to 0Joe Perches2008-01-035-14/+15
* JFS: use DIV_ROUND_UP where appropriateShaun Zinck2008-01-032-3/+3
* Remove unnecessary kmalloc casts in the jfs filesystemJack Stone2008-01-031-6/+2
* JFS is missing a memory barrierNick Piggin2008-01-031-2/+2
* JFS: Make sure special inode data is written after journal is flushedDave Kleikamp2008-01-032-19/+17
* JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesDave Kleikamp2008-01-031-3/+8
* Forbid user to change file flags on quota filesJan Kara2007-11-141-0/+3
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-2/+2
* jfs: new export opsChristoph Hellwig2007-10-223-18/+27
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* introduce I_SYNCJoern Engel2007-10-171-1/+8
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-172-2/+2
* fs: restore nobhNick Piggin2007-10-161-4/+3
* jfs: convert to new aopsNick Piggin2007-10-161-7/+10
* more low-hanging fruits - kernel, fs, lib signednessAl Viro2007-10-143-3/+3
* JFS: Bio cleanup: Replace missing return statementsDave Kleikamp2007-10-131-0/+3
* Fix up more bio falloutAl Viro2007-10-121-3/+0
* JFS: fix bio-related build breakageJeff Garzik2007-10-111-6/+1
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-102-14/+3
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-172-2/+2
* knfsd: exportfs: remove iget abuseChristoph Hellwig2007-07-173-0/+34
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0
* JFS: Update print_hex_dump() syntaxDave Kleikamp2007-06-135-29/+28
* JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp2007-06-067-45/+29