ChangeSet@1.1386, 2003-06-23 14:35:46+01:00, dwmw2@infradead.org Remove superfluous debugging in mtd_blkdevs.c ChangeSet@1.1385, 2003-06-23 14:04:03+01:00, dwmw2@infradead.org Fix jffs2_statfs w.r.t. statfs64 ChangeSet@1.1384, 2003-06-23 13:42:40+01:00, dwmw2@infradead.org Trivia: use JFFS2 PAD() macro instead of masking manually. ChangeSet@1.1383, 2003-06-23 13:40:56+01:00, dwmw2@infradead.org Replace mtd_blktrans ->ioctl() method with ->getgeo() and ->flush() ... and also fix the embarrassing bug where NFTL and INFTL will barf and exit if the add_mtd_blktrans_dev() function _exists_, rather than actually calling it and barfing if it returns non-zero :) ChangeSet@1.1382, 2003-06-23 13:35:39+01:00, dwmw2@infradead.org MTD driver cleanups... - Fix AFS partitioning oops when no partitions are found - Add missing spin_unlock, optimise buffer writes in Intel NOR driver - Fix DiskOnChip Millennium Plus register OutputControl register definition - Fix DiskOnChip drivers to indicate correct ECC type - Fix map drivers to use ARRAY_SIZE instead of redefining it. - Make uCLinux map driver depend on !MMU - Fix NAND write verify problem on some chips - Other trivia from Rusty. ChangeSet@1.1381, 2003-06-22 20:40:01-07:00, rusty@rustcorp.com.au [PATCH] Workqueue Exit Neatening Jeff Garzik points out the initializing the exit completion at exit time is foolish: we should just initialize it at creation time live everything else in that structure, and avoid the memory barrier. ChangeSet@1.1377.1.4, 2003-06-22 19:58:04-07:00, davem@nuts.ninka.net [SPARC]: Add {f,}statfs64 syscall entries. ChangeSet@1.1377.1.3, 2003-06-22 19:34:29-07:00, davem@nuts.ninka.net [SPARC]: Update for show_stack() changes. ChangeSet@1.1377.1.2, 2003-06-22 18:49:22-07:00, davem@nuts.ninka.net [SPARC64]: Update solaris compat layer for vfs_statfs() changes. ChangeSet@1.1377.1.1, 2003-06-22 18:48:01-07:00, davem@nuts.ninka.net [SPARC64]: Update struct compat_statfs. ChangeSet@1.1379, 2003-06-22 18:40:55-07:00, ldl@aros.net [PATCH] fix nbd driver for 2.5 block layer This makes NBD work with the new linux 2.5 block layer design. Specifically, it fixes memory corruption that results from module removal and possible memory corruption from sending or receiving disk data from the server. It essentially rolls together the changes from two of the last patchlets that I emailed: the fix for module removal & the fix for incorrect struct bio usage. I believe it's wisest to roll these both together into this one patch since they both deal with making NBD work better with the 2.5 linux block layer design and without either of which, it's possible that NBD will corrupt memory. Other changes I'd like to see introduced (like in the earlier jumbo patch) meanwhile are feature enhancements so they can wait. This patch also should address all the very helpful concerns that have been raised so far. Particularly: 1. that the very first submitted NBD patch was broken down [Andrew] 2. that only 1 spinlock is used for all the NBD request_queue structures used [Jens,Al] 3. that kmap() is used in case of highmem pages [Jens] 4. that the allocation of request_queue is dynamic and seperate from other allocated objects [Al] ChangeSet@1.1378, 2003-06-22 18:37:32-07:00, Andries.Brouwer@cwi.nl [PATCH] loop.c cleanups This does the following: - remove trailing spaces - make loop.h independent by including bio.h, blk.h, spinlock.h - replace the lock/unlock functions by module_get/module_put; in struct loop this is the change - void (*lock)(struct loop_device *); - void (*unlock)(struct loop_device *); + struct module *owner; - replace the integer lo_encrypt_type by the pointer lo_encryption; there was a race with loop_unregister_transfer - fixed an off-by-one in loop_register_transfer This is Step 1 of a series of half a dozen or so. Half of the above is from Jari. Anything that is wrong is mine. ChangeSet@1.1377, 2003-06-22 17:20:47-07:00, akpm@digeo.com [PATCH] __devinitdata declarations should not be marked const. There are some bad compiler issues with section confusion ("const" stuff likes going into the rodata section). ChangeSet@1.1376, 2003-06-22 11:30:26-07:00, torvalds@home.transmeta.com Linux 2.5.73 TAG: v2.5.73