aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven3-4/+4
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-1/+1
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty1-1/+2
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-2/+2
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-4/+3
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-13/+14
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-03-09JFS: add uid, gid, and umask mount optionsDave Kleikamp5-10/+93
2006-03-08JFS: Take logsync lock before testing mp->lsnDave Kleikamp2-9/+4
2006-02-23JFS: kzalloc conversionEric Sesterhenn3-10/+5
2006-02-22JFS: Add missing file from fa3241d24cf1182b0ffb6e4d412c3bc2a2ab7bf6Herbert Poetzl1-0/+107
2006-02-15JFS: Use the kthread_ APIChristoph Hellwig4-72/+38
2006-02-10JFS: Fix regression. fsck complains if symlinks do not have INLINEEA attributeDave Kleikamp1-4/+4
2006-02-09JFS: ext2 inode attributes for jfsHerbert Poetzl7-8/+69
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar15-101/+103
2006-01-24Merge with /home/shaggy/git/linus-clean/Dave Kleikamp8-77/+21
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] remove jfs xattr permission checksChristoph Hellwig1-42/+9
2006-01-10[PATCH] move xattr permission checks into the VFSakpm@osdl.org1-15/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi6-18/+9
2005-11-29JFS: make buddy table staticArjan van de Ven1-1/+1
2005-11-10JFS: Add back directory i_size calculations for legacy partitionsDave Kleikamp1-1/+12
2005-10-31JFS: set i_ctime & i_mtime on target directory when creating linksDave Kleikamp1-0/+3
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-6/+6
2005-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds6-19/+38
2005-10-28JFS: make sure right-most xtree pages have header.next set to zeroDave Kleikamp1-9/+9
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-2/+2
2005-10-11JFS: Corrupted block map should not cause trapDave Kleikamp1-5/+14
2005-10-03JFS: make special inodes play nicely with page balancingDave Kleikamp5-5/+15
2005-09-20JFS: don't dereference tlck->ip from txUpdateMapDave Kleikamp2-1/+9
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp3-6/+5
2005-09-11Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manuallyLinus Torvalds6-62/+193
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-09-07[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsMark Bellon2-3/+48
2005-09-01JFS: Implement jfs_init_securityDave Kleikamp3-0/+68
2005-09-01JFS: allow extended attributes to be set within a existing transactionDave Kleikamp5-49/+112
2005-08-30JFS: jfs_delete_inode should always call clear_inode.Dave Kleikamp1-12/+12
2005-08-30Merge refs/heads/for-linus from master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git Linus Torvalds1-3/+2
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-2/+2
2005-08-19Merge with /home/shaggy/git/linus-clean/Dave Kleikamp5-24/+34
2005-08-17JFS: Initialize dentry->d_op for negative dentries tooDave Kleikamp1-3/+2
2005-08-10JFS: Fix race in txLockDave Kleikamp2-0/+4
2005-08-01JFS: Check for invalid inodes in jfs_delete_inodeDave Kleikamp1-0/+4
2005-07-27JFS: Improve sync barrier processingDave Kleikamp4-24/+26
2005-07-26JFS: Fix i_blocks accounting when allocation failsDave Kleikamp1-4/+9
2005-07-25JFS: Don't set log_SYNCBARRIER when log->active == 0Dave Kleikamp1-1/+2
2005-07-22JFS: Fix typo in last patchDave Kleikamp1-1/+1