summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-24fs/dcache.c: avoid soft-lockup in dput()Wei Fang
2016-07-24vfs: new d_init methodMiklos Szeredi
2016-07-24Merge branch 'test.d_iput' into work.miscAl Viro
2016-07-24vfs: Update lookup_dcache() commentOleg Drokin
2016-07-19bdev: get rid of ->bd_inodesAl Viro
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-30Remove last traces of ->sync_pageMatthew Wilcox
2016-06-30new helper: d_same_name()Al Viro
2016-06-30dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang
2016-06-30Merge branch 'for-linus' into work.miscAl Viro
2016-06-30namespace: update event counter when umounting a deleted dentryAndrey Ulanov
2016-06-309p: use file_dentry()Miklos Szeredi
2016-06-30vfs: clean up documentationMiklos Szeredi
2016-06-30vfs: document ->d_real()Miklos Szeredi
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi
2016-06-26Linux 4.7-rc5Linus Torvalds
2016-06-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-25Merge tag 'sound-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2016-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-06-25Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-25Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman
2016-06-24ceph: fix d_obtain_alias() misusesAl Viro
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-06-24Merge tag 'hwmon-for-linus-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-24Merge tag 'acpi-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-06-24Merge tag 'pm-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-06-24Merge tag 'for-linus-4.7b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-06-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2016-06-24init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin
2016-06-24mm/page_owner: avoid null pointer dereferenceSudip Mukherjee
2016-06-24tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King
2016-06-24fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko
2016-06-24ocfs2: disable BUG assertions in reading blocksGang He
2016-06-24mm, compaction: abort free scanner if split failsDavid Rientjes
2016-06-24mm: prevent KASAN false positives in kmemleakDmitry Vyukov
2016-06-24mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer
2016-06-24mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-06-24memcg: css_alloc should return an ERR_PTR value on errorTejun Heo
2016-06-24memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo
2016-06-24hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov