summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-274-4/+2
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-2/+2
* JFS: Fix bug in quota code. tmp_bh.b_size must be initializedDave Kleikamp2006-07-281-0/+1
* JFS: Quota support broken, no quota_read and quota_writeDave Kleikamp2006-07-263-15/+119
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-07-152-18/+17
|\
| * JFS: commit_mutex cleanupsEvgeniy Dushistov2006-06-052-18/+17
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* | typo fixes: aquire -> acquireAdrian Bunk2006-06-301-1/+1
* | [PATCH] mark address_space_operations constChristoph Hellwig2006-06-284-4/+4
* | spelling fixesAndreas Mohr2006-06-261-4/+4
* | [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-3/+2
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+2
* | [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
|/
* JFS: Fix multiple errors in metapage_releasepageDave Kleikamp2006-05-241-15/+5
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-283-4/+4
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-1/+1
* [PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty2006-03-261-1/+2
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-2/+2
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-4/+3
* [PATCH] sem2mutex: fs/Ingo Molnar2006-03-261-13/+14
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2006-03-241-1/+1
* JFS: add uid, gid, and umask mount optionsDave Kleikamp2006-03-095-10/+93
* JFS: Take logsync lock before testing mp->lsnDave Kleikamp2006-03-082-9/+4
* JFS: kzalloc conversionEric Sesterhenn2006-02-233-10/+5
* JFS: Add missing file from fa3241d24cf1182b0ffb6e4d412c3bc2a2ab7bf6Herbert Poetzl2006-02-221-0/+107
* JFS: Use the kthread_ APIChristoph Hellwig2006-02-154-72/+38
* JFS: Fix regression. fsck complains if symlinks do not have INLINEEA attributeDave Kleikamp2006-02-101-4/+4
* JFS: ext2 inode attributes for jfsHerbert Poetzl2006-02-097-8/+69
* JFS: semaphore to mutex conversion.Ingo Molnar2006-01-2415-101/+103
* Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2006-01-248-77/+21
|\
| * [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
| * [PATCH] remove jfs xattr permission checksChristoph Hellwig2006-01-101-42/+9
| * [PATCH] move xattr permission checks into the VFSakpm@osdl.org2006-01-101-15/+0
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
| * [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi2006-01-086-18/+9
* | JFS: make buddy table staticArjan van de Ven2005-11-291-1/+1
* | JFS: Add back directory i_size calculations for legacy partitionsDave Kleikamp2005-11-101-1/+12
|/
* JFS: set i_ctime & i_mtime on target directory when creating linksDave Kleikamp2005-10-311-0/+3
* [PATCH] mm: split page table lockHugh Dickins2005-10-291-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2005-10-286-19/+38
|\
| * JFS: make sure right-most xtree pages have header.next set to zeroDave Kleikamp2005-10-281-9/+9
| * JFS: Corrupted block map should not cause trapDave Kleikamp2005-10-111-5/+14
| * JFS: make special inodes play nicely with page balancingDave Kleikamp2005-10-035-5/+15
* | [PATCH] gfp_t: fs/*Al Viro2005-10-281-2/+2
|/
* JFS: don't dereference tlck->ip from txUpdateMapDave Kleikamp2005-09-202-1/+9
* JFS: Fix sparse warnings, including endian errorDave Kleikamp2005-09-153-6/+5
* Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manuallyLinus Torvalds2005-09-116-62/+193
|\
| * JFS: Implement jfs_init_securityDave Kleikamp2005-09-013-0/+68