linux-hfsplus-checkins Mailing List for Linux HFS+ Support
Status: Inactive
Brought to you by:
bboyer
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(5) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(116) |
Jun
(2) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
(52) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:39:20
|
Update of /cvsroot/linux-hfsplus/linux/drivers/video/sis In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/video/sis Added Files: sis.h Removed Files: 325vtbl.h Log Message: Merged 2.4.19 to 2.4.21 changes --- 325vtbl.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:39:19
|
Update of /cvsroot/linux-hfsplus/linux/fs
In directory sc8-pr-cvs1:/tmp/cvs-serv30627/fs
Modified Files:
Config.in Makefile
Log Message:
Merged 2.4.19 to 2.4.21 changes
Index: Config.in
===================================================================
RCS file: /cvsroot/linux-hfsplus/linux/fs/Config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Config.in 8 May 2002 03:01:47 -0000 1.3
--- Config.in 29 Apr 2003 06:38:46 -0000 1.4
***************
*** 10,17 ****
tristate 'Reiserfs support' CONFIG_REISERFS_FS
! dep_mbool ' Have reiserfs do extra internal checking' CONFIG_REISERFS_CHECK $CONFIG_REISERFS_FS
dep_mbool ' Stats in /proc/fs/reiserfs' CONFIG_REISERFS_PROC_INFO $CONFIG_REISERFS_FS
! dep_tristate 'ADFS file system support' CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
dep_mbool ' ADFS write support (DANGEROUS)' CONFIG_ADFS_FS_RW $CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
--- 10,17 ----
tristate 'Reiserfs support' CONFIG_REISERFS_FS
! dep_mbool ' Enable reiserfs debug mode' CONFIG_REISERFS_CHECK $CONFIG_REISERFS_FS
dep_mbool ' Stats in /proc/fs/reiserfs' CONFIG_REISERFS_PROC_INFO $CONFIG_REISERFS_FS
! dep_tristate 'ADFS file system support (EXPERIMENTAL)' CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
dep_mbool ' ADFS write support (DANGEROUS)' CONFIG_ADFS_FS_RW $CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
***************
*** 20,23 ****
--- 20,26 ----
dep_tristate 'Apple Macintosh file system support (EXPERIMENTAL)' CONFIG_HFS_FS $CONFIG_EXPERIMENTAL
+ dep_tristate 'BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL)' CONFIG_BEFS_FS $CONFIG_EXPERIMENTAL
+ dep_mbool ' Debug Befs' CONFIG_BEFS_DEBUG $CONFIG_BEFS_FS
+
dep_tristate 'Apple Extended HFS file system support (EXPERIMENTAL)' CONFIG_HFSPLUS_FS $CONFIG_EXPERIMENTAL
***************
*** 54,57 ****
--- 57,64 ----
dep_mbool ' Transparent decompression extension' CONFIG_ZISOFS $CONFIG_ISO9660_FS
+ tristate 'JFS filesystem support' CONFIG_JFS_FS
+ dep_mbool ' JFS debugging' CONFIG_JFS_DEBUG $CONFIG_JFS_FS
+ dep_mbool ' JFS statistics' CONFIG_JFS_STATISTICS $CONFIG_JFS_FS
+
tristate 'Minix fs support' CONFIG_MINIX_FS
***************
*** 95,99 ****
dep_tristate 'Coda file system support (advanced network fs)' CONFIG_CODA_FS $CONFIG_INET
! dep_tristate 'InterMezzo file system support (experimental, replicating fs)' CONFIG_INTERMEZZO_FS $CONFIG_INET $CONFIG_EXPERIMENTAL
dep_tristate 'NFS file system support' CONFIG_NFS_FS $CONFIG_INET
dep_mbool ' Provide NFSv3 client support' CONFIG_NFS_V3 $CONFIG_NFS_FS
--- 102,106 ----
dep_tristate 'Coda file system support (advanced network fs)' CONFIG_CODA_FS $CONFIG_INET
! dep_tristate 'InterMezzo file system support (replicating fs) (EXPERIMENTAL)' CONFIG_INTERMEZZO_FS $CONFIG_INET $CONFIG_EXPERIMENTAL
dep_tristate 'NFS file system support' CONFIG_NFS_FS $CONFIG_INET
dep_mbool ' Provide NFSv3 client support' CONFIG_NFS_V3 $CONFIG_NFS_FS
***************
*** 102,105 ****
--- 109,113 ----
dep_tristate 'NFS server support' CONFIG_NFSD $CONFIG_INET
dep_mbool ' Provide NFSv3 server support' CONFIG_NFSD_V3 $CONFIG_NFSD
+ dep_mbool ' Provide NFS server over TCP support (EXPERIMENTAL)' CONFIG_NFSD_TCP $CONFIG_NFSD $CONFIG_EXPERIMENTAL
if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
***************
*** 148,160 ****
else
define_tristate CONFIG_ZISOFS_FS n
- fi
- if [ "$CONFIG_CRAMFS" = "y" -o "$CONFIG_ZISOFS_FS" = "y" ]; then
- define_tristate CONFIG_ZLIB_FS_INFLATE y
- else
- if [ "$CONFIG_CRAMFS" = "m" -o "$CONFIG_ZISOFS_FS" = "m" ]; then
- define_tristate CONFIG_ZLIB_FS_INFLATE m
- else
- define_tristate CONFIG_ZLIB_FS_INFLATE n
- fi
fi
--- 156,159 ----
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-hfsplus/linux/fs/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile 8 May 2002 03:01:47 -0000 1.3
--- Makefile 29 Apr 2003 06:38:46 -0000 1.4
***************
*** 15,19 ****
fcntl.o ioctl.o readdir.o select.o fifo.o locks.o \
dcache.o inode.o attr.o bad_inode.o file.o iobuf.o dnotify.o \
! filesystems.o namespace.o seq_file.o
ifeq ($(CONFIG_QUOTA),y)
--- 15,19 ----
fcntl.o ioctl.o readdir.o select.o fifo.o locks.o \
dcache.o inode.o attr.o bad_inode.o file.o iobuf.o dnotify.o \
! filesystems.o namespace.o seq_file.o xattr.o
ifeq ($(CONFIG_QUOTA),y)
***************
*** 30,34 ****
subdir-$(CONFIG_JBD) += jbd
subdir-$(CONFIG_EXT2_FS) += ext2
- subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs
subdir-$(CONFIG_CRAMFS) += cramfs
subdir-$(CONFIG_RAMFS) += ramfs
--- 30,33 ----
***************
*** 69,72 ****
--- 68,73 ----
subdir-$(CONFIG_DEVPTS_FS) += devpts
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
+ subdir-$(CONFIG_BEFS_FS) += befs
+ subdir-$(CONFIG_JFS_FS) += jfs
|
|
From: Brad B. <bb...@us...> - 2003-04-29 06:39:07
|
Update of /cvsroot/linux-hfsplus/linux In directory sc8-pr-cvs1:/tmp/cvs-serv30627 Modified Files: MAINTAINERS Makefile Log Message: Merged 2.4.19 to 2.4.21 changes Index: MAINTAINERS =================================================================== RCS file: /cvsroot/linux-hfsplus/linux/MAINTAINERS,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** MAINTAINERS 8 May 2002 03:01:27 -0000 1.3 --- MAINTAINERS 29 Apr 2003 06:38:31 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + List of maintainers and how to submit kernel changes *************** *** 90,93 **** --- 91,100 ---- S: Maintained + 3CR990 NETWORK DRIVER + P: David Dillow + M: da...@th... + L: lin...@vg... + S: Maintained + 53C700 AND 53C700-66 SCSI DRIVER P: James E.J. Bottomley *************** *** 104,113 **** 8139CP 10/100 FAST ETHERNET DRIVER P: Jeff Garzik ! M: jg...@ma... S: Maintained 8139TOO 10/100 FAST ETHERNET DRIVER P: Jeff Garzik ! M: jg...@ma... W: http://sourceforge.net/projects/gkernel/ S: Maintained --- 111,120 ---- 8139CP 10/100 FAST ETHERNET DRIVER P: Jeff Garzik ! M: jg...@po... S: Maintained 8139TOO 10/100 FAST ETHERNET DRIVER P: Jeff Garzik ! M: jg...@po... W: http://sourceforge.net/projects/gkernel/ S: Maintained *************** *** 154,157 **** --- 161,172 ---- S: Supported + AACRAID SCSI RAID DRIVER + P: Adaptec OEM Raid Solutions + M: lin...@de... + L: lin...@de... + L: lin...@de... + W: http://domsch.com/linux + S: Supported + ACPI P: Andy Grover *************** *** 192,195 **** --- 207,217 ---- S: Maintained + ALTERA EPXA1/EPXA10 DEVELOPMENT BOARD PORT + P: Clive Davies + M: cd...@al... + L: lin...@li... + W: http://www.arm.linux.org.uk/ + S: Maintained + APM DRIVER P: Stephen Rothwell *************** *** 210,213 **** --- 232,242 ---- S: Maintained + ARM/PT DIGITAL BOARD PORT + P: Stefan Eletzhofer + M: ste...@el... + L: lin...@li... + W: http://www.arm.linux.org.uk/ + S: Maintained + ARM/SHARK MACHINE SUPPORT P: Alexander Schulz *************** *** 229,232 **** --- 258,268 ---- S: Maintained + ATM + P: Chas Williams + M: ch...@cm... + L: lin...@li... + W: http://linux-atm.sourceforge.net + S: Maintained + AX.25 NETWORK LAYER P: Matthias Welwarsky *************** *** 242,245 **** --- 278,287 ---- S: Maintained + BEFS FILE SYSTEM + P: Will Dyson + M: wi...@cs... + W: http://befs-driver.sourceforge.net/ + S: Maintained + BERKSHIRE PRODUCTS PC WATCHDOG DRIVER P: Kenji Hollis *************** *** 267,270 **** --- 309,327 ---- S: Maintained + BLUETOOTH SUBSYSTEM (PC Card Drivers) + P: Marcel Holtmann + M: ma...@ho... + W: http://www.holtmann.org/linux/bluetooth/ + S: Maintained + + BONDING DRIVER + P: Chad Tindel + M: ct...@us... + P: Jay Vosburgh + M: fu...@us... + L: bon...@li... + W: http://sourceforge.net/projects/bonding/ + S: Supported + BTTV VIDEO4LINUX DRIVER P: Gerd Knorr *************** *** 274,287 **** S: Maintained - BUSLOGIC SCSI DRIVER - P: Leonard N. Zubkoff - M: Leonard N. Zubkoff <ln...@da...> - L: lin...@vg... - W: http://www.dandelion.com/Linux/ - S: Maintained - CIRRUS LOGIC GENERIC FBDEV DRIVER P: Jeff Garzik ! M: jg...@ma... L: lin...@li... S: Odd Fixes --- 331,337 ---- S: Maintained CIRRUS LOGIC GENERIC FBDEV DRIVER P: Jeff Garzik ! M: jg...@po... L: lin...@li... S: Odd Fixes *************** *** 302,324 **** S: Maintained ! COMPAQ FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA ! P: Amy Vanzant-Hodge ! M: Amy Vanzant-Hodge (fib...@co...) ! L: com...@cp... ! W: ftp.compaq.com/pub/products/drivers/linux ! S: Supported ! COMPAQ SMART2 RAID DRIVER ! P: Charles White ! M: Charles White <ar...@co...> ! L: com...@cp... ! W: ftp.compaq.com/pub/products/drivers/linux ! S: Supported ! ! COMPAQ SMART CISS RAID DRIVER ! P: Charles White ! M: Charles White <ar...@co...> ! L: com...@cp... ! W: ftp.compaq.com/pub/products/drivers/linux S: Supported --- 352,374 ---- S: Maintained ! HP (was COMPAQ) FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA ! P: Stephen Cameron ! M: ar...@hp... ! M: ste...@hp... ! L: cpq...@li... ! S: Odd Fixes ! ! HP (was COMPAQ) SMART2 RAID DRIVER ! P: Stephen Cameron ! M: ar...@hp... ! M: ste...@hp... ! L: cpq...@li... ! S: Odd Fixes ! HP (was COMPAQ) SMART CISS RAID DRIVER ! P: Stephen Cameron ! M: ar...@hp... ! M: ste...@hp... ! L: cci...@li... S: Supported *************** *** 530,535 **** P: Rui Sousa M: rui...@cl... ! L: emu...@op... ! W: http://opensource.creative.com/ S: Maintained --- 580,585 ---- P: Rui Sousa M: rui...@cl... ! L: emu...@li... ! W: http://sourceforge.net/projects/emu10k1/ S: Maintained *************** *** 627,632 **** HFS FILESYSTEM ! P: Adrian Sun ! M: as...@co... L: lin...@vg... S: Maintained --- 677,682 ---- HFS FILESYSTEM ! P: Oliver Neukum ! M: ol...@ne... L: lin...@vg... S: Maintained *************** *** 680,684 **** i386 BOOT CODE P: Riley H. Williams ! M: rh...@me... L: Lin...@vg... S: Maintained --- 730,734 ---- i386 BOOT CODE P: Riley H. Williams ! M: Ri...@Wi... L: Lin...@vg... S: Maintained *************** *** 704,707 **** --- 754,764 ---- S: Maintained + SN-IA64 (Itanium) SUB-PLATFORM + P: John Hesterberg + M: jh...@sg... + L: lin...@li... + W: http://www.sgi.com/altix + S: Maintained + IBM MCA SCSI SUBSYSTEM DRIVER P: Michael Lang *************** *** 711,716 **** IBM ServeRAID RAID DRIVER ! P: Keith Mitchell ! M: ips...@us... W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html S: Supported --- 768,775 ---- IBM ServeRAID RAID DRIVER ! P: Jack Hammer ! M: ips...@ad... ! P: David Jeffery ! M: ips...@ad... W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html S: Supported *************** *** 784,788 **** INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT P: Jeff Garzik ! M: jg...@ma... W: http://sourceforge.net/projects/gkernel/ S: Maintained --- 843,847 ---- INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT P: Jeff Garzik ! M: jg...@po... W: http://sourceforge.net/projects/gkernel/ S: Maintained *************** *** 793,796 **** --- 852,863 ---- S: Maintained + INTEL PRO/1000 GIGABIT ETHERNET SUPPORT + P: Jeb Cramer + M: cr...@in... + P: Scott Feldman + M: sco...@in... + W: http://sourceforge.net/projects/e1000/ + S: Supported + INTERMEZZO FILE SYSTEM P: Peter J. Braam *************** *** 803,807 **** P: Ralf Baechle M: ra...@os... ! L: lin...@os... S: Maintained --- 870,874 ---- P: Ralf Baechle M: ra...@os... ! L: lin...@li... S: Maintained *************** *** 859,862 **** --- 926,936 ---- S: Maintained + JFS FILESYSTEM + P: Dave Kleikamp + M: sh...@au... + L: jfs...@os... + W: http://oss.software.ibm.com/developerworks/opensource/jfs/ + S: Supported + JOYSTICK DRIVER P: Vojtech Pavlik *************** *** 1008,1012 **** M: ra...@gn... W: http://oss.sgi.com/mips/mips-howto.html ! L: lin...@os... S: Maintained --- 1082,1086 ---- M: ra...@gn... W: http://oss.sgi.com/mips/mips-howto.html ! L: lin...@li... S: Maintained *************** *** 1026,1029 **** --- 1100,1109 ---- S: Maintained + MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER + P: Stelian Pop + M: st...@po... + W: http://popies.net/meye/ + S: Maintained + MOUSE AND MISC DEVICES [GENERAL] P: Alessandro Rubini *************** *** 1063,1080 **** S: Maintained ! NETFILTER P: Rusty Russell - M: ru...@ru... P: Marc Boucher - M: ma...@mb... P: James Morris - M: ja...@in... P: Harald Welte - M: la...@gn... P: Jozsef Kadlecsik ! M: ka...@bl... W: http://www.netfilter.org/ W: http://www.iptables.org/ ! L: net...@li... S: Supported --- 1143,1157 ---- S: Maintained ! NETFILTER/IPTABLES P: Rusty Russell P: Marc Boucher P: James Morris P: Harald Welte P: Jozsef Kadlecsik ! M: cor...@ne... W: http://www.netfilter.org/ W: http://www.iptables.org/ ! L: net...@li... ! L: net...@li... S: Supported *************** *** 1094,1098 **** M: ak...@zi... P: Jeff Garzik ! M: jg...@ma... L: lin...@vg... S: Maintained --- 1171,1175 ---- M: ak...@zi... P: Jeff Garzik ! M: jg...@po... L: lin...@vg... S: Maintained *************** *** 1102,1106 **** M: ne...@os... L: lin...@vg... - W: http://www.uk.linux.org/NetNews.html (2.0 only) S: Maintained --- 1179,1182 ---- *************** *** 1108,1117 **** P: David S. Miller M: da...@re... - P: Andi Kleen - M: ak...@mu... P: Alexey Kuznetsov M: ku...@ms... P: Pekka Savola (ipv6) M: pe...@ne... L: ne...@os... S: Maintained --- 1184,1193 ---- P: David S. Miller M: da...@re... P: Alexey Kuznetsov M: ku...@ms... P: Pekka Savola (ipv6) M: pe...@ne... + P: James Morris + M: jm...@in... L: ne...@os... S: Maintained *************** *** 1136,1139 **** --- 1212,1223 ---- S: Maintained + NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER + P: GOTO Masanori + M: go...@de... + P: YOKOTA Hiroshi + M: yo...@ne... + W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ + S: Maintained + NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility) P: Eberhard Moenkeberg *************** *** 1151,1156 **** NVIDIA (RIVA) FRAMEBUFFER DRIVER P: Ani Joshi ! M: aj...@sh... ! L: lin...@li... S: Maintained --- 1235,1240 ---- NVIDIA (RIVA) FRAMEBUFFER DRIVER P: Ani Joshi ! M: aj...@ke... ! L: lin...@li... S: Maintained *************** *** 1178,1181 **** --- 1262,1271 ---- S: Maintained + ORINOCO DRIVER + P: David Gibson + M: he...@gi... + W: http://www.ozlabs.org/people/dgibson/dldwd + S: Maintained + PARALLEL PORT SUPPORT P: Phil Blundell *************** *** 1237,1241 **** PCMCIA SUBSYSTEM P: David Hinds ! M: dh...@ze... L: lin...@vg... W: http://pcmcia-cs.sourceforge.net --- 1327,1331 ---- PCMCIA SUBSYSTEM P: David Hinds ! M: da...@us... L: lin...@vg... W: http://pcmcia-cs.sourceforge.net *************** *** 1248,1263 **** S: Maintained PHILIPS NINO PALM PC P: Steven Hill M: sj...@re... ! L: lin...@os... W: http://www.realitydiluted.com/projects/nino S: Maintained ! PERMEDIA 3 FRAMEBUFFER DRIVER ! P: Romain Dolbeau ! M: do...@ir... ! L: lin...@li... ! W: http://www.irisa.fr/prive/dolbeau/pm3fb/pm3fb.html S: Maintained --- 1338,1360 ---- S: Maintained + PERMEDIA 3 FRAMEBUFFER DRIVER + P: Romain Dolbeau + M: do...@ir... + L: lin...@li... + W: http://www.irisa.fr/prive/dolbeau/pm3fb/pm3fb.html + S: Maintained + PHILIPS NINO PALM PC P: Steven Hill M: sj...@re... ! L: lin...@li... W: http://www.realitydiluted.com/projects/nino S: Maintained ! PHILIPS NINO PALM PC ! P: Steven Hill ! M: sj...@re... ! L: lin...@os... ! W: http://www.realitydiluted.com/projects/nino S: Maintained *************** *** 1270,1273 **** --- 1367,1379 ---- S: Maintained + POWERVR2 FRAMEBUFFER DRIVER + P: M. R. Brown + M: mr...@0x... + P: Paul Mundt + M: le...@0x... + L: lin...@li... + W: http://www.linuxdc.org + S: Maintained + PPP PROTOCOL DRIVERS AND COMPRESSORS P: Paul Mackerras *************** *** 1301,1305 **** RADEON FRAMEBUFFER DISPLAY DRIVER P: Ani Joshi ! M: aj...@sh... L: lin...@li... S: Maintained --- 1407,1411 ---- RADEON FRAMEBUFFER DISPLAY DRIVER P: Ani Joshi ! M: aj...@ke... L: lin...@li... S: Maintained *************** *** 1307,1311 **** RAGE128 FRAMEBUFFER DISPLAY DRIVER P: Ani Joshi ! M: aj...@sh... L: lin...@li... S: Maintained --- 1413,1417 ---- RAGE128 FRAMEBUFFER DISPLAY DRIVER P: Ani Joshi ! M: aj...@ke... L: lin...@li... S: Maintained *************** *** 1342,1345 **** --- 1448,1457 ---- S: Maintained + RME96XX MULTICHANNEL SOUND DRIVER + P: Guenter Geiger + M: ge...@ep... + L: lin...@vg... + S: Maintained + RTLINUX REALTIME LINUX P: Victor Yodaiken *************** *** 1360,1364 **** P: Nicolas Pitre M: ni...@ca... ! L: sa1...@pa... S: Maintained --- 1472,1476 ---- P: Nicolas Pitre M: ni...@ca... ! L: lin...@li... S: Maintained *************** *** 1369,1372 **** --- 1481,1489 ---- S: Maintained + SC1200 WDT DRIVER + P: Zwane Mwaikambo + M: zw...@co... + S: Maintained + SCSI CDROM DRIVER P: Jens Axboe *************** *** 1393,1396 **** --- 1510,1519 ---- S: Maintained + SCx200 CPU SUPPORT + P: Christer Weinigel + M: chr...@we... + W: http://www.weinigel.se + S: Supported + SGI VISUAL WORKSTATION 320 AND 540 P: Bent Hagemark *************** *** 1441,1444 **** --- 1564,1573 ---- S: Maintained + SONY VAIO CONTROL DEVICE DRIVER + P: Stelian Pop + M: st...@po... + W: http://popies.net/sonypi/ + S: Maintained + SOUND P: Alan Cox *************** *** 1446,1450 **** S: Maintained for 2.2 only ! SPARC: P: David S. Miller M: da...@re... --- 1575,1579 ---- S: Maintained for 2.2 only ! UltraSPARC (sparc64): P: David S. Miller M: da...@re... *************** *** 1459,1462 **** --- 1588,1595 ---- S: Maintained + SPARC (sparc32): + L: spa...@vg... + S: Unmaintained - please send patches to mailing list + SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER P: Roger Wolff *************** *** 1509,1512 **** --- 1642,1652 ---- S: Maintained + SUPERH WATCHDOG + P: Paul Mundt + M: le...@0x... + L: lin...@li... + W: http://www.linuxsh.org + S: Maintained + SVGA HANDLING P: Martin Mares *************** *** 1515,1518 **** --- 1655,1664 ---- S: Maintained + SYSKONNECT DRIVER + P: Mirko Lindner + M: mli...@sy... + W: http://www.syskonnect.com + S: Supported + SYSV FILESYSTEM P: Christoph Hellwig *************** *** 1520,1523 **** --- 1666,1695 ---- S: Maintained + TI GRAPH LINK USB (SilverLink) CABLE DRIVER + P: Romain Lievin + M: ro...@lp... + P: Julien Blache + M: jb...@te... + S: Maintained + + TI PARALLEL LINK CABLE DRIVER + P: Romain Lievin + M: ro...@lp... + S: Maintained + + TIEMAN VOYAGER USB BRAILLE DISPLAY DRIVER + P: Stephane Dalton + M: sd...@vi... + P: Stéphane Doyon + M: s....@vi... + S: Maintained + + TIEMAN VOYAGER USB BRAILLE DISPLAY DRIVER + P: Stephane Dalton + M: sd...@vi... + P: Stéphane Doyon + M: s....@vi... + S: Maintained + TLAN NETWORK DRIVER P: Samuel Chessman *************** *** 1557,1561 **** TULIP NETWORK DRIVER P: Jeff Garzik ! M: jg...@ma... L: tul...@li... W: http://sourceforge.net/projects/tulip/ --- 1729,1733 ---- TULIP NETWORK DRIVER P: Jeff Garzik ! M: jg...@po... L: tul...@li... W: http://sourceforge.net/projects/tulip/ *************** *** 1607,1611 **** USB AUERSWALD DRIVER P: Wolfgang Muees ! M: wm...@ne... L: lin...@li... L: lin...@li... --- 1779,1783 ---- USB AUERSWALD DRIVER P: Wolfgang Muees ! M: wol...@ik... L: lin...@li... L: lin...@li... *************** *** 1621,1629 **** USB CDC ETHERNET DRIVER ! P: Brad Hards ! M: br...@fr... L: lin...@li... L: lin...@li... S: Maintained USB EHCI DRIVER --- 1793,1802 ---- USB CDC ETHERNET DRIVER ! P: Greg Kroah-Hartman ! M: gr...@kr... L: lin...@li... L: lin...@li... S: Maintained + W: http://www.kroah.com/linux-usb/ USB EHCI DRIVER *************** *** 1699,1702 **** --- 1872,1883 ---- S: Maintained + USB SCANNER DRIVER + P: Henning Meier-Geinitz + M: he...@me... + L: lin...@li... + L: lin...@li... + W: http://www.meier-geinitz.de/kernel/ + S: Maintained + USB SE401 DRIVER P: Jeroen Vreeken *************** *** 1786,1789 **** --- 1967,1975 ---- S: Odd fixes + VIA RHINE NETWORK DRIVER + P: Roger Luethi + M: rl...@he... + S: Maintained + USB DIAMOND RIO500 DRIVER P: Cesar Miquel *************** *** 1796,1800 **** P: Gerd Knorr M: kr...@by... - W: http://roadrunner.swansea.linux.org.uk/v4l.shtml S: Maintained --- 1982,1985 ---- *************** *** 1827,1830 **** --- 2012,2022 ---- P: Ingo Molnar M: mi...@re... + S: Maintained + + X86-64 port + P: Andi Kleen + M: ak...@su... + L: di...@x8... + W: http://www.x86-64.org S: Maintained Index: Makefile =================================================================== RCS file: /cvsroot/linux-hfsplus/linux/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 8 May 2002 03:01:27 -0000 1.3 --- Makefile 29 Apr 2003 06:38:31 -0000 1.4 *************** *** 1,5 **** VERSION = 2 PATCHLEVEL = 4 ! SUBLEVEL = 19 EXTRAVERSION = -hfsplus --- 1,5 ---- VERSION = 2 PATCHLEVEL = 4 ! SUBLEVEL = 21 EXTRAVERSION = -hfsplus *************** *** 138,143 **** drivers/block/block.o \ drivers/misc/misc.o \ ! drivers/net/net.o \ ! drivers/media/media.o DRIVERS-$(CONFIG_AGP) += drivers/char/agp/agp.o DRIVERS-$(CONFIG_DRM_NEW) += drivers/char/drm/drm.o --- 138,142 ---- drivers/block/block.o \ drivers/misc/misc.o \ ! drivers/net/net.o DRIVERS-$(CONFIG_AGP) += drivers/char/agp/agp.o DRIVERS-$(CONFIG_DRM_NEW) += drivers/char/drm/drm.o *************** *** 171,175 **** DRIVERS-$(CONFIG_ZORRO) += drivers/zorro/driver.o DRIVERS-$(CONFIG_FC4) += drivers/fc4/fc4.a ! DRIVERS-$(CONFIG_PPC) += drivers/macintosh/macintosh.o DRIVERS-$(CONFIG_MAC) += drivers/macintosh/macintosh.o DRIVERS-$(CONFIG_ISAPNP) += drivers/pnp/pnp.o --- 170,174 ---- DRIVERS-$(CONFIG_ZORRO) += drivers/zorro/driver.o DRIVERS-$(CONFIG_FC4) += drivers/fc4/fc4.a ! DRIVERS-$(CONFIG_PPC32) += drivers/macintosh/macintosh.o DRIVERS-$(CONFIG_MAC) += drivers/macintosh/macintosh.o DRIVERS-$(CONFIG_ISAPNP) += drivers/pnp/pnp.o *************** *** 180,184 **** --- 179,185 ---- DRIVERS-$(CONFIG_TC) += drivers/tc/tc.a DRIVERS-$(CONFIG_USB) += drivers/usb/usbdrv.o + DRIVERS-y +=drivers/media/media.o DRIVERS-$(CONFIG_INPUT) += drivers/input/inputdrv.o + DRIVERS-$(CONFIG_HIL) += drivers/hil/hil.o DRIVERS-$(CONFIG_I2O) += drivers/message/i2o/i2o.o DRIVERS-$(CONFIG_IRDA) += drivers/net/irda/irda.o *************** *** 186,189 **** --- 187,191 ---- DRIVERS-$(CONFIG_PHONE) += drivers/telephony/telephony.o DRIVERS-$(CONFIG_MD) += drivers/md/mddev.o + DRIVERS-$(CONFIG_GSC) += drivers/gsc/gscbus.o DRIVERS-$(CONFIG_BLUEZ) += drivers/bluetooth/bluetooth.o DRIVERS-$(CONFIG_HOTPLUG_PCI) += drivers/hotplug/vmlinux-obj.o *************** *** 259,263 **** # then your code is broken! KAO. ! kbuild_2_4_nostdinc := -nostdinc $(shell $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp') export kbuild_2_4_nostdinc --- 261,265 ---- # then your code is broken! KAO. ! kbuild_2_4_nostdinc := -nostdinc -iwithprefix include export kbuild_2_4_nostdinc *************** *** 325,347 **** @mv -f .tmpversion .version include/linux/compile.h: $(CONFIGURATION) include/linux/version.h newversion ! @echo -n \#define UTS_VERSION \"\#`cat .version` > .ver ! @if [ -n "$(CONFIG_SMP)" ] ; then echo -n " SMP" >> .ver; fi ! @if [ -f .name ]; then echo -n \-`cat .name` >> .ver; fi ! @echo ' '`date`'"' >> .ver ! @echo \#define LINUX_COMPILE_TIME \"`date +%T`\" >> .ver @echo \#define LINUX_COMPILE_BY \"`whoami`\" >> .ver ! @echo \#define LINUX_COMPILE_HOST \"`hostname`\" >> .ver ! @if [ -x /bin/dnsdomainname ]; then \ ! echo \#define LINUX_COMPILE_DOMAIN \"`dnsdomainname`\"; \ ! elif [ -x /bin/domainname ]; then \ ! echo \#define LINUX_COMPILE_DOMAIN \"`domainname`\"; \ ! else \ ! echo \#define LINUX_COMPILE_DOMAIN ; \ ! fi >> .ver @echo \#define LINUX_COMPILER \"`$(CC) $(CFLAGS) -v 2>&1 | tail -1`\" >> .ver @mv -f .ver $@ include/linux/version.h: ./Makefile @echo \#define UTS_RELEASE \"$(KERNELRELEASE)\" > .ver @echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)` >> .ver --- 327,353 ---- @mv -f .tmpversion .version + uts_len := 64 + uts_truncate := sed -e 's/\(.\{1,$(uts_len)\}\).*/\1/' + include/linux/compile.h: $(CONFIGURATION) include/linux/version.h newversion ! @echo -n \#`cat .version` > .ver1 ! @if [ -n "$(CONFIG_SMP)" ] ; then echo -n " SMP" >> .ver1; fi ! @if [ -f .name ]; then echo -n \-`cat .name` >> .ver1; fi ! @LANG=C echo ' '`date` >> .ver1 ! @echo \#define UTS_VERSION \"`cat .ver1 | $(uts_truncate)`\" > .ver ! @LANG=C echo \#define LINUX_COMPILE_TIME \"`date +%T`\" >> .ver @echo \#define LINUX_COMPILE_BY \"`whoami`\" >> .ver ! @echo \#define LINUX_COMPILE_HOST \"`hostname | $(uts_truncate)`\" >> .ver ! @([ -x /bin/dnsdomainname ] && /bin/dnsdomainname > .ver1) || \ ! ([ -x /bin/domainname ] && /bin/domainname > .ver1) || \ ! echo > .ver1 ! @echo \#define LINUX_COMPILE_DOMAIN \"`cat .ver1 | $(uts_truncate)`\" >> .ver @echo \#define LINUX_COMPILER \"`$(CC) $(CFLAGS) -v 2>&1 | tail -1`\" >> .ver @mv -f .ver $@ + @rm -f .ver1 include/linux/version.h: ./Makefile + @expr length "$(KERNELRELEASE)" \<= $(uts_len) > /dev/null || \ + (echo KERNELRELEASE \"$(KERNELRELEASE)\" exceeds $(uts_len) characters >&2; false) @echo \#define UTS_RELEASE \"$(KERNELRELEASE)\" > .ver @echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)` >> .ver *************** *** 355,362 **** init/main.o: init/main.c include/config/MARKER ! $(CC) $(CFLAGS) $(CFLAGS_KERNEL) $(PROFILING) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -c -o $*.o $< init/do_mounts.o: init/do_mounts.c include/config/MARKER ! $(CC) $(CFLAGS) $(CFLAGS_KERNEL) $(PROFILING) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -c -o $*.o $< fs lib mm ipc kernel drivers net: dummy --- 361,368 ---- init/main.o: init/main.c include/config/MARKER ! $(CC) $(CFLAGS) $(CFLAGS_KERNEL) $(PROFILING) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -c -o $@ $< init/do_mounts.o: init/do_mounts.c include/config/MARKER ! $(CC) $(CFLAGS) $(CFLAGS_KERNEL) $(PROFILING) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -c -o $@ $< fs lib mm ipc kernel drivers net: dummy *************** *** 364,370 **** TAGS: dummy ! etags `find include/asm-$(ARCH) -name '*.h'` ! find include -type d \( -name "asm-*" -o -name config \) -prune -o -name '*.h' -print | xargs etags -a ! find $(SUBDIRS) init -name '*.[ch]' | xargs etags -a # Exuberant ctags works better with -I --- 370,376 ---- TAGS: dummy ! { find include/asm-${ARCH} -name '*.h' -print ; \ ! find include -type d \( -name "asm-*" -o -name config \) -prune -o -name '*.h' -print ; \ ! find $(SUBDIRS) init arch/${ARCH} -name '*.[chS]' ; } | grep -v SCCS | grep -v '\.svn' | etags - # Exuberant ctags works better with -I *************** *** 483,492 **** dep-files: scripts/mkdep archdep include/linux/version.h ! scripts/mkdep -- init/*.c > .depend ! scripts/mkdep -- `find $(FINDHPATH) -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend $(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS)) _FASTDEP_ALL_SUB_DIRS="$(SUBDIRS)" ifdef CONFIG_MODVERSIONS $(MAKE) update-modverfile endif ifdef CONFIG_MODVERSIONS --- 489,499 ---- dep-files: scripts/mkdep archdep include/linux/version.h ! rm -f .depend .hdepend $(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS)) _FASTDEP_ALL_SUB_DIRS="$(SUBDIRS)" ifdef CONFIG_MODVERSIONS $(MAKE) update-modverfile endif + scripts/mkdep -- `find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend + scripts/mkdep -- init/*.c > .depend ifdef CONFIG_MODVERSIONS |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:39:07
|
Update of /cvsroot/linux-hfsplus/linux/Documentation In directory sc8-pr-cvs1:/tmp/cvs-serv30627/Documentation Modified Files: Configure.help Log Message: Merged 2.4.19 to 2.4.21 changes Index: Configure.help =================================================================== RCS file: /cvsroot/linux-hfsplus/linux/Documentation/Configure.help,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Configure.help 8 May 2002 03:01:27 -0000 1.3 --- Configure.help 29 Apr 2003 06:38:31 -0000 1.4 *************** *** 3,10 **** # Steven Cole <mailto:ele...@me...> # ! # Merged version 2.69: current with 2.4.17-pre8/2.5.1-pre10. ! # ! # This version of the Linux kernel configuration help texts ! # corresponds to kernel versions 2.4.x and 2.5.x. # # Translations of this file available on the WWW: --- 3,7 ---- # Steven Cole <mailto:ele...@me...> [...7568 lines suppressed...] + + For more information, take a look at linux/Documentation/cpufreq or + at <http://www.brodo.de/cpufreq/> + + If in doubt, say N. + + CONFIG_CPU_FREQ_24_API + This enables the /proc/sys/cpu/ sysctl interface for controlling + CPUFreq, as known from the 2.4.-kernel patches for CPUFreq. Note + that some drivers do not support this interface or offer less + functionality. + + If you say N here, you'll be able to control CPUFreq using the + new /proc/cpufreq interface. + + For details, take a look at linux/Documentation/cpufreq. + + If in doubt, say N. # |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:53
|
Update of /cvsroot/linux-hfsplus/linux/include/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/linux
Modified Files:
fs.h
Removed Files:
zlib_fs.h
Log Message:
Merged 2.4.19 to 2.4.21 changes
Index: fs.h
===================================================================
RCS file: /cvsroot/linux-hfsplus/linux/include/linux/fs.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** fs.h 8 May 2002 03:01:51 -0000 1.3
--- fs.h 29 Apr 2003 06:38:49 -0000 1.4
***************
*** 207,210 ****
--- 207,211 ----
extern void inode_init(unsigned long);
extern void mnt_init(unsigned long);
+ extern void files_init(unsigned long mempages);
/* bh state bits */
***************
*** 219,222 ****
--- 220,224 ----
BH_Wait_IO, /* 1 if we should write out this buffer */
BH_Launder, /* 1 if we can throttle on this buffer */
+ BH_Attached, /* 1 if b_inode_buffers is linked into a list */
BH_JBD, /* 1 if it has an attached journal_head */
***************
*** 226,229 ****
--- 228,233 ----
};
+ #define MAX_BUF_PER_PAGE (PAGE_CACHE_SIZE / 512)
+
/*
* Try to keep the most commonly used fields in single cache lines (16
***************
*** 264,268 ****
wait_queue_head_t b_wait;
- struct inode * b_inode;
struct list_head b_inode_buffers; /* doubly linked list of inode dirty buffers */
};
--- 268,271 ----
***************
*** 395,398 ****
--- 398,402 ----
#define KERNEL_HAS_O_DIRECT /* this is for modules out of the kernel */
int (*direct_IO)(int, struct inode *, struct kiobuf *, unsigned long, int);
+ void (*removepage)(struct page *); /* called when page gets removed from the inode */
};
***************
*** 596,599 ****
--- 600,604 ----
struct fasync_struct * fl_fasync; /* for lease break notifications */
+ unsigned long fl_break_time; /* for nonblocking lease breaks */
union {
***************
*** 867,870 ****
--- 872,879 ----
int (*setattr) (struct dentry *, struct iattr *);
int (*getattr) (struct dentry *, struct iattr *);
+ int (*setxattr) (struct dentry *, const char *, void *, size_t, int);
+ ssize_t (*getxattr) (struct dentry *, const char *, void *, size_t);
+ ssize_t (*listxattr) (struct dentry *, char *, size_t);
+ int (*removexattr) (struct dentry *, const char *);
};
***************
*** 876,879 ****
--- 885,891 ----
*/
struct super_operations {
+ struct inode *(*alloc_inode)(struct super_block *sb);
+ void (*destroy_inode)(struct inode *);
+
void (*read_inode) (struct inode *);
***************
*** 891,894 ****
--- 903,907 ----
void (*put_super) (struct super_block *);
void (*write_super) (struct super_block *);
+ int (*sync_fs) (struct super_block *);
void (*write_super_lockfs) (struct super_block *);
void (*unlockfs) (struct super_block *);
***************
*** 998,1002 ****
extern int may_umount(struct vfsmount *);
extern long do_mount(char *, char *, char *, unsigned long, void *);
- extern void umount_tree(struct vfsmount *);
#define kern_umount mntput
--- 1011,1014 ----
***************
*** 1054,1058 ****
static inline int get_lease(struct inode *inode, unsigned int mode)
{
! if (inode->i_flock && (inode->i_flock->fl_flags & FL_LEASE))
return __get_lease(inode, mode);
return 0;
--- 1066,1070 ----
static inline int get_lease(struct inode *inode, unsigned int mode)
{
! if (inode->i_flock)
return __get_lease(inode, mode);
return 0;
***************
*** 1168,1174 ****
extern void FASTCALL(__mark_buffer_dirty(struct buffer_head *bh));
extern void FASTCALL(mark_buffer_dirty(struct buffer_head *bh));
- extern void FASTCALL(buffer_insert_inode_data_queue(struct buffer_head *, struct inode *));
! #define atomic_set_buffer_dirty(bh) test_and_set_bit(BH_Dirty, &(bh)->b_state)
static inline void mark_buffer_async(struct buffer_head * bh, int on)
--- 1180,1200 ----
extern void FASTCALL(__mark_buffer_dirty(struct buffer_head *bh));
extern void FASTCALL(mark_buffer_dirty(struct buffer_head *bh));
! extern void FASTCALL(buffer_insert_list(struct buffer_head *, struct list_head *));
!
! static inline void buffer_insert_inode_queue(struct buffer_head *bh, struct inode *inode)
! {
! buffer_insert_list(bh, &inode->i_dirty_buffers);
! }
!
! static inline void buffer_insert_inode_data_queue(struct buffer_head *bh, struct inode *inode)
! {
! buffer_insert_list(bh, &inode->i_dirty_data_buffers);
! }
!
! static inline int atomic_set_buffer_dirty(struct buffer_head *bh)
! {
! return test_and_set_bit(BH_Dirty, &bh->b_state);
! }
static inline void mark_buffer_async(struct buffer_head * bh, int on)
***************
*** 1180,1183 ****
--- 1206,1224 ----
}
+ static inline void set_buffer_attached(struct buffer_head *bh)
+ {
+ set_bit(BH_Attached, &bh->b_state);
+ }
+
+ static inline void clear_buffer_attached(struct buffer_head *bh)
+ {
+ clear_bit(BH_Attached, &bh->b_state);
+ }
+
+ static inline int buffer_attached(struct buffer_head *bh)
+ {
+ return test_bit(BH_Attached, &bh->b_state);
+ }
+
/*
* If an error happens during the make_request, this function
***************
*** 1195,1199 ****
}
- extern void buffer_insert_inode_queue(struct buffer_head *, struct inode *);
static inline void mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode)
{
--- 1236,1239 ----
***************
*** 1223,1234 ****
extern int fsync_no_super(kdev_t);
extern void sync_inodes_sb(struct super_block *);
! extern int osync_inode_buffers(struct inode *);
! extern int osync_inode_data_buffers(struct inode *);
! extern int fsync_inode_buffers(struct inode *);
! extern int fsync_inode_data_buffers(struct inode *);
extern int inode_has_buffers(struct inode *);
extern int filemap_fdatasync(struct address_space *);
extern int filemap_fdatawait(struct address_space *);
! extern void sync_supers(kdev_t);
extern int bmap(struct inode *, int);
extern int notify_change(struct dentry *, struct iattr *);
--- 1263,1279 ----
extern int fsync_no_super(kdev_t);
extern void sync_inodes_sb(struct super_block *);
! extern int fsync_buffers_list(struct list_head *);
! static inline int fsync_inode_buffers(struct inode *inode)
! {
! return fsync_buffers_list(&inode->i_dirty_buffers);
! }
! static inline int fsync_inode_data_buffers(struct inode *inode)
! {
! return fsync_buffers_list(&inode->i_dirty_data_buffers);
! }
extern int inode_has_buffers(struct inode *);
extern int filemap_fdatasync(struct address_space *);
extern int filemap_fdatawait(struct address_space *);
! extern void sync_supers(kdev_t dev, int wait);
extern int bmap(struct inode *, int);
extern int notify_change(struct dentry *, struct iattr *);
***************
*** 1322,1325 ****
--- 1367,1371 ----
extern int FASTCALL(path_init(const char *, unsigned, struct nameidata *));
extern int FASTCALL(path_walk(const char *, struct nameidata *));
+ extern int FASTCALL(path_lookup(const char *, unsigned, struct nameidata *));
extern int FASTCALL(link_path_walk(const char *, struct nameidata *));
extern void path_release(struct nameidata *);
***************
*** 1331,1334 ****
--- 1377,1381 ----
#define user_path_walk_link(name,nd) __user_walk(name, LOOKUP_POSITIVE, nd)
+ extern void inode_init_once(struct inode *);
extern void iput(struct inode *);
extern void force_delete(struct inode *);
***************
*** 1344,1359 ****
extern void clear_inode(struct inode *);
! extern struct inode * get_empty_inode(void);
!
! static inline struct inode * new_inode(struct super_block *sb)
! {
! struct inode *inode = get_empty_inode();
! if (inode) {
! inode->i_sb = sb;
! inode->i_dev = sb->s_dev;
! inode->i_blkbits = sb->s_blocksize_bits;
! }
! return inode;
! }
extern void remove_suid(struct inode *inode);
--- 1391,1395 ----
extern void clear_inode(struct inode *);
! extern struct inode *new_inode(struct super_block *sb);
extern void remove_suid(struct inode *inode);
***************
*** 1380,1383 ****
--- 1416,1421 ----
}
extern int set_blocksize(kdev_t, int);
+ extern int sb_set_blocksize(struct super_block *, int);
+ extern int sb_min_blocksize(struct super_block *, int);
extern struct buffer_head * bread(kdev_t, int, int);
static inline struct buffer_head * sb_bread(struct super_block *sb, int block)
***************
*** 1442,1446 ****
--- 1480,1489 ----
extern int vfs_readdir(struct file *, filldir_t, void *);
+ extern int dcache_dir_open(struct inode *, struct file *);
+ extern int dcache_dir_close(struct inode *, struct file *);
+ extern loff_t dcache_dir_lseek(struct file *, loff_t, int);
+ extern int dcache_dir_fsync(struct file *, struct dentry *, int);
extern int dcache_readdir(struct file *, void *, filldir_t);
+ extern struct file_operations dcache_dir_ops;
extern struct file_system_type *get_fs_type(const char *name);
--- zlib_fs.h DELETED ---
|
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:52
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-sparc In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-sparc Removed Files: clock.h eeprom.h ultra.h Log Message: Merged 2.4.19 to 2.4.21 changes --- clock.h DELETED --- --- eeprom.h DELETED --- --- ultra.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:52
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-ppc64 In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-ppc64 Removed Files: Naca.h Paca.h pnp.h Log Message: Merged 2.4.19 to 2.4.21 changes --- Naca.h DELETED --- --- Paca.h DELETED --- --- pnp.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:51
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-ppc In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-ppc Removed Files: board.h bseip.h est8260.h fads.h gemini.h gemini_serial.h ivms8.h mbx.h oak.h rpxclassic.h rpxhiox.h rpxlite.h spd8xx.h tqm8xx.h Log Message: Merged 2.4.19 to 2.4.21 changes --- board.h DELETED --- --- bseip.h DELETED --- --- est8260.h DELETED --- --- fads.h DELETED --- --- gemini.h DELETED --- --- gemini_serial.h DELETED --- --- ivms8.h DELETED --- --- mbx.h DELETED --- --- oak.h DELETED --- --- rpxclassic.h DELETED --- --- rpxhiox.h DELETED --- --- rpxlite.h DELETED --- --- spd8xx.h DELETED --- --- tqm8xx.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:51
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-parisc In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-parisc Removed Files: bootdata.h hil.h md.h pdcpat.h real.h semaphore-helper.h Log Message: Merged 2.4.19 to 2.4.21 changes --- bootdata.h DELETED --- --- hil.h DELETED --- --- md.h DELETED --- --- pdcpat.h DELETED --- --- real.h DELETED --- --- semaphore-helper.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:51
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-mips64/sibyte In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-mips64/sibyte Removed Files: sb1250_io.h sb1250_pci.h sb1250regs.h sbmips.h Log Message: Merged 2.4.19 to 2.4.21 changes --- sb1250_io.h DELETED --- --- sb1250_pci.h DELETED --- --- sb1250regs.h DELETED --- --- sbmips.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:51
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-mips/sibyte In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-mips/sibyte Removed Files: sb1250_pci.h Log Message: Merged 2.4.19 to 2.4.21 changes --- sb1250_pci.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:51
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-mips/pmc In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-mips/pmc Removed Files: ev64120.h ev64120int.h Log Message: Merged 2.4.19 to 2.4.21 changes --- ev64120.h DELETED --- --- ev64120int.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:50
|
Update of /cvsroot/linux-hfsplus/linux/include/asm-ia64 In directory sc8-pr-cvs1:/tmp/cvs-serv30627/include/asm-ia64 Removed Files: acpi-ext.h acpikcfg.h efi.h offsets.h Log Message: Merged 2.4.19 to 2.4.21 changes --- acpi-ext.h DELETED --- --- acpikcfg.h DELETED --- --- efi.h DELETED --- --- offsets.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:50
|
Update of /cvsroot/linux-hfsplus/linux/fs/jffs2 In directory sc8-pr-cvs1:/tmp/cvs-serv30627/fs/jffs2 Removed Files: zlib.c zlib.h Log Message: Merged 2.4.19 to 2.4.21 changes --- zlib.c DELETED --- --- zlib.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:49
|
Update of /cvsroot/linux-hfsplus/linux/fs/intermezzo In directory sc8-pr-cvs1:/tmp/cvs-serv30627/fs/intermezzo Removed Files: kml.c kml_decode.c kml_setup.c kml_utils.c Log Message: Merged 2.4.19 to 2.4.21 changes --- kml.c DELETED --- --- kml_decode.c DELETED --- --- kml_setup.c DELETED --- --- kml_utils.c DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:49
|
Update of /cvsroot/linux-hfsplus/linux/fs/inflate_fs In directory sc8-pr-cvs1:/tmp/cvs-serv30627/fs/inflate_fs Removed Files: Makefile adler32.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inffixed.h inflate.c inflate_syms.c inftrees.c inftrees.h infutil.c infutil.h zconf.h zutil.h Log Message: Merged 2.4.19 to 2.4.21 changes --- Makefile DELETED --- --- adler32.c DELETED --- --- infblock.c DELETED --- --- infblock.h DELETED --- --- infcodes.c DELETED --- --- infcodes.h DELETED --- --- inffast.c DELETED --- --- inffast.h DELETED --- --- inffixed.h DELETED --- --- inflate.c DELETED --- --- inflate_syms.c DELETED --- --- inftrees.c DELETED --- --- inftrees.h DELETED --- --- infutil.c DELETED --- --- infutil.h DELETED --- --- zconf.h DELETED --- --- zutil.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:49
|
Update of /cvsroot/linux-hfsplus/linux/drivers/video In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/video Removed Files: sti-bmode.h sti.h sticon-bmode.c sticon.c sticore.c stifb.c Log Message: Merged 2.4.19 to 2.4.21 changes --- sti-bmode.h DELETED --- --- sti.h DELETED --- --- sticon-bmode.c DELETED --- --- sticon.c DELETED --- --- sticore.c DELETED --- --- stifb.c DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:48
|
Update of /cvsroot/linux-hfsplus/linux/drivers/usb/hcd In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/usb/hcd Removed Files: Config.in Makefile ehci-dbg.c ehci-hcd.c ehci-hub.c ehci-mem.c ehci-q.c ehci-sched.c ehci.h Log Message: Merged 2.4.19 to 2.4.21 changes --- Config.in DELETED --- --- Makefile DELETED --- --- ehci-dbg.c DELETED --- --- ehci-hcd.c DELETED --- --- ehci-hub.c DELETED --- --- ehci-mem.c DELETED --- --- ehci-q.c DELETED --- --- ehci-sched.c DELETED --- --- ehci.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:48
|
Update of /cvsroot/linux-hfsplus/linux/drivers/usb In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/usb Removed Files: auerswald.c uhci-debug.h uhci.c uhci.h usb-ohci.c usb-ohci.h usb-uhci-debug.h usb-uhci.c usb-uhci.h vicam.h vicamurbs.h Log Message: Merged 2.4.19 to 2.4.21 changes --- auerswald.c DELETED --- --- uhci-debug.h DELETED --- --- uhci.c DELETED --- --- uhci.h DELETED --- --- usb-ohci.c DELETED --- --- usb-ohci.h DELETED --- --- usb-uhci-debug.h DELETED --- --- usb-uhci.c DELETED --- --- usb-uhci.h DELETED --- --- vicam.h DELETED --- --- vicamurbs.h DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:47
|
Update of /cvsroot/linux-hfsplus/linux/drivers/sound In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/sound Removed Files: .version Log Message: Merged 2.4.19 to 2.4.21 changes --- .version DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:47
|
Update of /cvsroot/linux-hfsplus/linux/drivers/scsi In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/scsi Removed Files: cpqioctl.c Log Message: Merged 2.4.19 to 2.4.21 changes --- cpqioctl.c DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:47
|
Update of /cvsroot/linux-hfsplus/linux/drivers/s390 In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/s390 Removed Files: idals.c Log Message: Merged 2.4.19 to 2.4.21 changes --- idals.c DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:47
|
Update of /cvsroot/linux-hfsplus/linux/drivers/scsi/aacraid In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/scsi/aacraid Removed Files: sap1sup.c Log Message: Merged 2.4.19 to 2.4.21 changes --- sap1sup.c DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:47
|
Update of /cvsroot/linux-hfsplus/linux/drivers/scsi/aic7xxx In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/scsi/aic7xxx Removed Files: aic7xxx_linux_pci.c Log Message: Merged 2.4.19 to 2.4.21 changes --- aic7xxx_linux_pci.c DELETED --- |
|
From: Brad B. <bb...@us...> - 2003-04-29 06:38:46
|
Update of /cvsroot/linux-hfsplus/linux/drivers/pcmcia In directory sc8-pr-cvs1:/tmp/cvs-serv30627/drivers/pcmcia Removed Files: au1000_pb1000.c Log Message: Merged 2.4.19 to 2.4.21 changes --- au1000_pb1000.c DELETED --- |