summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov1-2/+6
2009-01-06Resurrect IT8172 IDE controller driverShane McDonald1-0/+1
2009-01-06ide: remove unused ide_hwif_t.sg_mapped fieldBartlomiej Zolnierkiewicz1-1/+0
2009-01-06ide: struct ide_atapi_pc - remove unused fields and update documentationBartlomiej Zolnierkiewicz1-4/+0
2009-01-06ide-cd: convert to ide-atapi facilitiesBorislav Petkov1-0/+2
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz1-2/+9
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz1-2/+2
2009-01-06ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz1-3/+0
2009-01-06ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz1-9/+9
2009-01-06ide: remove 'byte' typedefBartlomiej Zolnierkiewicz1-3/+1
2009-01-06ide: remove ide_pci_enablebit_t typedefBartlomiej Zolnierkiewicz1-3/+4
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz1-2/+0
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz1-2/+0
2009-01-06ide: move ide_init_port_data() and friends to ide-probe.cBartlomiej Zolnierkiewicz1-8/+1
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz1-31/+24
2009-01-06ide: use lock bitops for ports serialization (v2)Bartlomiej Zolnierkiewicz1-29/+6
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz1-10/+3
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz1-2/+2
2009-01-06ide: add ->cur_port to struct ide_host and use it for serialized hostsBartlomiej Zolnierkiewicz1-0/+1
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-2/+26
2009-01-06dm: support barriers on simple devicesAndi Kleen1-0/+7
2009-01-06dm request: extend target interfaceKiyoshi Ueda1-0/+15
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka1-2/+4
2009-01-05Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds8-38/+256
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-0/+25
2009-01-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-9/+9
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-0/+3
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+17
2009-01-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-0/+1
2009-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-192/+253
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2009-01-05mm lockless pagecache barrier fixNick Piggin1-1/+1
2009-01-05inotify: fix type errors in interfacesMichael Kerrisk1-1/+1
2009-01-05add a vfs_fsync helperChristoph Hellwig1-1/+1
2009-01-05jbd2: Add buffer triggersJoel Becker2-0/+39
2009-01-05quota: Export dquot_alloc() and dquot_destroy() functionsJan Kara1-0/+2
2009-01-05quota: Unexport dqblk_v1.h and dqblk_v2.hJan Kara4-8/+4
2009-01-05jbd2: Add BH_JBDPrivateStartMark Fasheh1-0/+1
2009-01-05quota: Implement function for scanning active dquotsJan Kara1-0/+3
2009-01-05quota: Add helpers to allow ocfs2 specific quota initialization, freeing and ...Jan Kara1-0/+4
2009-01-05quota: Update version numberJan Kara1-2/+1
2009-01-05quota: Keep which entries were set by SETQUOTA quotactlJan Kara1-6/+20
2009-01-05quota: Allow negative usage of space and inodesJan Kara1-1/+2
2009-01-05quota: Convert union in mem_dqinfo to a pointerJan Kara3-12/+1
2009-01-05quota: Split off quota tree handling into a separate fileJan Kara2-11/+64
2009-01-05quota: Move quotaio_v[12].h from include/linux/ to fs/Jan Kara3-114/+0
2009-01-05quota: Introduce DQUOT_QUOTA_SYS_FILE flagJan Kara1-0/+7
2009-01-05quota: Remove compatibility function sb_any_quota_enabled()Jan Kara1-6/+0
2009-01-05quota: Allow to separately enable quota accounting and enforcing limitsJan Kara2-24/+97