summaryrefslogtreecommitdiffstats
path: root/blob.h
blob: ea5d9e9f8b63be2c7048d19ee53feb06b0795c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef BLOB_H
#define BLOB_H

#include "object.h"

extern const char *blob_type;

struct blob {
	struct object object;
};

struct blob *lookup_blob(const unsigned char *sha1);

int parse_blob_buffer(struct blob *item, void *buffer, unsigned long size);

int parse_blob(struct blob *item);

#endif /* BLOB_H */
ass='deletions'>-15/+94 2013-12-16NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox1-4/+4 2013-12-16NVMe: Fix lockdep warningsMatthew Wilcox1-6/+6 2013-12-16NVMe: compat SG_IO ioctlKeith Busch3-1/+165 2013-11-18NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker1-3/+2 2013-11-18NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu2-6/+6 2013-11-17Revert "init/Kconfig: add option to disable kernel compression"H. Peter Anvin1-7/+1 2013-11-15[CIFS] Warn if SMB3 encryption required by serverSteve French2-0/+20 2013-11-15Don't try to compile shmobile-iommu outside of ARMLinus Torvalds1-1/+1 2013-11-15setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5 2013-11-15[CIFS] Set copychunk defaultsSteve French2-1/+12 2013-11-15nfs: fix pnfs Kconfig defaultsChristoph Hellwig1-3/+3 2013-11-15NFS: correctly report misuse of "migration" mount option.NeilBrown1-1/+1 2013-11-15ARM: OMAP2+: Fix build for dra7xx without omap4 and 5Tony Lindgren2-2/+3 2013-11-15ARM: OMAP2+: omap_device: maintain sane runtime pm status around suspend/resumeNishanth Menon1-2/+11