summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-03[SCSI] qla2xxx: Add Flash-Access-Control support for recent ISPs.Joe Carnuccio6-14/+184
2009-04-03[SCSI] qla2xxx: Ensure the timer and DPC routines complete prior to midlayer ...Andrew Vasquez1-19/+30
2009-04-03[SCSI] qla2xxx: Correct abort-semantics in qla2x00_abort_all_cmds().Andrew Vasquez1-1/+1
2009-04-03[SCSI] qla2xxx: Update MPI/PHY version retrieval codes.Andrew Vasquez5-12/+32
2009-04-03[SCSI] qla2xxx: Preserve an fcport's loop-id after terminate_rport_io().Andrew Vasquez1-3/+1
2009-04-03[SCSI] qla2xxx: Pass in optional extended-initialization control block.Andrew Vasquez5-7/+54
2009-04-03[SCSI] qla2xxx: Always (re)read firmware version/capabilities information.Andrew Vasquez1-5/+8
2009-04-03[SCSI] qla2xxx: Use byte-address while reading FC boot code versions from flash.Harish Zunjarrao1-1/+1
2009-04-03[SCSI] qla2xxx: Correct over-allocation of firmware-dump buffer.Giridhar Malavali1-1/+1
2009-04-03[SCSI] qla2xxx: Initialize FCE debugfs codes with the proper vha structure.Giridhar Malavali1-2/+2
2009-04-03[SCSI] qla2xxx: Consolidate queuecommand implementations.Giridhar Malavali3-108/+7
2009-04-03[SCSI] qla2xxx: Refactor request/response-queue register handling.Andrew Vasquez5-78/+31
2009-04-03[SCSI] ibmvfc: Driver version 1.0.5Brian King1-2/+2
2009-04-03[SCSI] ibmvfc: Improve ADISC timeout handlingBrian King2-3/+106
2009-04-03[SCSI] ibmvfc: Show host maxframe_sizeBrian King1-0/+1
2009-04-03[SCSI] ibmvfc: Fixup module parms attributesBrian King1-1/+1
2009-04-03[SCSI] ibmvfc: Fix dropped interruptsBrian King2-2/+24
2009-04-03cpumask: fix slab corruption caused by alloc_cpumask_var_node()Jack Steiner1-2/+2
2009-04-03ia64: implement interrupt-enabling rwlocksRobin Holt1-17/+63
2009-04-03Allow rwlocks to re-enable interruptsRobin Holt15-2/+45
2009-04-03Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGSRobin Holt2-10/+19
2009-04-03fs/ufs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/sysv: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/squashfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/reiserfs: return f_fsid for statfs(2)Coly Li2-0/+6
2009-04-03fs/qnx4: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/omfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-04-03fs/minix: return f_fsid for statfs(2)Coly Li1-3/+8
2009-04-03fs/isofs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/hpfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/hfsplus: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/hfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/fat: return f_fsid for statfs(2)Coly Li1-1/+5
2009-04-03fs/efs: return f_fsid for statfs(2)Coly Li1-8/+12
2009-04-03fs/cramfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/befs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/affs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-04-03fs/adfs: return f_fsid for statfs(2)Coly Li1-6/+10
2009-04-03preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_l...Gerd Hoffmann1-8/+12
2009-04-03preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.Ralf Baechle5-6/+20
2009-04-03preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann8-0/+106
2009-04-03preadv/pwritev: create compat_writev()Gerd Hoffmann1-7/+18
2009-04-03preadv/pwritev: create compat_readv()Gerd Hoffmann1-8/+18
2009-04-03cramfs: propagate uncompression errorsDavid VomLehn2-11/+27
2009-04-03xpc_sn2: fix max() warning about pointers of different typesRobin Holt1-5/+5
2009-04-03sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UVRobin Holt2-5/+2
2009-04-03sgi-gru: support multiple pagesizes in GRUJack Steiner6-38/+35
2009-04-03sgi-gru: fix bugs related to module unload of the GRU driverJack Steiner3-1/+24
2009-04-03sgi-gru: macro for scanning all gru chipletsJack Steiner4-13/+14
2009-04-03sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner7-118/+305