First  |  Prev |  Next  |  Last
Pages: 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709
[PATCH 1/3] ocfs2: When zero extending, do it by page.
ocfs2_zero_extend() does its zeroing block by block, but it calls a function named ocfs2_write_zero_page(). Let's have ocfs2_write_zero_page() handle the page level. From ocfs2_zero_extend()'s perspective, it is now page-at-a-time. Signed-off-by: Joel Becker <joel.becker(a)oracle.com> --- fs/ocfs2/aops.c | 3... 7 Jul 2010 07:57
[PATCH 3/3] ocfs2: No need to zero pages past i_size.
When ocfs2 fills a hole, it does so by allocating clusters. When a cluster is larger than the write, ocfs2 must zero the portions of the cluster outside of the write. If the clustersize is smaller than a pagecache page, this is handled by the normal pagecache mechanisms, but when the clustersize is larger than a ... 7 Jul 2010 07:57
[PATCH V4 3/5] omap_hsmmc: Add erase capability
From db31a11109e7f0c89a7a9ca70ad03beff354aa8e Mon Sep 17 00:00:00 2001 From: Adrian Hunter <adrian.hunter(a)nokia.com> Date: Tue, 18 May 2010 17:33:13 +0300 Subject: [PATCH 3/5] omap_hsmmc: Add erase capability Disable the data (busy) timeout for erases and set the MMC_CAP_ERASE capability. Signed-off-by: Adria... 7 Jul 2010 07:57
[PATCH V4 0/5] Add MMC erase and secure erase V4
Hi Add ability to do MMC erase and secure erase operations from userspace, using the BLKDISCARD ioctl and a newly created BLKSECDISCARD ioctl. This is version 4 of these patches. Changes from V3 - rebased on mmotm - added SD/MMC device attribute documentation to 'mmc: Add erase, secure erase, trim and ... 7 Jul 2010 07:57
mtdpart: memory accessor interface for MTD layer
This patch adds two new members to the mtd_partition structure, a function handler which will be called during setup of the partition and an argument to be passed to this setup function. Ick. I don't mind providing the mtd_macc_{read,write} helper functions, ... 8 Aug 2010 09:04
[PATCH v3] firewire: cdev: check write quadlet request length to avoid buffer overflow
Check that the data length of a write quadlet request actually is large enough for a quadlet. Otherwise, fw_fill_request could access the four bytes after the end of the outbound_transaction_event structure. Reported-by: Clemens Ladisch <clemens(a)ladisch.de> Since struct outbound_transaction_event *e is slab-al... 7 Jul 2010 06:52
[PATCH v2] firewire: cdev: check write quadlet request length to avoid buffer overflow
Check that the data length of a write quadlet request actually is large enough for a quadlet. Otherwise, fw_fill_request could access the four bytes after the end of the outbound_transaction_event structure. Reported-by: Clemens Ladisch <clemens(a)ladisch.de> Since struct outbound_transaction_event *e is slab-al... 7 Jul 2010 06:52
[PATCH 2.6.35-rc1] net: vmxnet3 fixes [4/5] Do not reset when the device is not opened
commit bc8b3f0b3978d3c0a201926b2e2bd5c732e0352e Author: Shreyas Bhatewara <sbhatewara(a)vmware.com> Date: Tue Jul 6 17:00:48 2010 -0700 No reset when the device is not opened If a reset is scheduled, and the device goes thru close and open, it may happen that reset and open may run in parallel. The ... 7 Jul 2010 05:47
[PATCH 2.6.35-rc1] net: vmxnet3 fixes [3/5] Initialize link state at probe time
Author: Shreyas Bhatewara <sbhatewara(a)vmware.com> Initialize vmxnet3 link state at probe time This change initializes the state of link at the time when driver is loaded. The ethtool output for 'link detected' and 'link speed' is thus valid even before the interface is brought up. Signed-off-by: Sh... 7 Jul 2010 05:47
[PATCH 2.6.35-rc1] net: vmxnet3 fixes [2/5] Interrupt control bitmap
A new bit map 'intrCtrl' is introduced in the DriverShared area. The driver should update VMXNET3_IC_DISABLE_ALL bit before writing IMR. Signed-off-by: Ronghua Zang <ronghua(a)vmware.com> Signed-off-by: Shreyas Bhatewara <sbhatewara(a)vmware.com> --- diff --git a/drivers/net/vmxnet3/vmxnet3_defs.h b/drivers/n... 7 Jul 2010 05:47
First  |  Prev |  Next  |  Last
Pages: 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709