aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01libceph: let osd ops determine request data lengthAlex Elder1-2/+1
2013-05-01libceph: implement pages array cursorAlex Elder1-0/+6
2013-05-01libceph: implement bio message data item cursorAlex Elder1-0/+7
2013-05-01libceph: prepare for other message data item typesAlex Elder1-2/+6
2013-05-01libceph: start defining message data cursorAlex Elder1-0/+7
2013-05-01libceph: abstract message dataAlex Elder1-20/+51
2013-05-01libceph: be explicit about message data representationAlex Elder1-12/+21
2013-05-01libceph: define ceph_msg_has_*() data macrosAlex Elder1-0/+7
2013-05-01libceph: record message data byte lengthAlex Elder1-1/+1
2013-05-01libceph: isolate other message data fieldsAlex Elder1-0/+5
2013-05-01libceph: set page info with byte lengthAlex Elder1-1/+1
2013-05-01libceph: isolate message page field manipulationAlex Elder1-9/+13
2013-05-01libceph: record byte count not page countAlex Elder1-1/+1
2013-05-01libceph: define CEPH_MSG_MAX_MIDDLE_LENAlex Elder1-0/+1
2013-05-01libceph: separate read and write dataAlex Elder1-2/+3
2013-05-01libceph: distinguish page and bio requestsAlex Elder1-1/+10
2013-05-01libceph: separate osd request data infoAlex Elder1-8/+16
2013-05-01libceph: don't assign page info in ceph_osdc_new_request()Alex Elder1-1/+1
2013-05-01libceph: rename ceph_calc_object_layout()Alex Elder1-4/+2
2013-05-01libceph: kill ceph_msg->pagelist_countAlex Elder1-1/+0
2013-05-01libceph: use (void *) for untyped data in osd opsAlex Elder1-2/+2
2013-05-01libceph: complete lingering requests only onceAlex Elder1-0/+1
2013-05-01libceph: distinguish page array and pagelist countAlex Elder1-1/+2
2013-05-01libceph: make ceph_msg->bio_seg be unsignedAlex Elder1-1/+1
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2013-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+22
2013-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2013-04-19Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin2-1/+22
2013-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+2
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-1/+0
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-0/+2
2013-04-17x86, kdump: Set crashkernel_low automaticallyYinghai Lu1-0/+1
2013-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+23
2013-04-16vm: add vm_iomap_memory() helper functionLinus Torvalds1-0/+2
2013-04-15Move utf16 functions to kernel core and renameMatthew Garrett1-0/+14
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2013-04-14Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+2
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds1-0/+2
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)1-1/+2
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim1-1/+1
2013-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf into netfilterDavid S. Miller1-7/+23
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-2/+3
2013-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+12
2013-04-10lsm: add the missing documentation for the security_skb_owned_by() hookPaul Moore1-0/+4
2013-04-10ssb: implement spurious tone avoidanceRafał Miłecki1-0/+2
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik1-7/+23
2013-04-09procfs: add proc_remove_subtree()Al Viro1-0/+2
2013-04-09spinlocks and preemption points need to be at least compiler barriersLinus Torvalds2-19/+32
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet1-0/+8