summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-31rbd: rename rbd_device->idAlex Elder
2012-07-31rbd: encapsulate header validity testAlex Elder
2012-07-31ceph: define snap counts as u32 everywhereAlex Elder
2012-07-31rbd: clean up a few dout() callsAlex Elder
2012-07-31rbd: simplify __rbd_remove_all_snaps()Alex Elder
2012-07-31rbd: drop extra header_rwsem initAlex Elder
2012-07-31rbd: kill rbd_image_header->snap_seqAlex Elder
2012-07-31rbd: set snapc->seq only when refreshing headerAlex Elder
2012-07-31rbd: preserve snapc->seq in rbd_header_set_snap()Alex Elder
2012-07-31rbd: don't use snapc->seq that wayAlex Elder
2012-07-31rbd: send header version when notifyingJosh Durgin
2012-07-31rbd: use reference counting for the snap contextJosh Durgin
2012-07-31rbd: set image size when header is updatedJosh Durgin
2012-07-31rbd: expose the correct size of the device in sysfsJosh Durgin
2012-07-31rbd: only reset capacity when pointing to headJosh Durgin
2012-07-31rbd: return errors for mapped but deleted snapshotJosh Durgin
2012-07-31libceph: trivial fix for the incorrect debug outputJiaju Zhang
2012-07-31ceph: fix potential double freeAlan Cox
2012-07-31libceph: reset connection retry on successfully negotiationSage Weil
2012-07-31libceph: protect ceph_con_open() with mutexSage Weil
2012-07-31ceph: close old con before reopening on mds reconnectSage Weil
2012-07-31libceph: (re)initialize bio_iter on start of message receiveSage Weil
2012-07-31libceph: resubmit linger ops when pg mapping changesSage Weil
2012-07-31libceph: fix mutex coverage for ceph_con_closeSage Weil
2012-07-31libceph: report socket read/write error messageSage Weil
2012-07-31libceph: support crush tunablesSage Weil
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31drivers/misc/lkdtm.c: fix missing allocation failure checkAlan Cox
2012-07-31lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines
2012-07-31fault-injection: add tool to run command with failslab or fail_page_allocAkinobu Mita
2012-07-31fault-injection: add selftests for cpu and memory hotplugAkinobu Mita
2012-07-31powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita
2012-07-31memory: memory notifier error injection moduleAkinobu Mita
2012-07-31PM: PM notifier error injection moduleAkinobu Mita
2012-07-31cpu: rewrite cpu-notifier-error-inject moduleAkinobu Mita
2012-07-31fault-injection: notifier error injectionAkinobu Mita
2012-07-31c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov
2012-07-31resource: make sure requested range is included in the root rangeOctavian Purdila
2012-07-31include/linux/aio.h: cpp->C conversionsAndrew Morton
2012-07-31fs: cachefiles: add support for large files in filesystem cachingJustin Lecher
2012-07-31pps: return PTR_ERR on error in device_createEmil Goode
2012-07-31taskstats: check nla_reserve() returnAlan Cox
2012-07-31sysctl: suppress kmemleak messagesSteven Rostedt
2012-07-31ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon
2012-07-31ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon
2012-07-31ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon
2012-07-31ipc: add COMPAT_SHMLBA supportWill Deacon
2012-07-31kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal
2012-07-31fork: fix error handling in dup_task()Akinobu Mita
2012-07-31revert "sched: Fix fork() error path to not crash"Andrew Morton