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