- 8b23a8c Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next by Al Viro · 9 years ago
- d6785d9 splice: handle zero nr_pages in splice_to_pipe() by Rabin Vincent · 9 years ago
- 5f8d498 vfs: show_vfsstat: do not ignore errors from show_devname method by Dmitry V. Levin · 10 years ago
- ed782b5 dcache.c: new helper: __d_add() by Al Viro · 9 years ago
- de689f5 don't bother with __d_instantiate(dentry, NULL) by Al Viro · 9 years ago
- 27f203f untangle fsnotify_d_instantiate() a bit by Al Viro · 9 years ago
- 34d0d19 uninline d_add() by Al Viro · 9 years ago
- 668d0cd replace d_add_unique() with saner primitive by Al Viro · 9 years ago
- e12a4e8 quota: use lookup_one_len_unlocked() by Al Viro · 9 years ago
- 85f4048 cifs_get_root(): use lookup_one_len_unlocked() by Al Viro · 9 years ago
- 130f9ab nfs_lookup: don't bother with d_instantiate(dentry, NULL) by Al Viro · 9 years ago
- 9d95afd kill dentry_unhash() by Al Viro · 9 years ago
- f8b3171 ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) by Al Viro · 9 years ago
- de4acda autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup() by Al Viro · 9 years ago
- 5cf3b56 configfs: move d_rehash() into configfs_create() for regular files by Al Viro · 9 years ago
- f7380af ceph: don't bother with d_rehash() in splice_dentry() by Al Viro · 9 years ago
- 949a852 namei: teach lookup_slow() to skip revalidate by Al Viro · 9 years ago
- e3c1392 namei: massage lookup_slow() to be usable by lookup_one_len_unlocked() by Al Viro · 9 years ago
- d6d95de lookup_one_len_unlocked(): use lookup_dcache() by Al Viro · 9 years ago
- 74ff0ff namei: simplify invalidation logics in lookup_dcache() by Al Viro · 9 years ago
- e9742b5 namei: change calling conventions for lookup_{fast,slow} and follow_managed() by Al Viro · 9 years ago
- 5d0f49c namei: untanlge lookup_fast() by Al Viro · 9 years ago
- f938128 jffs2: reduce the breakage on recovery from halfway failed rename() by Al Viro · 9 years ago
- 803c001 ncpfs: fix a braino in OOM handling in ncp_fill_cache() by Al Viro · 9 years ago
- 6c51e51 lookup_dcache(): lift d_alloc() into callers by Al Viro · 9 years ago
- 6583fe2 do_last(): reorder and simplify a bit by Al Viro · 9 years ago
- 05ef1c5 Merge branch 'for-linus' into work.lookups by Al Viro · 9 years ago
- 8e0b60b blk-mq: enable polling support by default by Christoph Hellwig · 9 years ago
- c43c83a direct-io: only use block polling if explicitly requested by Christoph Hellwig · 9 years ago
- 97be7eb vfs: add the RWF_HIPRI flag for preadv2/pwritev2 by Christoph Hellwig · 9 years ago
- 4babf2c x86: wire up preadv2 and pwritev2 by Christoph Hellwig · 9 years ago
- f17d8b3 vfs: vfs: Define new syscalls preadv2,pwritev2 by Milosz Tanski · 9 years ago
- 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 9 years ago
- a528aca use ->d_seq to get coherency between ->d_inode and ->d_flags by Al Viro · 9 years ago
- 5129fa4 do_last(): ELOOP failure exit should be done after leaving RCU mode by Al Viro · 9 years ago
- a7f7754 should_follow_link(): validate ->d_seq after having decided to follow by Al Viro · 9 years ago
- d456564 namei: ->d_inode of a pinned dentry is stable only for positives by Al Viro · 9 years ago
- c80567c do_last(): don't let a bogus return value from ->open() et.al. to confuse us by Al Viro · 9 years ago
- 0fcbf99 fs: return -EOPNOTSUPP if clone is not supported by Christoph Hellwig · 9 years ago
- b6853f7 hpfs: don't truncate the file when delete fails by Mikulas Patocka · 9 years ago
- 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 9 years ago
- 6b719e5 ecryptfs_lookup(): use lookup_one_len_unlocked() by Al Viro · 9 years ago
- 7ae8fd0 fs/pnode.c: treat zero mnt_group_id-s as unequal by Maxim Patlasov · 9 years ago
- 0bacbe5 affs_do_readpage_ofs(): just use kmap_atomic() around memcpy() by Al Viro · 10 years ago
- 0e9a7da xattr handlers: plug a lock leak in simple_xattr_list by Mateusz Guzik · 10 years ago
- 2feb55f fs: allow no_seek_end_llseek to actually seek by Wouter van Kesteren · 9 years ago
- 18558ca Linux 4.5-rc4 by Linus Torvalds · 9 years ago
- 58dd2b5 Merge tag 'char-misc-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
- 60f4058 Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
- 779ee19 Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
- 9db8cc1 Merge tag 'usb-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
- 102a92c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- cb490d6 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 6a81094 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 8ab54ed Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 2d23e61 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- ab57a61 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
- be3f4e0 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 8b9f9eb Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 7686e3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- 2f2e9f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
- 4617c22 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 9 years ago
- b4e4334 Merge tag 'sound-fix-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
- e835a65 Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
- 07d86ca ALSA: usb-audio: avoid freeing umidi object twice by Andrey Konovalov · 9 years ago
- 0cbb0b9 Merge tag 'pci-v4.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
- 29f1bf3 Merge branch 'akpm'(patches from Andrew) by Linus Torvalds · 9 years ago
- 75c1657e IB/mlx5: Fix RC transport send queue overhead computation by Leon Romanovsky · 9 years ago
- 08bc327 IB/ipoib: fix for rare multicast join race condition by Alex Estrin · 9 years ago
- 5952cc7 Merge tag 'mmc-v4.5-rc2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
- 0df34ad Merge tag 'sound-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
- 14379cd Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 9 years ago
- 4c05121 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
- c747f97 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
- df8c272 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
- 27c9d77 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
- dfc8528 Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
- 86c2ee1 Merge tag 'asoc-fix-v4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 9 years ago
- 613317b EVM: Use crypto_memneq() for digest comparisons by Ryan Ware · 9 years ago
- 37eda9d ARC: mm: Introduce explicit super page size support by Vineet Gupta · 9 years ago
- 6b44d1e Merge tag 'phy-for-4.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus by Greg Kroah-Hartman · 9 years ago
- 1ecb4ae arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI by Andrew Morton · 9 years ago
- db78c22 mm: fix pfn_t vs highmem by Dan Williams · 9 years ago
- 4a38981 kernel/locking/lockdep.c: convert hash tables to hlists by Andrew Morton · 9 years ago
- 6b75d14 mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE by Vineet Gupta · 9 years ago
- 6a6ac72 mm,thp: khugepaged: call pte flush at the time of collapse by Vineet Gupta · 9 years ago
- 078c6c3 mm/backing-dev.c: fix error path in wb_init() by Rasmus Villemoes · 9 years ago
- 6b9116a mm, dax: check for pmd_none() after split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- 7eb3912 vsprintf: kptr_restrict is okay in IRQ when 2 by Jason A. Donenfeld · 9 years ago
- 62eb320 mm: fix filemap.c kernel doc warning by Randy Dunlap · 9 years ago
- 7707535 ubsan: cosmetic fix to Kconfig text by Yang Shi · 9 years ago
- c05235d Merge tag 'gpio-v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
- da2f912 Merge tag 'platform-drivers-x86-v4.5-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
- 5de6ac7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
- ee50aea IB/core: Fix reading capability mask of the port info class by Eran Ben Elisha · 9 years ago
- fa51b24 net/mlx4: fix some error handling in mlx4_multi_func_init() by Rasmus Villemoes · 9 years ago
- a5ebb87d Revert "mmc: block: don't use parameter prefix if built as module" by Ulf Hansson · 9 years ago
- a53b839 thermal: cpu_cooling: fix out of bounds access in time_in_idle by Javi Merino · 9 years ago
- bc4ef75 btrfs: properly set the termination value of ctx->pos in readdir by David Sterba · 10 years ago
- e972c37 ARM: 8519/1: ICST: try other dividends than 1 by Linus Walleij · 9 years ago