1. a73324d vfs: move mnt_mountpoint to struct mount by Al Viro · 13 years ago
  2. 3376f34 vfs: mnt_parent moved to struct mount by Al Viro · 13 years ago
  3. 1b8e556 vfs: the first spoils - mnt_hash moved by Al Viro · 13 years ago
  4. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  5. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  6. 4572bef switch ->path_mkdir() to umode_t by Al Viro · 13 years ago
  7. 2570ebb switch kern_ipc_perm to umode_t by Al Viro · 13 years ago
  8. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  9. 1bc9422 switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t by Al Viro · 13 years ago
  10. df0a428 switch mq_open() to umode_t by Al Viro · 13 years ago
  11. a85cfda switch miscdevice to umode_t by Al Viro · 13 years ago
  12. 52ef0c0 switch securityfs_create_file() to umode_t by Al Viro · 13 years ago
  13. 910f4ece switch security_path_chmod() to umode_t by Al Viro · 13 years ago
  14. 49f0a07 switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t by Al Viro · 13 years ago
  15. 36fcb58 sysctl: use umode_t for table permissions by Al Viro · 13 years ago
  16. 8d334ac switch is_sxid() to umode_t by Al Viro · 13 years ago
  17. 62bb109 switch inode_init_owner() to umode_t by Al Viro · 13 years ago
  18. 632861f pohmelfs: propagate umode_t by Al Viro · 13 years ago
  19. 09208d1 shmem, ramfs: propagate umode_t, open-coded S_ISREG by Al Viro · 13 years ago
  20. 64f1426 sunrpc: propagate umode_t by Al Viro · 13 years ago
  21. a5e7ed3 cgroup: propagate mode_t by Al Viro · 13 years ago
  22. 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
  23. 69b34f3 ext3: propagate umode_t by Al Viro · 13 years ago
  24. 4394751 configfs: convert to umode_t by Al Viro · 13 years ago
  25. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  26. 48176a9 switch sysfs_chmod_file() to umode_t by Al Viro · 13 years ago
  27. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  28. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  29. 9104e42 switch sysfs attr->mode to umode_t by Al Viro · 13 years ago
  30. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  31. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  32. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  33. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  34. 8208a22 switch sys_mknodat(2) to umode_t by Al Viro · 13 years ago
  35. ff01bb4 fs: move code out of buffer.c by Al Viro · 13 years ago
  36. cf31e70 vfs: new helper - vfs_ustat() by Al Viro · 13 years ago
  37. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  38. 8c9379e constify seq_file stuff by Al Viro · 13 years ago
  39. 79e801a vfs: make do_kern_mount() static by Al Viro · 13 years ago
  40. a516616 vfs: convert fs_supers to hlist by Al Viro · 13 years ago
  41. 6c449c8 unexport put_mnt_ns(), make create_mnt_ns() static outright by Al Viro · 13 years ago
  42. 5ede7b1 pull manipulations of rpc_cred inside alloc_nfs_open_context() by Al Viro · 13 years ago
  43. 43c6759 net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h> by Javier Martinez Canillas · 13 years ago
  44. 30e0532 security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set by Jan Kara · 13 years ago
  45. e1482a1 Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-2.6 into imx/clk by Arnd Bergmann · 13 years ago
  46. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  47. 455ffa6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  48. 52793db ipvs: try also real server with port 0 in backup server by Julian Anastasov · 13 years ago
  49. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 13 years ago
  50. c9da99e unix_diag: Fixup RQLEN extension report by Pavel Emelyanov · 13 years ago
  51. 885ee74 af_unix: Move CINQ/COUTQ code to helpers by Pavel Emelyanov · 13 years ago
  52. 257b529 unix_diag: Add the MEMINFO extension by Pavel Emelyanov · 13 years ago
  53. c0636fa inet_diag: Add the SKMEMINFO extension by Pavel Emelyanov · 13 years ago
  54. 5d2e5f2 sock_diag: Introduce the meminfo nla core (v2) by Pavel Emelyanov · 13 years ago
  55. 288461e unix_diag: Include unix_diag.h into header-y target by Pavel Emelyanov · 13 years ago
  56. e6fe237 sock_diag: Arrange sock_diag.h such that it is exportable to userspace by Pavel Emelyanov · 13 years ago
  57. 7f8e323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  58. 3484563 procfs: do not confuse jiffies with cputime64_t by Andreas Schwab · 13 years ago
  59. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  60. f83c779 ipv6: Create fast inline ipv6 neigh lookup just like ipv4. by David S. Miller · 13 years ago
  61. 2c2aba6 ipv6: Use universal hash for NDISC. by David S. Miller · 13 years ago
  62. 3ecdd05 dt: add empty of_get_node/of_put_node functions by Rob Herring · 13 years ago
  63. 42c5d52 clk: add helper functions clk_prepare_enable and clk_disable_unprepare by Richard Zhao · 13 years ago
  64. bd4b9ba Merge branch 'samsung/cleanup' into next/drivers by Arnd Bergmann · 13 years ago
  65. 4551ae0 Merge branch 'v3.2-rc6' into next/drivers by Arnd Bergmann · 13 years ago
  66. 07b9840 Merge branch 'omap/hwmod' into next/drivers by Arnd Bergmann · 13 years ago
  67. 9ec2394 Merge branch 'pm-freezer' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  68. a4c6f9d netfilter: xtables: give xt_ecn its own name by Jan Engelhardt · 13 years ago
  69. d446a82 netfilter: xtables: move ipt_ecn to xt_ecn by Jan Engelhardt · 13 years ago
  70. 8af0da9 dt: reform for_each_property to for_each_property_of_node by Dong Aisheng · 13 years ago
  71. 7b482c8 ARM/of: allow *machine_desc.dt_compat to be const by Uwe Kleine-König · 13 years ago
  72. b3b73ec PM / Freezer: fix return value of freezable_schedule_timeout_killable() by Jeff Layton · 13 years ago
  73. 4d25a06 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  74. 6d10463 Merge branch 'pm-domains' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  75. 0015afa Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  76. b7ba68c Merge branch 'pm-sleep' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  77. 40a5f8b PM / QoS: Introduce dev_pm_qos_add_ancestor_request() by Rafael J. Wysocki · 13 years ago
  78. 0f966d7 PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resume by Rafael J. Wysocki · 13 years ago
  79. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  80. ceb98d0 netfilter: xtables: add nfacct match to support extended accounting by Pablo Neira Ayuso · 13 years ago
  81. 9413902 netfilter: add extended accounting infrastructure over nfnetlink by Pablo Neira Ayuso · 13 years ago
  82. 60b778c rfs: better sizing of dev_flow_table by Eric Dumazet · 13 years ago
  83. a22681f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  84. 6d451c5 Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  85. c87fb57 ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OF by Jamie Iles · 13 years ago
  86. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  87. 9d4dde5 net: only use a single page of slop in MAX_SKB_FRAGS by Ian Campbell · 13 years ago
  88. 1ac9bc6 sched/tracing: Add a new tracepoint for sleeptime by Arun Sharma · 13 years ago
  89. b9e61f0 netfilter: ctnetlink: remove dead NAT code by Patrick McHardy · 13 years ago
  90. d70308f netfilter: nat: remove module reference counting from NAT protocols by Patrick McHardy · 13 years ago
  91. cbc9f2f netfilter: nf_nat: export NAT definitions to userspace by Patrick McHardy · 13 years ago
  92. 3d058d7 netfilter: rework user-space expectation helper support by Pablo Neira Ayuso · 13 years ago
  93. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  94. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  95. cd07251 DMA: PL330: Infer transfer direction from transfer request instead of platform data by Thomas Abraham · 13 years ago
  96. 3e2ec13 DMA: PL330: move filter function into driver by Thomas Abraham · 13 years ago
  97. 2d78f8c md: create externally visible flags for supporting hot-replace. by NeilBrown · 13 years ago
  98. 38059ec md: Fix userspace free_pages() macro by Steven Rostedt · 13 years ago
  99. ee0db58 Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  100. f20d09d Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list by Gustavo F. Padovan · 13 years ago