summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2013-05-01libceph: isolate other message data fieldsAlex Elder
2013-05-01libceph: set page info with byte lengthAlex Elder
2013-05-01libceph: isolate message page field manipulationAlex Elder
2013-05-01libceph: record byte count not page countAlex Elder
2013-05-01libceph: define CEPH_MSG_MAX_MIDDLE_LENAlex Elder
2013-05-01libceph: separate read and write dataAlex Elder
2013-05-01libceph: distinguish page and bio requestsAlex Elder
2013-05-01libceph: separate osd request data infoAlex Elder
2013-05-01libceph: don't assign page info in ceph_osdc_new_request()Alex Elder
2013-05-01libceph: rename ceph_calc_object_layout()Alex Elder
2013-05-01libceph: kill ceph_msg->pagelist_countAlex Elder
2013-05-01libceph: use (void *) for untyped data in osd opsAlex Elder
2013-05-01libceph: complete lingering requests only onceAlex Elder
2013-05-01libceph: distinguish page array and pagelist countAlex Elder
2013-05-01libceph: make ceph_msg->bio_seg be unsignedAlex Elder
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-05-01linkage.h: fix build breakage due to symbol prefix handlingJames Hogan
2013-05-01don't bother with deferred freeing of fdtablesAl Viro
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells
2013-05-01proc: Add proc_mkdir_data()David Howells
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01filter: fix va_list build errorXi Wang
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman
2013-05-01Merge branch 'ipc-scalability'Linus Torvalds
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-05-01Merge tag 'tag-for-linus-3.10' of git://git.linaro.org/people/sumitsemwal/lin...Linus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01dma-buf: Add debugfs supportSumit Semwal
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du