aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 2-4/+4
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hGravatar Al Viro 1-0/+1
2006-11-30Fix typos in doc and commentsGravatar Jan Engelhardt 1-1/+1
2006-11-02JFS: Remove redundant xattr permission checkingGravatar Dave Kleikamp 1-4/+5
2006-10-30jfs: Add splice supportGravatar Daniel Drake 1-0/+2
2006-10-13JFS: pageno needs to be longGravatar Dave Kleikamp 1-2/+2
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 41-510/+508
2006-10-02[PATCH] JFS: return correct error when i-node allocation failedGravatar Akinobu Mita 5-17/+17
2006-10-02JFS: Remove shadow variable from fs/jfs/jfs_txnmgr.c:xtLog()Gravatar Tony Breeds 1-2/+0
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-3/+3
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-8/+6
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadGravatar Badari Pulavarty 1-2/+0
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanGravatar Richard Knutsson 11-51/+47
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]Gravatar David Howells 1-8/+7
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 4-4/+2
2006-09-27[PATCH] fs: Removing useless castsGravatar Panagiotis Issaris 1-2/+2
2006-07-28JFS: Fix bug in quota code. tmp_bh.b_size must be initializedGravatar Dave Kleikamp 1-0/+1
2006-07-26JFS: Quota support broken, no quota_read and quota_writeGravatar Dave Kleikamp 3-15/+119
2006-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 2-18/+17
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-30typo fixes: aquire -> acquireGravatar Adrian Bunk 1-1/+1
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 4-4/+4
2006-06-26spelling fixesGravatar Andreas Mohr 1-4/+4
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 1-3/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+4
2006-06-05JFS: commit_mutex cleanupsGravatar Evgeniy Dushistov 2-18/+17
2006-05-24JFS: Fix multiple errors in metapage_releasepageGravatar Dave Kleikamp 1-15/+5
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 3-4/+4
2006-03-26[PATCH] remove ->get_blocks() supportGravatar Badari Pulavarty 1-1/+1
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Gravatar Badari Pulavarty 1-1/+2
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Gravatar Matthew Dobson 1-2/+2
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidGravatar NeilBrown 1-4/+3
2006-03-26[PATCH] sem2mutex: fs/Gravatar Ingo Molnar 1-13/+14
2006-03-24[PATCH] cpuset memory spread: slab cache formatGravatar Paul Jackson 1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsGravatar Paul Jackson 1-1/+1
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-1/+1
2006-03-09JFS: add uid, gid, and umask mount optionsGravatar Dave Kleikamp 5-10/+93
2006-03-08JFS: Take logsync lock before testing mp->lsnGravatar Dave Kleikamp 2-9/+4
2006-02-23JFS: kzalloc conversionGravatar Eric Sesterhenn 3-10/+5
2006-02-22JFS: Add missing file from fa3241d24cf1182b0ffb6e4d412c3bc2a2ab7bf6Gravatar Herbert Poetzl 1-0/+107
2006-02-15JFS: Use the kthread_ APIGravatar Christoph Hellwig 4-72/+38
2006-02-10JFS: Fix regression. fsck complains if symlinks do not have INLINEEA attributeGravatar Dave Kleikamp 1-4/+4
2006-02-09JFS: ext2 inode attributes for jfsGravatar Herbert Poetzl 7-8/+69
2006-01-24JFS: semaphore to mutex conversion.Gravatar Ingo Molnar 15-101/+103
2006-01-24Merge with /home/shaggy/git/linus-clean/Gravatar Dave Kleikamp 8-77/+21
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2006-01-10[PATCH] remove jfs xattr permission checksGravatar Christoph Hellwig 1-42/+9