summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* JFS: fsync wrong behavior when I/O failure occursQu Fuping2005-07-151-1/+1
* JFS: Remove assert statement in dbJoin & return -EIO insteadDave Kleikamp2005-07-151-16/+30
* JFS: Remove bogus WARN_ON statement and some dead codeDave Kleikamp2005-07-141-9/+0
* JFS: Need to be root to create files with security contextIan Dall2005-07-131-2/+2
* JFS: Allow security.* xattrs to be set on symlinksDave Kleikamp2005-07-131-1/+1
* Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2005-07-132-6/+6
|\
| * [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-252-6/+6
* | JFS: Code cleanup - getting rid of never-used debug codeDave Kleikamp2005-06-276-947/+8
* | JFS: performance patchSonny Rao2005-06-231-3/+4
|/
* [PATCH] remove <linux/xattr_acl.h>Christoph Hellwig2005-06-234-10/+11
* JFS: Fix compiler warning in jfs_logmgr.cDave Kleikamp2005-06-031-2/+3
* JFS: kernel BUG at fs/jfs/jfs_txnmgr.c:859Dave Kleikamp2005-06-021-0/+3
* JFS: Remove redundant kfree() NULL pointer checksJesper Juhl2005-05-092-8/+4
* JFS: Fix sparse warningDave Kleikamp2005-05-041-1/+1
* JFS: cleanup - remove unneeded sanity checkDave Kleikamp2005-05-041-9/+0
* JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp2005-05-0418-181/+89
* JFS: Endian errorsDave Kleikamp2005-05-041-3/+3
* [PATCH] JFS: Don't allocate extents that overlap existing extentsDave Kleikamp2005-05-023-25/+46
* [PATCH] JFS: Write journal sync points more oftenDave Kleikamp2005-05-024-9/+27
* [PATCH] JFS: Support page sizes greater than 4KDave Kleikamp2005-05-0213-462/+806
* [PATCH] JFS: Changes for larger page sizeDave Kleikamp2005-05-023-28/+39
* [PATCH] JFS: Simplify creation of new iagDave Kleikamp2005-05-021-34/+36
* [PATCH] JFS: reduce number of synchronous transactionsDave Kleikamp2005-05-021-23/+40
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-1644-0/+33077
OpenPOWER on IntegriCloud