aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26jfs: Use lowercase names of quota functionsJan Kara8-36/+36
2009-01-22fs/Kconfig: move jfs outAlexey Dobriyan1-0/+49
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2008-12-31nfsd race fixes: jfsDave Kleikamp2-16/+37
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-1/+7
2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp1-1/+7
2008-11-14CRED: Wrap task credential accesses in the JFS filesystemDavid Howells1-2/+2
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-14/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan2-2/+2
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-06-10jfs: remove DIRENTSIZAdrian Bunk1-3/+0
2008-05-28JFS: diAlloc() should return -EIO rather than EIOLi Zefan1-1/+1
2008-05-21JFS: skip bad iput() call in error pathDave Kleikamp1-4/+3
2008-05-13JFS: switch to seq_filesAlexey Dobriyan6-133/+114
2008-05-12JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz1-1/+1
2008-04-29proc: remove proc_root_fsAlexey Dobriyan1-2/+2
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-11/+22
2008-03-05jfs: replace __inline with inlineHarvey Harrison1-1/+1
2008-02-13jfs: le*_add_cpu conversionMarcin Slusarz3-33/+19
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen5-0/+27
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen4-7/+13
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells4-31/+40
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2008-01-24mount options: fix jfsMiklos Szeredi1-0/+6
2008-01-10JFS: simplify types to get rid of sparse warningDave Kleikamp1-14/+14
2008-01-03JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp1-1/+1
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches5-14/+15
2008-01-03JFS: use DIV_ROUND_UP where appropriateShaun Zinck2-3/+3
2008-01-03Remove unnecessary kmalloc casts in the jfs filesystemJack Stone1-6/+2
2008-01-03JFS is missing a memory barrierNick Piggin1-2/+2
2008-01-03JFS: Make sure special inode data is written after journal is flushedDave Kleikamp2-19/+17
2008-01-03JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesDave Kleikamp1-3/+8
2007-11-14Forbid user to change file flags on quota filesJan Kara1-0/+3
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-2/+2
2007-10-22jfs: new export opsChristoph Hellwig3-18/+27
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-17introduce I_SYNCJoern Engel1-1/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-2/+2
2007-10-16fs: restore nobhNick Piggin1-4/+3
2007-10-16jfs: convert to new aopsNick Piggin1-7/+10
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro3-3/+3
2007-10-13JFS: Bio cleanup: Replace missing return statementsDave Kleikamp1-0/+3
2007-10-12Fix up more bio falloutAl Viro1-3/+0
2007-10-11JFS: fix bio-related build breakageJeff Garzik1-6/+1