summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* [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
| * JFS: allow extended attributes to be set within a existing transactionDave Kleikamp2005-09-015-49/+112
| * JFS: jfs_delete_inode should always call clear_inode.Dave Kleikamp2005-08-301-12/+12
* | [PATCH] update filesystems for new delete_inode behaviorMark Fasheh2005-09-091-0/+2
* | [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsMark Bellon2005-09-072-3/+48
|/
* Merge refs/heads/for-linus from master.kernel.org:/pub/scm/linux/kernel/git/s...Linus Torvalds2005-08-301-3/+2
|\
| * Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2005-08-195-24/+34
| |\
| * | JFS: Initialize dentry->d_op for negative dentries tooDave Kleikamp2005-08-171-3/+2
* | | [PATCH] Fix up symlink function pointersAl Viro2005-08-191-2/+2
| |/ |/|
* | JFS: Fix race in txLockDave Kleikamp2005-08-102-0/+4
* | JFS: Check for invalid inodes in jfs_delete_inodeDave Kleikamp2005-08-011-0/+4
* | JFS: Improve sync barrier processingDave Kleikamp2005-07-274-24/+26
|/
* JFS: Fix i_blocks accounting when allocation failsDave Kleikamp2005-07-261-4/+9
* JFS: Don't set log_SYNCBARRIER when log->active == 0Dave Kleikamp2005-07-251-1/+2
* JFS: Fix typo in last patchDave Kleikamp2005-07-221-1/+1
OpenPOWER on IntegriCloud