aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-14[INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() staticAdrian Bunk2-6/+2
2007-07-14[TCP]: tcp probe add back ssthresh fieldStephen Hemminger1-0/+1
2007-07-14[VLAN]: Fix memset lengthPatrick McHardy1-1/+1
2007-07-14[NET]: Add macvlan driverPatrick McHardy7-0/+550
2007-07-14[VLAN]: Use multicast list synchronization helpersPatrick McHardy2-134/+2
2007-07-14[VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy4-20/+22
2007-07-14[NET]: dev_mcast: add multicast list synchronization helpersPatrick McHardy2-0/+78
2007-07-14[NET]: Add net_device change_rx_mode callbackPatrick McHardy2-1/+19
2007-07-14[RFKILL]: fix net/rfkill/rfkill-input.c bug on 64-bit systemsIngo Molnar1-1/+1
2007-07-14[SCSI] don't build scsi_dma_{map,unmap} for !HAS_DMACornelia Huck4-41/+58
2007-07-14[SCSI] Clean up scsi_add_lun a bitMatthew Wilcox1-38/+26
2007-07-14[SCSI] 53c700: Remove printk, which triggers because of low scsi clock on SNI RMsThomas Bogendoerfer1-2/+0
2007-07-14[SCSI] sni_53c710: CleanupThomas Bogendoerfer1-8/+2
2007-07-14[SCSI] qla4xxx: Fix underrun/overrun conditionsDavid C Somayajulu2-26/+33
2007-07-14[SCSI] megaraid_mbox: use mutex instead of semaphoreMatthias Kaehlcke3-5/+6
2007-07-14[SCSI] aacraid: add 51245, 51645 and 52245 adapters to documentation.Salyzyn, Mark1-0/+3
2007-07-14[SCSI] qla2xxx: update version to 8.02.00-k1.Seokmann Ju1-3/+3
2007-07-14[SCSI] qla2xxx: add support for NPIVSeokmann Ju13-154/+1593
2007-07-14[SCSI] stex: use resid for xfer len informationEd Lin1-2/+2
2007-07-14[SCSI] Add Brownie 1200U3P to blacklistMatthew Wilcox1-0/+1
2007-07-14[SCSI] scsi.c: convert to use the data buffer accessorsBoaz Harrosh1-1/+1
2007-07-14[SCSI] tmscsim: Further clean-up of the driverBoaz Harrosh2-4/+0
2007-07-14[SCSI] CONFIG_SCSI_FD_8xx no longer existsGeert Uytterhoeven1-1/+0
2007-07-14[SCSI] sr: fix error handling in module_initAkinobu Mita1-1/+5
2007-07-14[SCSI] lpfc: Fix NPIV compile problemJames Bottomley1-4/+1
2007-07-14[SCSI] lpfc: fix NPIV mapping problemsFUJITA Tomonori1-4/+7
2007-07-14[SCSI] lpfc: add missed data buffer accessorBoaz Harrosh1-1/+1
2007-07-14[SCSI] Remove unused method scsi_device_cancelPriyanka Gupta2-47/+0
2007-07-149p: fix a race condition bug in umount which caused a segfaultEric Van Hensbergen1-3/+3
2007-07-149p: re-enable mount time debug optionEric Van Hensbergen2-2/+7
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen2-2/+15
2007-07-14net/9p: set error to EREMOTEIO if trans->write returns zeroLatchesar Ionkov1-1/+5
2007-07-14net/9p: change net/9p module name to 9pnetLatchesar Ionkov1-3/+3
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov36-3131/+3423
2007-07-14[XFS] Fix lockdep annotations for xfs_lock_inodesDavid Chinner2-8/+11
2007-07-14[LIB]: export radix_tree_preload()David Chinner1-0/+1
2007-07-14[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat modeMichal Marek4-33/+255
2007-07-14[XFS] Compat ioctl handler for handle operationsMichal Marek1-5/+52
2007-07-14[XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1.Michal Marek1-1/+41
2007-07-14[XFS] Clean up function name handling in tracing codeEric Sandeen5-273/+150
2007-07-14[XFS] Quota inode has no parent.David Chinner2-6/+10
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner21-12/+1730
2007-07-14[XFS] Use uninitialized_var macro to stop warning about rtxAndrew Morton1-1/+2
2007-07-14[XFS] XFS should not be looking at filp reference countsChristoph Hellwig3-47/+16
2007-07-14[XFS] Use is_power_of_2 instead of open coding checksVignesh Babu1-2/+3
2007-07-14[XFS] Reduce shouting by removing unnecessary macros from dir2 code.Christoph Hellwig11-324/+283
2007-07-14[XFS] Simplify XFS min/max macros.David Chinner1-24/+8
2007-07-14[XFS] Kill off xfs_count_bitsEric Sandeen3-86/+13
2007-07-14[XFS] Cancel transactions on xfs_itruncate_start error.Jesper Juhl1-0/+2
2007-07-14[XFS] Use do_div() on 64 bit types.Christoph Hellwig1-1/+3