aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi6-18/+9
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
2005-07-15JFS: fsync wrong behavior when I/O failure occursQu Fuping1-1/+1
2005-07-15JFS: Remove assert statement in dbJoin & return -EIO insteadDave Kleikamp1-16/+30
2005-07-14JFS: Remove bogus WARN_ON statement and some dead codeDave Kleikamp1-9/+0
2005-07-13JFS: Need to be root to create files with security contextIan Dall1-2/+2
2005-07-13JFS: Allow security.* xattrs to be set on symlinksDave Kleikamp1-1/+1
2005-07-13Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2-6/+6
2005-06-27JFS: Code cleanup - getting rid of never-used debug codeDave Kleikamp6-947/+8
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter2-6/+6
2005-06-23JFS: performance patchSonny Rao1-3/+4
2005-06-23[PATCH] remove <linux/xattr_acl.h>Christoph Hellwig4-10/+11
2005-06-03JFS: Fix compiler warning in jfs_logmgr.cDave Kleikamp1-2/+3
2005-06-02JFS: kernel BUG at fs/jfs/jfs_txnmgr.c:859Dave Kleikamp1-0/+3
2005-05-09JFS: Remove redundant kfree() NULL pointer checksJesper Juhl2-8/+4
2005-05-04JFS: Fix sparse warningDave Kleikamp1-1/+1
2005-05-04JFS: cleanup - remove unneeded sanity checkDave Kleikamp1-9/+0
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp18-181/+89
2005-05-04JFS: Endian errorsDave Kleikamp1-3/+3
2005-05-02[PATCH] JFS: Don't allocate extents that overlap existing extentsDave Kleikamp3-25/+46
2005-05-02[PATCH] JFS: Write journal sync points more oftenDave Kleikamp4-9/+27
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp13-462/+806
2005-05-02[PATCH] JFS: Changes for larger page sizeDave Kleikamp3-28/+39
2005-05-02[PATCH] JFS: Simplify creation of new iagDave Kleikamp1-34/+36
2005-05-02[PATCH] JFS: reduce number of synchronous transactionsDave Kleikamp1-23/+40
2005-04-16Linux-2.6.12-rc2Linus Torvalds44-0/+33077