summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-30rbd: rename rbd_device->idAlex Elder1-8/+8
2012-07-30rbd: encapsulate header validity testAlex Elder1-1/+7
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder3-11/+13
2012-07-30rbd: clean up a few dout() callsAlex Elder1-19/+22
2012-07-30rbd: simplify __rbd_remove_all_snaps()Alex Elder1-3/+2
2012-07-30rbd: drop extra header_rwsem initAlex Elder1-2/+0
2012-07-30rbd: kill rbd_image_header->snap_seqAlex Elder1-2/+0
2012-07-30rbd: set snapc->seq only when refreshing headerAlex Elder1-8/+2
2012-07-30rbd: preserve snapc->seq in rbd_header_set_snap()Alex Elder1-11/+7
2012-07-30rbd: don't use snapc->seq that wayAlex Elder1-14/+0
2012-07-30rbd: send header version when notifyingJosh Durgin1-2/+5
2012-07-30rbd: use reference counting for the snap contextJosh Durgin1-18/+18
2012-07-30rbd: set image size when header is updatedJosh Durgin1-0/+1
2012-07-30rbd: expose the correct size of the device in sysfsJosh Durgin1-3/+8
2012-07-30rbd: only reset capacity when pointing to headJosh Durgin1-1/+6
2012-07-30rbd: return errors for mapped but deleted snapshotJosh Durgin1-2/+30
2012-07-30libceph: trivial fix for the incorrect debug outputJiaju Zhang1-1/+1
2012-07-30ceph: fix potential double freeAlan Cox1-0/+1
2012-07-30libceph: reset connection retry on successfully negotiationSage Weil1-0/+2
2012-07-30libceph: protect ceph_con_open() with mutexSage Weil1-0/+2
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-07-30libceph: (re)initialize bio_iter on start of message receiveSage Weil1-5/+6
2012-07-30libceph: resubmit linger ops when pg mapping changesSage Weil1-5/+21
2012-07-30libceph: fix mutex coverage for ceph_con_closeSage Weil1-1/+7
2012-07-30libceph: report socket read/write error messageSage Weil1-2/+6
2012-07-30libceph: support crush tunablesSage Weil4-7/+58
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds185-1042/+2662
2012-07-30drivers/misc/lkdtm.c: fix missing allocation failure checkAlan Cox1-0/+2
2012-07-30lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines1-8/+0
2012-07-30fault-injection: add tool to run command with failslab or fail_page_allocAkinobu Mita2-0/+246
2012-07-30fault-injection: add selftests for cpu and memory hotplugAkinobu Mita5-1/+464
2012-07-30powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita3-0/+70
2012-07-30memory: memory notifier error injection moduleAkinobu Mita3-0/+72
2012-07-30PM: PM notifier error injection moduleAkinobu Mita3-0/+74
2012-07-30cpu: rewrite cpu-notifier-error-inject moduleAkinobu Mita2-40/+39
2012-07-30fault-injection: notifier error injectionAkinobu Mita5-0/+247
2012-07-30c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov3-0/+34
2012-07-30resource: make sure requested range is included in the root rangeOctavian Purdila1-1/+23
2012-07-30include/linux/aio.h: cpp->C conversionsAndrew Morton1-18/+20
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2012-07-30pps: return PTR_ERR on error in device_createEmil Goode1-1/+3
2012-07-30taskstats: check nla_reserve() returnAlan Cox1-0/+5
2012-07-30sysctl: suppress kmemleak messagesSteven Rostedt1-1/+5
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon39-22/+29
2012-07-30ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon2-6/+6
2012-07-30ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon2-1/+2
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon6-11/+18
2012-07-30kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal1-1/+1
2012-07-30fork: fix error handling in dup_task()Akinobu Mita1-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Andrew Morton1-8/+3