1. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  2. 201f956 fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  3. 4ce16ef3 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  4. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  5. fa3c56b fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible by Al Viro · 12 years ago
  6. facc353 nfs_lookup_verify_inode() - nd is *always* non-NULL here by Al Viro · 12 years ago
  7. 93420b4 switch nfs_lookup_check_intent() away from nameidata by Al Viro · 12 years ago
  8. 02e5180 do_dentry_open(): take initialization of file->f_path to caller by Al Viro · 12 years ago
  9. 2a027e7 fold __dentry_open() into its sole caller by Al Viro · 12 years ago
  10. 96b7e57 switch do_dentry_open() to returning int by Al Viro · 12 years ago
  11. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  12. 2675a4e fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  13. 30d9049 kill struct opendata by Al Viro · 12 years ago
  14. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  15. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  16. 3d8a00d don't modify od->filp at all by Al Viro · 12 years ago
  17. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  18. a8277b9 vfs: move O_DIRECT check to common code by Miklos Szeredi · 12 years ago
  19. f60dc3d vfs: do_last(): clean up retry by Miklos Szeredi · 12 years ago
  20. 77d660a vfs: do_last(): clean up bool by Miklos Szeredi · 12 years ago
  21. e83db16 vfs: do_last(): clean up labels by Miklos Szeredi · 12 years ago
  22. aa4caad vfs: do_last(): clean up error handling by Miklos Szeredi · 12 years ago
  23. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  24. e43ae79 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  25. 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  26. 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  27. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  28. c8ccbe0 fuse: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  29. eda72af nfs: don't use intents for checking atomic open by Miklos Szeredi · 12 years ago
  30. 50de348 nfs: don't use nd->intent.open.flags by Miklos Szeredi · 12 years ago
  31. 8867fe5 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  32. 0dd2b47 nfs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  33. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  34. 54ef487 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 12 years ago
  35. d58ffd3 vfs: add lookup_open() by Miklos Szeredi · 12 years ago
  36. 7157486 vfs: do_last(): common slow lookup by Miklos Szeredi · 12 years ago
  37. b6183df vfs: do_last(): separate O_CREAT specific code by Miklos Szeredi · 12 years ago
  38. 37d7fff vfs: do_last(): inline lookup_slow() by Miklos Szeredi · 12 years ago
  39. 6d7b5aa namei.c: let follow_link() do put_link() on failure by Al Viro · 12 years ago
  40. 1d67410 coda: use list_for_each_entry by Al Viro · 12 years ago
  41. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  42. 9f71387 ext4: get rid of open-coded d_find_any_alias() by Al Viro · 12 years ago
  43. a614a09 ocfs2: use list_for_each_entry in ocfs2_find_local_alias() by Al Viro · 12 years ago
  44. 12447c4 affs: unobfuscate affs_fix_dcache() by Al Viro · 12 years ago
  45. 3084ee9 affs: get rid of open-coded list_for_each_entry() by Al Viro · 12 years ago
  46. 049b3c1 vfs: update documentation on ->i_dentry handling by Al Viro · 12 years ago
  47. 7968ce1 adfs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  48. e6f9f8d cifs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  49. 63a4458 qnx6: don't bother with ->i_dentry in inode-freeing callback by Al Viro · 12 years ago
  50. 6ce6e24 get rid of magic in proc_namespace.c by Al Viro · 12 years ago
  51. f7a99c5 get rid of ->mnt_longterm by Al Viro · 12 years ago
  52. d187663 fs/direct-io.c: adjust suspicious bit operation by Julia Lawall · 12 years ago
  53. 3dd8478 affs: get rid of affs_sync_super by Artem Bityutskiy · 12 years ago
  54. a215fef affs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  55. a837107 affs: stop using lock_super by Artem Bityutskiy · 12 years ago
  56. e0471c8 affs: re-structure superblock locking a bit by Artem Bityutskiy · 12 years ago
  57. 0164b1a affs: remove useless superblock writeout on remount by Artem Bityutskiy · 12 years ago
  58. c9753b1 affs: remove useless superblock writeout on unmount by Artem Bityutskiy · 12 years ago
  59. bc86256 affs: stop setting bm_flags by Artem Bityutskiy · 12 years ago
  60. 7326e38 i2c: i2c-ocores: support for 16bit and 32bit IO by Ganesan Ramalingam · 12 years ago
  61. d739a46 V4L/DVB: mfd: use reg_shift instead of regstep by Jayachandran C · 12 years ago
  62. 8bb986a i2c: i2c-ocores: Use reg-shift property by Ganesan Ramalingam · 12 years ago
  63. 9ae97a8 i2c: i2c-ocores: DT bindings and minor fixes. by Jayachandran C · 12 years ago
  64. 097df40 i2c: mv64xxxx: remove EXPERIMENTAL tag by Wolfram Sang · 12 years ago
  65. 22a4cca e1000e: Program the correct register for ITR when using MSI-X. by Matthew Vick · 12 years ago
  66. 18115f8 e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571() by Tushar Dave · 12 years ago
  67. d291d5f staging:iio:tsl2x7x: Ensure request_irq and free_irq dev_id parameter match by Lars-Peter Clausen · 12 years ago
  68. 165d0c5 staging:iio:lpc32xx_adc: Ensure request_irq and free_irq dev_id parameter match by Lars-Peter Clausen · 12 years ago
  69. 79d2a6b staging:iio:tsl2x7x: Fix client data inconsistency by Lars-Peter Clausen · 12 years ago
  70. 97271c3 staging:iio:adis16260: Fix drvdata inconsistency by Lars-Peter Clausen · 12 years ago
  71. 12f0e67 Merge tag 'drm-intel-next-2012-07-06' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  72. 1aebb09 lp8727_charger: Move header file into platform_data directory by Kim, Milo · 12 years ago
  73. a52359b e1000e: fix test for PHY being accessible on 82577/8/9 and I217 by Bruce Allan · 12 years ago
  74. d0efa8f e1000e: Correct link check logic for 82571 serdes by Tushar Dave · 12 years ago
  75. 141e369 xfrm: Initialize the struct xfrm_dst behind the dst_enty field by Steffen Klassert · 12 years ago
  76. 8104891 ipv6: Initialize the struct rt6_info behind the dst_enty field by Steffen Klassert · 12 years ago
  77. df4732a Merge branch 'v3.5-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 12 years ago
  78. 921a678 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  79. 3270476 workqueue: reimplement WQ_HIGHPRI using a separate worker_pool by Tejun Heo · 12 years ago
  80. 4ce62e9 workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool() by Tejun Heo · 12 years ago
  81. e908c41 power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENT by Ramakrishna Pallala · 12 years ago
  82. a66f59b bq27x00_battery: Add support for BQ27425 chip by Saranya Gopal · 12 years ago
  83. 79989ba ARM: dts: Add nodes for spi controllers for SAMSUNG EXYNOS5 platforms by Thomas Abraham · 12 years ago
  84. b0b2781 ARM: EXYNOS: Enable platform support for SPI controllers for EXYNOS5 by Thomas Abraham · 12 years ago
  85. ea5a9ce ARM: EXYNOS: Add spi clock support for EXYNOS5 by Thomas Abraham · 12 years ago
  86. 4980c39 ARM: dts: Add nodes for spi controllers for SAMSUNG EXYNOS4 platforms by Thomas Abraham · 12 years ago
  87. d40af36 ARM: EXYNOS: Enable platform support for SPI controllers for EXYNOX4 by Thomas Abraham · 12 years ago
  88. 46fda15 ARM: EXYNOS: Fix the incorrect hierarchy of spi controller bus clock by Thomas Abraham · 12 years ago
  89. 45cd4fb charger-manager: Set current limit of regulator for over current protection by Chanwoo Choi · 12 years ago
  90. bee737b charger-manager: Use EXTCON Subsystem to detect charger cables for charging by Chanwoo Choi · 12 years ago
  91. fdb1335 Merge tag 'md-3.5-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  92. 5f5b331 eCryptfs: check for eCryptfs cipher support at mount by Tim Sally · 12 years ago
  93. 821f749 eCryptfs: Revert to a writethrough cache model by Tyler Hicks · 12 years ago
  94. 869dd46 tipc: remove print_buf and deprecated log buffer code by Erik Hugne · 12 years ago
  95. dc1aed3 tipc: phase out most of the struct print_buf usage by Erik Hugne · 12 years ago
  96. e2dbd60 tipc: simplify print buffer handling in tipc_printf by Erik Hugne · 12 years ago
  97. 5deedde tipc: simplify link_print by divorcing it from using tipc_printf by Paul Gortmaker · 12 years ago
  98. 568fc58 tipc: remove TIPC packet debugging functions and macros by Erik Hugne · 12 years ago
  99. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  100. 6637284 Smack: Maintainer Record by Casey Schaufler · 12 years ago