summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-189/+364
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-87/+49
2013-07-02sync: don't block the flusher thread waiting on IODave Chinner1-0/+1
2013-07-01jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o1-1/+1
2013-07-01ext4: translate flag bits to strings in tracepointsTheodore Ts'o1-39/+96
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas2-1/+5
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar45-94/+210
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-1/+1
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton1-0/+1
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-11/+0
2013-06-29locks: comment cleanups and clarificationsJeff Layton1-0/+18
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton1-5/+0
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton1-3/+2
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-6/+3
2013-06-29constify rw_verify_area()Al Viro1-1/+0
2013-06-29new helper: fixed_size_llseek()Al Viro1-0/+2
2013-06-29kill find_inode_number()Al Viro1-1/+0
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells1-4/+4
2013-06-29allow the temp files created by open() to be linked toAl Viro1-0/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro3-0/+7
2013-06-29[readdir] constify ->actorAl Viro1-1/+1
2013-06-29[readdir] ->readdir() is goneAl Viro1-1/+0
2013-06-29[readdir] convert ext3Al Viro1-0/+6
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-7/+32
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-0/+9
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-0/+4
2013-06-29move linux/loop.h to drivers/blockAl Viro1-85/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-0/+4
2013-06-28cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount optionsTejun Heo1-1/+5
2013-06-27Merge tag 'renesas-sh-sci-for-v3.11' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-3/+12
2013-06-27sched: Fix typo in struct sched_avg member descriptionKamalesh Babulal1-1/+1
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi1-6/+1
2013-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-1/+4
2013-06-27net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan1-0/+1
2013-06-26cgroup: fix RCU accesses to task->cgroupsTejun Heo1-10/+48
2013-06-26cgroup: fix cgroupfs_root early destruction pathTejun Heo1-0/+1
2013-06-26mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-0/+8
2013-06-26mutex: Add support for wound/wait style locksMaarten Lankhorst2-1/+355
2013-06-26arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst3-13/+9
2013-06-26driver core: device.h: fix doc compilation warningsMichael Opdenacker1-0/+3
2013-06-26gre: fix a possible skb leakEric Dumazet1-0/+1
2013-06-26linux/const.h: Add _BITUL() and _BITULL()H. Peter Anvin1-0/+3
2013-06-26futex: Take hugepages into account when generating futex_keyZhang Yi1-0/+16
2013-06-25genirq: Add irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-0/+6
2013-06-25usb: chipidea: drop "13xxx" infixAlexander Shishkin1-14/+14
2013-06-25usb: fix build error without CONFIG_USB_PHYPeter Chen1-6/+10
2013-06-25cgroup: remove cgroup->actual_subsys_maskTejun Heo1-7/+1
2013-06-25cgroup: convert CFTYPE_* flags to enumsTejun Heo1-3/+5
2013-06-25Merge 3.10-rc7 into usb-nextGreg Kroah-Hartman9-43/+60