[PATCH] lib/atomic64_test: Fix missing include of linux/kernel.h
From: Peter Huewe <peterhuewe(a)gmx.de>: This patch fixes a build-failure[1] by adding the missing include file (linux/kernel.h) for printk and KERN_INFO. Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- KernelVersion: linux-next 20100512 References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/260123... 12 May 2010 20:20
vfs: Add open by file handle support
On Wed, 12 May 2010 21:20:39 +0530 "Aneesh Kumar K.V" <aneesh.kumar(a)linux.vnet.ibm.com> wrote: Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/namei.c | 24 --------- fs/open.c | 136 +++++++++++++++++++++++++... 16 May 2010 03:47
[PATCH 6/8] ceph: sync ceph_fs.h with the server tree version
This is being done so that we can use the new unattended pool operations. Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> --- fs/ceph/ceph_fs.h | 47 +++++++++++++++++++++++++++++++++++++++++++++-- fs/ceph/ceph_strings.c | 23 ++++++++++++++++++++++- fs/ceph/messenger.c | 1 - fs/ceph/msgr... 12 May 2010 20:19
[PATCH 4/8] ceph: enable creation of clients that don't need mds
Preparing grounds for rbd that doesn't need mds client. Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> --- fs/ceph/debugfs.c | 11 ++++++++--- fs/ceph/mon_client.c | 3 ++- fs/ceph/super.c | 15 ++++++++++----- fs/ceph/super.h | 2 ++ 4 files changed, 22 insertions(+), 9 deletions... 12 May 2010 20:19
[PATCH 2/8] ceph: refactor osdc requests creation functions
The osd requests creation are being decoupled from the vino parameter, allowing clients using the osd to use other arbitrary object names that are not necessarily vino based. Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> --- fs/ceph/osd_client.c | 179 +++++++++++++++++++++++++++++++++++--------------- ... 12 May 2010 20:19
[PATCH 0/8] Ceph RADOS block device (v2)
The following is our latest version of the rados block device. Any comments, questions, suggestions are more than welcome. We would like to have that ready for inclusion for the next window and it'd be nice having it reviewed by someone more familiar with the block/storage layer. RBD allows striping of data acro... 12 May 2010 20:19
[patch] libsas: potential null dereference
The "sc" variable can potentially be null here, so we have to initialize "q" later. This was introduced in: 70b25f890 "[SCSI] fix locking around blk_abort_request()" Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- I appologize if I sent this already. I was having trouble with my email earlier today and ... 12 May 2010 19:13
[patch] libsas: dereferencing variable before check
The "qc->scsicmd" could be null so I moved the dereference inside the check. This was introduced by 70b25f890: "[SCSI] fix locking around blk_abort_request()" Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c index 88f7446..98b1545 100... 12 May 2010 19:13
system locks up when CD burn fails
I have a couple hundred boxes running kernels from 2.6.12 through 2.6.33.3 that each burn a backup to a IDE CD-ROM once a week. Every couple of months one of the boxes (_not_ the same one each time) runs into some sort of error when burning the CD and the entire box locks up (unable to toggle numlock even). I h... 13 May 2010 03:58
get_maintainer.pl: improve config-file support
On Wed, 2010-05-12 at 23:12 +0200, florian(a)mickler.org wrote: This changes the syntax of the config-file introduced in the commit "scripts/get_maintainer.pl: add .get_maintainer.conf default options file". Entries are now of the more commonly found form: key = value where keys are cmd-line arguments ... 21 May 2010 17:14