summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dm: add WRITE SAME supportMike Snitzer2012-12-211-5/+39
| * | | dm: prepare to support WRITE SAMEMike Snitzer2012-12-211-1/+29
| * | | dm ioctl: use kmalloc if possibleMikulas Patocka2012-12-211-13/+32
| * | | dm ioctl: remove PF_MEMALLOCMikulas Patocka2012-12-211-9/+4
| * | | dm persistent data: improve improve space map block alloc failure messageJoe Thornber2012-12-211-1/+1
| * | | dm thin: use DMERR_LIMIT for errorsMike Snitzer2012-12-211-10/+15
| * | | dm persistent data: use DMERR_LIMIT for errorsMike Snitzer2012-12-213-21/+20
| * | | dm block manager: reinstate message when validator failsMike Snitzer2012-12-211-1/+4
| * | | dm raid: round region_size to power of twoJonathan Brassow2012-12-211-1/+3
| * | | dm thin: cleanup dead codeJoe Thornber2012-12-211-14/+5
| * | | dm thin: rename cell_defer_except to cell_defer_no_holderJoe Thornber2012-12-211-21/+21
| * | | dm snapshot: optimize track_chunkMikulas Patocka2012-12-211-3/+2
| * | | dm raid: use DM_ENDIO_INCOMPLETEMikulas Patocka2012-12-211-1/+1
| * | | dm raid1: remove impossible mempool_alloc error testMikulas Patocka2012-12-211-5/+3
| * | | dm thin: emit ignore_discard in status when discards disabledMike Snitzer2012-12-211-2/+4
| * | | dm persistent data: fix nested btree deletionJoe Thornber2012-12-212-3/+8
| * | | dm thin: wake worker when discard is preparedJoe Thornber2012-12-211-4/+7
| * | | dm thin: fix race between simultaneous io and discards to same blockJoe Thornber2012-12-211-25/+59
| * | | dm thin: replace dm_cell_release_singleton with cell_defer_exceptJoe Thornber2012-12-213-39/+12
| * | | dm: disable WRITE SAMEMike Snitzer2012-12-211-0/+2
| * | | dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon2012-12-211-0/+8
| * | | dm persistent data: rename node to btree_nodeMikulas Patocka2012-12-214-47/+47
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-2221-214/+2233
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'cxgb4', 'ipoib' and 'mlx4' into for-nextRoland Dreier2012-12-208-45/+133
| |\ \ \ \
| | | * | | mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-193-16/+49
| | | * | | mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein2012-12-193-25/+62
| | | * | | mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion2012-12-191-1/+1
| | | * | | mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion2012-12-191-6/+20
| | * | | | IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2012-12-192-1/+5
| | |/ / /
| * | | | RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-207-88/+376
| * | | | RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-204-55/+497
| * | | | RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-206-47/+315
| * | | | cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya2012-12-194-10/+193
| * | | | cxgb4: Add T4 filter supportVipul Pandya2012-12-198-7/+757
| |/ / /
* | | | Merge tag 'vfio-for-v3.8-v2' of git://github.com/awilliam/linux-vfioLinus Torvalds2012-12-212-53/+64
|\ \ \ \
| * | | | vfio-pci: Enable device before attempting resetAlex Williamson2012-12-071-13/+10
| * | | | VFIO: fix out of order labels for error recovery in vfio_pci_init()Jiang Liu2012-12-071-2/+2
| * | | | VFIO: use ACCESS_ONCE() to guard access to dev->driverJiang Liu2012-12-071-1/+2
| * | | | VFIO: unregister IOMMU notifier on error recovery pathJiang Liu2012-12-071-16/+15
| * | | | vfio-pci: Re-order device resetAlex Williamson2012-12-071-12/+31
| * | | | vfio: simplify kmalloc+copy_from_user to memdup_userFengguang Wu2012-12-071-9/+4
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-214-20/+94
|\ \ \ \ \
| * | | | | SGI-XP: handle non-fatal trapsRobin Holt2012-12-211-2/+32
| * | | | | revert "rtc: recycle id when unloading a rtc driver"Andrew Morton2012-12-211-1/+0
| * | | | | drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare2012-12-211-0/+1
| * | | | | drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan2012-12-211-15/+47
| * | | | | drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan2012-12-211-3/+15
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-211-1/+1
|\ \ \ \ \ \
| * | | | | | vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-211-1/+1
* | | | | | | Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-213-3/+3
|\ \ \ \ \ \ \