summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-05-02libceph: start defining message data cursorAlex Elder1-0/+7
2013-05-02libceph: abstract message dataAlex Elder1-20/+51
2013-05-02libceph: be explicit about message data representationAlex Elder1-12/+21
2013-05-02libceph: define ceph_msg_has_*() data macrosAlex Elder1-0/+7
2013-05-02libceph: record message data byte lengthAlex Elder1-1/+1
2013-05-02libceph: isolate other message data fieldsAlex Elder1-0/+5
2013-05-02libceph: set page info with byte lengthAlex Elder1-1/+1
2013-05-02libceph: isolate message page field manipulationAlex Elder1-9/+13
2013-05-02libceph: record byte count not page countAlex Elder1-1/+1
2013-05-02libceph: define CEPH_MSG_MAX_MIDDLE_LENAlex Elder1-0/+1
2013-05-02libceph: separate read and write dataAlex Elder1-2/+3
2013-05-02libceph: distinguish page and bio requestsAlex Elder1-1/+10
2013-05-02libceph: separate osd request data infoAlex Elder1-8/+16
2013-05-02libceph: don't assign page info in ceph_osdc_new_request()Alex Elder1-1/+1
2013-05-02libceph: rename ceph_calc_object_layout()Alex Elder1-4/+2
2013-05-02libceph: kill ceph_msg->pagelist_countAlex Elder1-1/+0
2013-05-02libceph: use (void *) for untyped data in osd opsAlex Elder1-2/+2
2013-05-02libceph: complete lingering requests only onceAlex Elder1-0/+1
2013-05-02libceph: distinguish page array and pagelist countAlex Elder1-1/+2
2013-05-02libceph: make ceph_msg->bio_seg be unsignedAlex Elder1-1/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-298/+208
2013-05-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+82
2013-05-02linkage.h: fix build breakage due to symbol prefix handlingJames Hogan1-5/+2
2013-05-02don't bother with deferred freeing of fdtablesAl Viro1-1/+0
2013-05-02proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells1-107/+33
2013-05-02proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells1-15/+2
2013-05-02proc: Supply a function to remove a proc entry by PDEDavid Howells1-0/+2
2013-05-02take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2-3/+2
2013-05-02proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-0/+1
2013-05-02proc: Add proc_mkdir_data()David Howells1-3/+10
2013-05-02proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells4-37/+22
2013-05-02proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells1-5/+0
2013-05-02proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2-66/+76
2013-05-02proc: Supply PDE attribute setting accessor functionsDavid Howells1-0/+5
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds46-1891/+933
2013-05-02filter: fix va_list build errorXi Wang1-0/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-3/+19
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman1-1/+1
2013-05-01Merge branch 'ipc-scalability'Linus Torvalds1-1/+1
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt1-1/+1
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-10/+9
2013-05-01Merge tag 'tag-for-linus-3.10' of git://git.linaro.org/people/sumitsemwal/lin...Linus Torvalds1-3/+13
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-145/+86
2013-05-01dma-buf: Add debugfs supportSumit Semwal1-1/+4
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal1-2/+9
2013-05-01Merge branch 'akpm' (incoming from Andrew)Linus Torvalds15-62/+109
2013-05-01kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)1-3/+0
2013-05-01pid_namespace.c/.h: simplify definesRaphael S.Carvalho1-1/+3
2013-05-01exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-14/+4
2013-05-01coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-0/+1