1. 26567cd fix nommu breakage in shmem.c by Al Viro · 11 years ago
  2. dd37978 cache the value of file_inode() in struct file by Al Viro · 11 years ago
  3. 5e60867 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry by Al Viro · 11 years ago
  4. a3b2157 9p: make sure ->lookup() adds fid to the right dentry by Al Viro · 11 years ago
  5. 7b5be62 9p: untangle ->lookup() a bit by Al Viro · 11 years ago
  6. 3509b67 9p: double iput() in ->lookup() if d_materialise_unique() fails by Al Viro · 11 years ago
  7. 2ea03e1d 9p: v9fs_fid_add() can't fail now by Al Viro · 11 years ago
  8. aaeb7ec v9fs: get rid of v9fs_dentry by Al Viro · 11 years ago
  9. c4d3096 9p: turn fid->dlist into hlist by Al Viro · 11 years ago
  10. 634095d 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just fine by Al Viro · 11 years ago
  11. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  12. 45e09bd selinux: opened file can't have NULL or negative ->f_path.dentry by Al Viro · 11 years ago
  13. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  14. 9626357 Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  15. 2b37e9a Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 11 years ago
  16. a9a07d4 Merge branch 'for-upstream' of git://openrisc.net/jonas/linux by Linus Torvalds · 11 years ago
  17. 2003cd9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. 24e5591 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  19. dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. f8ef15d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. 6515925 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  22. bbbd27e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  23. a6590b9 Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  24. 1085db4 Merge tag 'f2fs-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  25. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  26. 515d01f Merge tag 'vfio-v3.9-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 11 years ago
  27. 1cef935 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  28. ecc88ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  29. 70a3a06 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  30. f6c0ffa Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  31. 42a0a1b Merge branch 'for-v3.9' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  32. 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  33. 4c8c225 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  34. 3eb0522 Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 11 years ago
  35. ed5dc23 Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  36. 0512c04 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 11 years ago
  37. 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  38. ef4e359 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  39. d3d009c saner proc_get_inode() calling conventions by Al Viro · 11 years ago
  40. 87e0aab proc: avoid extra pde_put() in proc_fill_super() by Maxim Patlasov · 11 years ago
  41. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  42. 9cc64ce fs/exec.c: make bprm_mm_init() static by Yuanhan Liu · 11 years ago
  43. b24ae0b ocfs2/dlm: use GFP_ATOMIC inside a spin_lock by Dan Carpenter · 12 years ago
  44. 9b171e0 ocfs2: fix possible use-after-free with AIO by Jan Kara · 11 years ago
  45. 30b9c9e ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code path by Sunil Mushran · 12 years ago
  46. 21d2068 get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero by Al Viro · 11 years ago
  47. 0e9b10a target: writev() on single-element vector is pointless by Al Viro · 11 years ago
  48. 7bb307e export kernel_write(), convert open-coded instances by Al Viro · 11 years ago
  49. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  50. 182be68 kill f_vfsmnt by Al Viro · 11 years ago
  51. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  52. 4f4a4fa nfsd: handle vfs_getattr errors in acl protocol by J. Bruce Fields · 11 years ago
  53. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  54. e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 11 years ago
  55. 79f9f99 ceph: prepopulate inodes only when request is aborted by Sage Weil · 11 years ago
  56. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  57. 3592ac4 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() by Al Viro · 11 years ago
  58. 5fa6300 9p: split dropping the acls from v9fs_set_create_acl() by Al Viro · 11 years ago
  59. be308f0 9p: switch v9fs_acl_chmod() from dentry to inode+fid by Al Viro · 11 years ago
  60. 0f235ca 9p: switch v9fs_set_acl() from dentry to fid by Al Viro · 11 years ago
  61. 7f165aa 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl() by Al Viro · 11 years ago
  62. 38baba9 9p: add fid-based variant of v9fs_xattr_set() by Al Viro · 11 years ago
  63. 8add862 tegra: don't wank with d_find_alias() by Al Viro · 11 years ago
  64. 0990a97 lirc: get rid of bogus checks by Al Viro · 11 years ago
  65. 0df4d6e hugetlb_file_setup(): use d_alloc_pseudo() by Al Viro · 11 years ago
  66. 3451538 shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() by Al Viro · 11 years ago
  67. 9cf81c7 xtensa: add accept4 syscall by Chris Zankel · 11 years ago
  68. 160d837 openrisc: add missing header inclusion by Stefan Kristiansson · 11 years ago
  69. c41b381 Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  70. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  71. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  72. 69086a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  73. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  74. 8d168f7 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  75. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  76. be88298 drm/tilcdc: only build on arm by Stephen Rothwell · 11 years ago
  77. d414c10 Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  78. f6d43b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  79. c69d0a15 Merge tag 'ktest-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 11 years ago
  80. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  81. eb970ff usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND by Ming Lei · 11 years ago
  82. 42e21c0 usbnet: smsc95xx: fix broken runtime suspend by Ming Lei · 11 years ago
  83. 7643721 usbnet: smsc95xx: fix suspend failure by Ming Lei · 11 years ago
  84. 70a737b bgmac: fix indexing of 2nd level loops by Rafał Miłecki · 11 years ago
  85. 63a02ce b43: Fix lockdep splat on module unload by Larry Finger · 11 years ago
  86. 7992ae6 Revert "ip_gre: propogate target device GSO capability to the tunnel device" by Pravin B Shelar · 11 years ago
  87. 8f10098 IP_GRE: Fix GRE_CSUM case. by Pravin B Shelar · 11 years ago
  88. 8dc98eb VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification. by Pravin B Shelar · 11 years ago
  89. 490ab08 IP_GRE: Fix IP-Identification. by Pravin B Shelar · 11 years ago
  90. 2bedc2e Merge branch 'wireless' by David S. Miller · 11 years ago
  91. 6d6436f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  92. b425388 IB/mlx4: Advertise MW support by Shani Michaeli · 11 years ago
  93. 6ff63e1 IB/mlx4: Support memory window binding by Shani Michaeli · 11 years ago
  94. 804d6a8 mlx4: Implement memory windows allocation and deallocation by Shani Michaeli · 11 years ago
  95. e448834 mlx4_core: Enable memory windows in {INIT, QUERY}_HCA by Shani Michaeli · 11 years ago
  96. cc1ade9 mlx4_core: Disable memory windows for virtual functions by Shani Michaeli · 11 years ago
  97. f72dd56 IPoIB: Free ipoib neigh on path record failure so path rec queries are retried by Roland Dreier · 11 years ago
  98. 2ce19e7 IB/srp: Fail I/O requests if the transport is offline by Bart Van Assche · 11 years ago
  99. c7c4e7f IB/srp: Avoid endless SCSI error handling loop by Bart Van Assche · 11 years ago
  100. 3780d1f IB/srp: Avoid sending a task management function needlessly by Bart Van Assche · 11 years ago