1. 5eee25c ncpfs: propagate umode_t by Al Viro · 13 years ago
  2. 18df225 hugetlbfs: propagate umode_t by Al Viro · 13 years ago
  3. bef41c2 exofs: propagate umode_t by Al Viro · 13 years ago
  4. c6e49e3 nilfs: propagate umode_t by Al Viro · 13 years ago
  5. 64f1426 sunrpc: propagate umode_t by Al Viro · 13 years ago
  6. a760b03 affs: propagate umode_t by Al Viro · 13 years ago
  7. a5e7ed3 cgroup: propagate mode_t by Al Viro · 13 years ago
  8. f9ec800 infiniband: umode_t noise, including open-coded S_ISDIR() by Al Viro · 13 years ago
  9. faef2b6 sysfs: propagate umode_t by Al Viro · 13 years ago
  10. 5b91aca usbfs: propagate umode_t by Al Viro · 13 years ago
  11. fec0eba hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREG by Al Viro · 13 years ago
  12. 67697cb ocfs2: propagate umode_t by Al Viro · 13 years ago
  13. 2b15ad0 dlmfs: use inode_init_owner() by Al Viro · 13 years ago
  14. 3eda0de 9p: propagate umode_t by Al Viro · 13 years ago
  15. 587228b omfs: propagate umode_t by Al Viro · 13 years ago
  16. 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
  17. 576b1d6 xfs: propagate umode_t by Al Viro · 13 years ago
  18. dd716e6 sysv: propagate umode_t by Al Viro · 13 years ago
  19. 6a9a06d ufs: propagate umode_t by Al Viro · 13 years ago
  20. 4f45ba3 minix: propagate umode_t by Al Viro · 13 years ago
  21. dcca3fe ext4: propagate umode_t by Al Viro · 13 years ago
  22. 69b34f3 ext3: propagate umode_t by Al Viro · 13 years ago
  23. 3ea40bc ext2: propagate umode_t by Al Viro · 13 years ago
  24. c2837de 9p: don't bother with unixmode2p9mode() for link() and symlink() by Al Viro · 13 years ago
  25. 18cb1b0 kill ecryptfs_create_underlying_file() by Al Viro · 13 years ago
  26. 4394751 configfs: convert to umode_t by Al Viro · 13 years ago
  27. fbd48a6 switch devtmpfs to umode_t by Al Viro · 13 years ago
  28. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  29. 48176a9 switch sysfs_chmod_file() to umode_t by Al Viro · 13 years ago
  30. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  31. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  32. 9104e42 switch sysfs attr->mode to umode_t by Al Viro · 13 years ago
  33. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  34. 7d54fa6 hugetlbfs: switch to inode_init_owner() by Al Viro · 13 years ago
  35. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  36. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  37. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  38. 8208a22 switch sys_mknodat(2) to umode_t by Al Viro · 13 years ago
  39. dabe0dc vfs: fix the rest of sget() races by Al Viro · 12 years ago
  40. cf31e70 vfs: new helper - vfs_ustat() by Al Viro · 12 years ago
  41. c972b4b vfs: live vfsmounts never have NULL ->mnt_sb by Al Viro · 12 years ago
  42. 4c1d5a6 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root by Al Viro · 12 years ago
  43. 32dc730 get rid of timer in kern/acct.c by Al Viro · 12 years ago
  44. 84b92d3 vfs: pipe.c is really non-modular by Al Viro · 12 years ago
  45. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  46. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 12 years ago
  47. 8c9379e constify seq_file stuff by Al Viro · 12 years ago
  48. 79e801a vfs: make do_kern_mount() static by Al Viro · 12 years ago
  49. a516616 vfs: convert fs_supers to hlist by Al Viro · 12 years ago
  50. 5352d3b make nfs_follow_remote_path() handle ERR_PTR() passed as root_mnt by Al Viro · 13 years ago
  51. 5ffc283 vfs: kill ->mnt_devname use in afs printks by Al Viro · 13 years ago
  52. e407699 btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... by Al Viro · 13 years ago
  53. c5dc332 tomoyo: stop including hell knows what by Al Viro · 13 years ago
  54. aa0a4cf vfs: dentry_reset_mounted() doesn't use vfsmount argument by Al Viro · 13 years ago
  55. 6c449c8 unexport put_mnt_ns(), make create_mnt_ns() static outright by Al Viro · 13 years ago
  56. aafd08d vfs: add missing parens in pnode.h macros by Al Viro · 13 years ago
  57. afac7cb vfs: more mnt_parent cleanups by Al Viro · 13 years ago
  58. b2dba1a vfs: new internal helper: mnt_has_parent(mnt) by Al Viro · 13 years ago
  59. aa9c0e0 vfs: kill pointless helpers in namespace.c by Al Viro · 13 years ago
  60. bad0dcf new helpers: fh_{want,drop}_write() by Al Viro · 13 years ago
  61. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  62. f47ec3f trim fs/internal.h by Al Viro · 13 years ago
  63. 5ede7b1 pull manipulations of rpc_cred inside alloc_nfs_open_context() by Al Viro · 13 years ago
  64. 157e8bf Revert "rtc: Disable the alarm in the hardware" by Linus Torvalds · 12 years ago
  65. f9fab10 hung_task: fix false positive during vfork by Mandeep Singh Baines · 12 years ago
  66. 30e0532 security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set by Jan Kara · 12 years ago
  67. 4376eee drm/radeon/kms/atom: fix possible segfault in pm setup by Alexander Müller · 12 years ago
  68. 115e8e7 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  69. 733bbb7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  70. c7f46b7 Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  71. ac97ecc gspca: Fix falling back to lower isoc alt settings by Mauro Carvalho Chehab · 12 years ago
  72. e6780f7 futex: Fix uninterruptible loop due to gate_area by Hugh Dickins · 12 years ago
  73. c121638 netfilter: ctnetlink: fix timeout calculation by Xi Wang · 12 years ago
  74. 52793db ipvs: try also real server with port 0 in backup server by Julian Anastasov · 12 years ago
  75. fe3c8cc skge: restore rx multicast filter on resume and after config changes by Florian Zumbiehl · 12 years ago
  76. cd3109d mlx4_en: nullify cq->vector field when closing completion queue by Yevgeny Petrilin · 12 years ago
  77. 06867fb Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 12 years ago
  78. 604a16b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  79. c63c4ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  80. d65616a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  81. e95bf44 Merge branch 'v3.2-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 12 years ago
  82. 3b87487 Revert "clockevents: Set noop handler in clockevents_exchange_device()" by Linus Torvalds · 12 years ago
  83. 995b410 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 12 years ago
  84. 89307ba Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  85. 50b2abe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  86. 7578ed0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  87. d2bac6a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  88. 1cac8e8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  89. b0365c8 mm: hugetlb: fix non-atomic enqueue of huge page by Hillf Danton · 12 years ago
  90. 3484563 procfs: do not confuse jiffies with cputime64_t by Andreas Schwab · 12 years ago
  91. e26a511 mm/mempolicy.c: refix mbind_range() vma issue by KOSAKI Motohiro · 12 years ago
  92. 757e55c gspca: Fix bulk mode cameras no longer working (regression fix) by Hans de Goede · 12 years ago
  93. 6ccbcf2 Input: sentelic - fix retrieving number of buttons by Tai-hwa Liang · 12 years ago
  94. a4d4636 ceph: disable use of dcache for readdir etc. by Sage Weil · 12 years ago
  95. f2b20d4 block: fix blk_queue_end_tag() by Dan Williams · 12 years ago
  96. 9edf526 ARM: EXYNOS: Remove duplicated SROMC static memory mapping by Thomas Abraham · 12 years ago
  97. baaf939 ARM: SAMSUNG: Fix build error when selecting CPU_FREQ_S3C24XX_DEBUGFS on S3C2440 by Denis Kuzmenko · 12 years ago
  98. aef950b packet: fix possible dev refcnt leak when bind fail by Wei Yongjun · 12 years ago
  99. 0d09858 watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2) by Wim Van Sebroeck · 12 years ago
  100. 371de6e drm/i915: Disable RC6 on Sandybridge by default by Keith Packard · 12 years ago