aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_txnmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-13JFS: switch to seq_filesAlexey Dobriyan1-37/+31
2007-10-17introduce I_SYNCJoern Engel1-1/+8
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp1-10/+9
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp1-6/+11
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp1-143/+143
2007-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-3/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-26JFS: use __set_current_state()Milind Arun Choudhary1-3/+3
2007-02-09JFS: Get rid of "may be used uninitialized" warningsDave Kleikamp1-1/+2
2007-01-17JFS: call io_schedule() instead of schedule() to avoid deadlockDave Kleikamp1-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-10-02JFS: White space cleanupDave Kleikamp1-3/+3
2006-10-02JFS: Remove shadow variable from fs/jfs/jfs_txnmgr.c:xtLog()Tony Breeds1-2/+0
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson1-8/+8
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-2/+2
2006-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-1/+1
2006-06-30typo fixes: aquire -> acquireAdrian Bunk1-1/+1
2006-06-05JFS: commit_mutex cleanupsEvgeniy Dushistov1-1/+1
2006-02-15JFS: Use the kthread_ APIChristoph Hellwig1-19/+7
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-5/+5
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-4/+2
2005-10-03JFS: make special inodes play nicely with page balancingDave Kleikamp1-2/+0
2005-09-20JFS: don't dereference tlck->ip from txUpdateMapDave Kleikamp1-1/+8
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp1-3/+3
2005-08-10JFS: Fix race in txLockDave Kleikamp1-0/+2
2005-07-27JFS: Improve sync barrier processingDave Kleikamp1-5/+5
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-4/+4
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp1-39/+1
2005-05-02[PATCH] JFS: Write journal sync points more oftenDave Kleikamp1-5/+9
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp1-49/+40
2005-05-02[PATCH] JFS: reduce number of synchronous transactionsDave Kleikamp1-23/+40
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3131