1. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  2. 0c1aa9a deuglify squashfs_lookup() by Al Viro · 13 years ago
  3. 5b4b299 nfsd4_list_rec_dir(): don't bother with reopening rec_file by Al Viro · 13 years ago
  4. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  5. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  6. fb408e6 get rid of pointless checks for dentry->sb == NULL by Al Viro · 13 years ago
  7. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  8. e3c3d9c unexport kern_path_parent() by Al Viro · 13 years ago
  9. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  10. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  11. 5da4e68 devtmpfs: get rid of bogus mkdir in create_path() by Al Viro · 13 years ago
  12. 69753a0 switch devtmpfs to kern_path_create() by Al Viro · 13 years ago
  13. 2780f1f switch devtmpfs object creation/removal to separate kernel thread by Al Viro · 13 years ago
  14. 6657719 make sure that nsproxy_cache is initialized early enough by Al Viro · 13 years ago
  15. 1ba1068 switch do_spufs_create() to user_path_create(), fix double-unlock by Al Viro · 13 years ago
  16. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  17. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 13 years ago
  18. 8aeb376 nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step by Al Viro · 13 years ago
  19. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  20. a127e0a ceph: LOOKUP_OPEN is set only when it's the last component by Al Viro · 13 years ago
  21. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  22. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  23. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  24. bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago
  25. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  26. 554a8b9 Don't pass nameidata when calling vfs_create() from mknod() by Al Viro · 13 years ago
  27. f7c8586 fix mknod() on nfs4 (hopefully) by Al Viro · 13 years ago
  28. 5114159 nameidata_to_nfs_open_context() doesn't need nameidata, actually... by Al Viro · 13 years ago
  29. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  30. 82a2c1b nfs4_opendata doesn't need struct path either by Al Viro · 13 years ago
  31. 643168c nfs4_closedata doesn't need to mess with struct path by Al Viro · 13 years ago
  32. 7c97c20 cifs: fix the type of cifs_demultiplex_thread() by Al Viro · 13 years ago
  33. beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 13 years ago
  34. 729cdb3 kill IPERM_FLAG_RCU by Al Viro · 13 years ago
  35. 76fe327 ->permission() sanitizing: document API changes by Al Viro · 13 years ago
  36. d2d9e9f merge do_revalidate() into its only caller by Al Viro · 13 years ago
  37. 4ad5abb no reason to keep exec_permission() separate now by Al Viro · 13 years ago
  38. d594e7e massage generic_permission() to treat directories on a separate path by Al Viro · 13 years ago
  39. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 13 years ago
  40. cf1dd1d selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU by Al Viro · 13 years ago
  41. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 13 years ago
  42. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  43. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  44. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  45. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  46. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  47. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  48. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 13 years ago
  49. f4d6ff8 move exec_permission() up to the rest of permission-related functions by Al Viro · 13 years ago
  50. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  51. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  52. 78f32a9 switch path_init() to exec_permission() by Al Viro · 13 years ago
  53. 6f28610 switch udf_ioctl() to inode_permission() by Al Viro · 13 years ago
  54. 4cf2714 make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC) by Al Viro · 13 years ago
  55. 43e15cd new helper: iterate_supers_type() by Al Viro · 13 years ago
  56. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  57. e6625fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  58. 47126d8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  59. 4746efd vmscan: fix a livelock in kswapd by Shaohua Li · 13 years ago
  60. f7b8863 fs/libfs.c: fix simple_attr_write() on 32bit machines by Akinobu Mita · 13 years ago
  61. e501f29 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  62. 5943026 vfs: fix race in rcu lookup of pruned dentry by Linus Torvalds · 13 years ago
  63. be0e1e2 rcu: Streamline code produced by __rcu_read_unlock() by Paul E. McKenney · 13 years ago
  64. 7765be2 rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special by Paul E. McKenney · 13 years ago
  65. 131906b rcu: decrease rcu_report_exp_rnp coupling with scheduler by Paul E. McKenney · 13 years ago
  66. 2ebdc42 xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI by Konrad Rzeszutek Wilk · 13 years ago
  67. 7789997 xen/pciback: Remove the DEBUG option. by Konrad Rzeszutek Wilk · 13 years ago
  68. a92336a xen/pciback: Drop two backends, squash and cleanup some code. by Konrad Rzeszutek Wilk · 13 years ago
  69. c288b67 xen/pciback: Print out the MSI/MSI-X (PIRQ) values by Konrad Rzeszutek Wilk · 13 years ago
  70. e17ab35 xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices. by Konrad Rzeszutek Wilk · 13 years ago
  71. a0b2fa8 xen: rename pciback module to xen-pciback. by Ian Campbell · 15 years ago
  72. 494ef20 xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic cases. by Konrad Rzeszutek Wilk · 14 years ago
  73. 0513fe9 xen/pciback: Allocate IRQ handler for device that is shared with guest. by Konrad Rzeszutek Wilk · 13 years ago
  74. a2be65fd xen/pciback: Disable MSI/MSI-X when reseting a device by Konrad Rzeszutek Wilk · 14 years ago
  75. fd5b221 xen/pciback: guest SR-IOV support for PV guest by Zhao, Yu · 14 years ago
  76. 6221a9b xen/pciback: Register the owner (domain) of the PCI device. by Konrad Rzeszutek Wilk · 15 years ago
  77. 8bfd4e0 xen/pciback: Cleanup the driver based on checkpatch warnings and errors. by Konrad Rzeszutek Wilk · 13 years ago
  78. 30edc14 xen/pciback: xen pci backend driver. by Konrad Rzeszutek Wilk · 15 years ago
  79. 7ad711b slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' structure by Matvejchikov Ilya · 13 years ago
  80. a9481a3 slip: remove unused 'line' field from the 'slip' structure by Matvejchikov Ilya · 13 years ago
  81. e78e8f2 kernel: prevent unnecessary rebuilding due to config_data.gz by Peter Foley · 13 years ago
  82. 4917359 b43: bcma: implement full core reset by Rafał Miłecki · 13 years ago
  83. 6f53912 bcma: allow enabling PLL by Rafał Miłecki · 13 years ago
  84. 7424dd0 bcma: allow setting FAST clockmode for a core by Rafał Miłecki · 13 years ago
  85. 3de1a77 bcma: trivial: add helpers for masking/setting by Rafał Miłecki · 13 years ago
  86. bb932ad bcma: move define of BCMA_CLKCTLST register by Rafał Miłecki · 13 years ago
  87. 2729df2 b43: correctly display longer chipsets ids by Rafał Miłecki · 13 years ago
  88. 85a237f mac80211: implement scan supported rates by Johannes Berg · 13 years ago
  89. 34850ab cfg80211: allow userspace to control supported rates in scan by Johannes Berg · 13 years ago
  90. 0b5dd73 b43: HT-PHY: fix masks in radio ctl by Rafał Miłecki · 13 years ago
  91. 40c6226 b43: bcma: read info about supported bands by Rafał Miłecki · 13 years ago
  92. 124cc11 b43: bcma: define 80211 core specific IO status bits by Rafał Miłecki · 13 years ago
  93. 2b5e332 bcma: define IO status register by Rafał Miłecki · 13 years ago
  94. 856799d ieee80211: add few wmm tspec values by Kalle Valo · 13 years ago
  95. eb1577b bcma: handle alternative SPROM location by Rafał Miłecki · 13 years ago
  96. b473bc1 b43: HT-PHY: fix typo in 0x2059 radio init by Rafał Miłecki · 13 years ago
  97. 49ac26f b43: HT-PHY: find channel entry with regs data by Rafał Miłecki · 13 years ago
  98. 315a685 b43: HT-PHY: switch to channel after enabling radio by Rafał Miłecki · 13 years ago
  99. 3667787 b43: use agent R/W ops for BCMA_IOCTL by Rafał Miłecki · 13 years ago
  100. 10d1459 dlm: don't limit active work items by David Teigland · 13 years ago