aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-2/+2
2007-10-22jfs: new export opsChristoph Hellwig3-18/+27
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-17introduce I_SYNCJoern Engel1-1/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-2/+2
2007-10-16fs: restore nobhNick Piggin1-4/+3
2007-10-16jfs: convert to new aopsNick Piggin1-7/+10
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro3-3/+3
2007-10-13JFS: Bio cleanup: Replace missing return statementsDave Kleikamp1-0/+3
2007-10-12Fix up more bio falloutAl Viro1-3/+0
2007-10-11JFS: fix bio-related build breakageJeff Garzik1-6/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2-14/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2-2/+2
2007-07-17knfsd: exportfs: remove iget abuseChristoph Hellwig3-0/+34
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp5-29/+28
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp7-45/+29
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp23-1098/+1066
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2-22/+18
2007-05-09Fix occurrences of "the the "Michael Opdenacker3-4/+4
2007-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds8-8/+31
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2-4/+2
2007-05-05JFS: Fix race waking up jfsIO kernel threadDave Kleikamp1-1/+2
2007-04-26JFS: use __set_current_state()Milind Arun Choudhary3-6/+6
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp5-1/+23
2007-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-1/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven4-6/+6
2007-02-09JFS: Get rid of "may be used uninitialized" warningsDave Kleikamp1-1/+2
2007-01-26JFS: Remove incorrect kgdb defineDave Kleikamp1-5/+0
2007-01-17JFS: call io_schedule() instead of schedule() to avoid deadlockDave Kleikamp3-3/+3
2007-01-09JFS: Add lockdep annotationsDave Kleikamp5-41/+74
2007-01-09JFS: Avoid BUG() on a damaged file systemDave Kleikamp1-0/+15
2006-12-21[PATCH] Fix JFS after clear_page_dirty() removalDave Kleikamp1-14/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2-3/+3
2006-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-21/+21
2006-12-08[PATCH] struct path: convert jfsJosef Sipek1-1/+1
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-4/+4
2006-12-06JFS: Fix conflicting superblock flagsDave Kleikamp1-21/+21
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-11-30Fix typos in doc and commentsJan Engelhardt1-1/+1
2006-11-02JFS: Remove redundant xattr permission checkingDave Kleikamp1-4/+5
2006-10-30jfs: Add splice supportDaniel Drake1-0/+2
2006-10-13JFS: pageno needs to be longDave Kleikamp1-2/+2
2006-10-02JFS: White space cleanupDave Kleikamp41-510/+508