summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-026-86/+151
|\
| * jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o2013-07-011-1/+1
| * jbd2: use a single printk for jbd_debug()Paul Gortmaker2013-06-121-9/+5
| * jbd/jbd2: relocate bit_spinlock header to jbd_commonPaul Gortmaker2013-06-123-2/+2
| * ext4: fix data integrity for ext4_sync_fsDmitry Monakhov2013-06-121-0/+13
| * jbd2: optimize jbd2_journal_force_commitDmitry Monakhov2013-06-121-1/+1
| * jbd2: transaction reservation supportJan Kara2013-06-041-4/+24
| * jbd2: remove unused waitqueuesJan Kara2013-06-041-8/+0
| * jbd2: cleanup needed free block estimates when starting a transactionJan Kara2013-06-041-6/+26
| * jbd2: refine waiting for shadow buffersJan Kara2013-06-043-26/+53
| * jbd2: remove journal_head from descriptor buffersJan Kara2013-06-041-12/+7
| * jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-041-16/+16
| * jbd: change journal_invalidatepage() to accept lengthLukas Czerner2013-05-211-1/+1
| * jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-211-1/+1
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-213-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-022-87/+45
|\ \
| * | [readdir] constify ->actorAl Viro2013-06-291-1/+1
| * | [readdir] ->readdir() is goneAl Viro2013-06-291-1/+0
| * | [readdir] convert ext3Al Viro2013-06-291-0/+6
| * | [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-291-7/+32
| * | [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-0/+9
| * | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-0/+4
| * | move linux/loop.h to drivers/blockAl Viro2013-06-291-85/+0
* | | sync: don't block the flusher thread waiting on IODave Chinner2013-07-021-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-263-1/+3
|\ \ \
| * | | net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-261-0/+1
| * | | gre: fix a possible skb leakEric Dumazet2013-06-251-0/+1
| * | | net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering2013-06-191-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-222-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | splice: don't pass the address of ->f_pos to methodsAl Viro2013-06-202-2/+1
| |/ /
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-06-201-1/+17
|\ \ \
| * | | tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt2013-06-191-1/+17
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-201-2/+1
|\ \ \ \
| * | | | perf: Fix perf mmap bugsPeter Zijlstra2013-05-281-2/+1
| |/ / /
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-203-38/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker2013-05-312-36/+36
| * | | vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2013-05-311-2/+2
| |/ /
* | | smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney2013-06-141-7/+12
* | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-06-131-2/+2
|\ \ \
| * | | trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney2013-06-101-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-122-2/+3
|\ \ \ \
| * | | | team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko2013-06-121-2/+2
| * | | | sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-101-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-06-121-0/+3
|\ \ \ \ \
| * | | | | scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell2013-05-301-0/+3
* | | | | | include/linux/math64.h: add div64_ul()Alex Shi2013-06-121-2/+4
* | | | | | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-121-0/+3
* | | | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-121-2/+2
* | | | | | CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-121-0/+4
| |_|/ / / |/| | | |
* | | | | Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-072-0/+29
|\ \ \ \ \ | |_|/ / / |/| | | |