1. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  2. 54a94fc powerpc/cell: Add missing error code in spufs_mkgang() by Dan Carpenter · 8 years ago
  3. 4e82901 dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared by Al Viro · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  6. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  7. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  8. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  9. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  10. 6b9cdf3 ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
  11. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  12. ed56f34 powerpc/spufs: convert userns uid/gid mount options to kuid/kgid by Dwight Engen · 11 years ago
  13. 5f99f4e [readdir] switch dcache_readdir() users to ->iterate() by Al Viro · 11 years ago
  14. 6747e83 powerpc/spufs: Initialise inode->i_ino in spufs_new_inode() by Michael Ellerman · 11 years ago
  15. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  16. 2248b87 spufs_mkdir(): don't d_add() on negative parent by Al Viro · 11 years ago
  17. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  18. 25b2692 pull unlock+dput() out into do_spu_create() by Al Viro · 12 years ago
  19. 1ba44cc spufs: pull unlock-and-dput() up into spufs_create() by Al Viro · 12 years ago
  20. 66ec7b2 spufs_create_context(): simplify failure exits by Al Viro · 12 years ago
  21. 67cba9f move spu_forget() into spufs_rmdir() by Al Viro · 12 years ago
  22. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  23. bf349a4 spufs: shift dget/mntget towards dentry_open() by Al Viro · 12 years ago
  24. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  25. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  26. 640045a spufs: make register_filesystem the last potential failure exit by Al Viro · 12 years ago
  27. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  28. fb700d3 powerpc/spufs: Fix double unlocks by Benjamin Herrenschmidt · 12 years ago
  29. c6684b2 switch spufs guts to umode_t by Al Viro · 13 years ago
  30. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  31. 1ba1068 switch do_spufs_create() to user_path_create(), fix double-unlock by Al Viro · 13 years ago
  32. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  33. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  34. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  35. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  36. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  37. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  38. 0f3f63a spufs conversion to ->evict_inode() by Al Viro · 14 years ago
  39. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  40. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  41. 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
  42. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  43. 1babddb powerpc/spufs: Remove unused error path by Stephen Rothwell · 15 years ago
  44. 45db924 powerpc/spufs: Remove double check for non-negative dentry by Jan Blunck · 15 years ago
  45. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  46. 7425464 powerpc/spufs: Constify context contents and coredump callback constants by Jeremy Kerr · 15 years ago
  47. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  48. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  49. 1330deb CRED: Wrap task credential accesses in the PowerPC arch by David Howells · 16 years ago
  50. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  51. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  52. 6747c2e powerpc/spufs: add a missing mutex_unlock by Kou Ishizaki · 16 years ago
  53. ba0b996 powerpc/spufs: use inc_nlink by Jeremy Kerr · 16 years ago
  54. e2ed6e4 powerpc/spufs: set nlink count for spufs root correctly by Jeremy Kerr · 16 years ago
  55. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  56. 2c3e478 powerpc/spufs: only add ".ctx" file with "debug" mount option by Jeremy Kerr · 16 years ago
  57. 23d893f powerpc/spufs: allow spufs files to specify sizes by Jeremy Kerr · 16 years ago
  58. 02539d7 [POWERPC] spufs: lockdep annotations for spufs_dir_close by Christoph Hellwig · 16 years ago
  59. 826be06 [POWERPC] spufs: spu_create should send inotify IM_CREATE event by Christoph Hellwig · 16 years ago
  60. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  61. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  62. 90d09e1 mount options: fix spufs by Miklos Szeredi · 16 years ago
  63. 5811906 [POWERPC] spufs: Fix memory leak on SPU affinity by Andre Detsch · 17 years ago
  64. c443aca [POWERPC] spufs: Fix context destroy vs /spu readdir race by Jeremy Kerr · 17 years ago
  65. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  66. 48cad41 [POWERPC] spufs: Combine spufs_coredump_calls with spufs_calls by Michael Ellerman · 17 years ago
  67. 8b0d312 [POWERPC] spufs: Make isolated loader properly aligned by Sebastian Siewior · 17 years ago
  68. 8e68e2f [CELL] spufs: extension of spu_create to support affinity definition by Arnd Bergmann · 17 years ago
  69. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  70. b8c295f [POWERPC] spufs: Remove spufs_dir_inode_operations by Jeremy Kerr · 17 years ago
  71. 87873c8 [POWERPC] spufs: Fix error handling in spufs_fill_dir() by Sebastian Siewior · 17 years ago
  72. 89df008 [POWERPC] spufs: Free mm if spufs_fill_dir() failed by Sebastian Siewior · 17 years ago
  73. 877907d [POWERPC] spufs: Fix gang destroy leaks by Jeremy Kerr · 17 years ago
  74. 8f18a15 [POWERPC] spufs: Refuse to load the module when not running on cell by Arnd Bergmann · 17 years ago
  75. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  76. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  77. ccf17e9 [POWERPC] spu_base: fix initialisation on systems with no SPEs by Jeremy Kerr · 17 years ago
  78. f11f5ee [POWERPC] spufs: add mode= mount option by Jeremy Kerr · 17 years ago
  79. db1384b [POWERPC] spufs: fix memory leak on spufs reloading by Akinobu Mita · 17 years ago
  80. c99c199 [POWERPC] spufs: fix missing error handling in module_init() by Akinobu Mita · 17 years ago
  81. 43c2bbd [POWERPC] spufs: clear mapping pointers after last close by Christoph Hellwig · 17 years ago
  82. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 17 years ago
  83. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  84. 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 17 years ago
  85. b4d1ab5 [PATCH] struct path: convert powerpc by Josef Sipek · 18 years ago
  86. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  87. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  88. bd2e5f8 [POWERPC] spufs: return an error in spu_create is isolated create isnt supported by Jeremy Kerr · 18 years ago
  89. bf1ab97 [POWERPC] coredump: Add SPU elf notes to coredump. by Dwayne Grant McConnell · 18 years ago
  90. c6730ed [POWERPC] spufs: Load isolation kernel from spu_run by Jeremy Kerr · 18 years ago
  91. ee2d734 [POWERPC] spufs: Use SPU master control to prevent wild SPU execution by Arnd Bergmann · 18 years ago
  92. 099814b [POWERPC] spufs: Add isolated-mode SPE recycling support by Jeremy Kerr · 18 years ago
  93. 0afacde [POWERPC] spufs: allow isolated mode apps by starting the SPE loader by arnd@arndb.de · 18 years ago
  94. 5737edd [POWERPC] spufs: add support for nonschedulable contexts by Mark Nutter · 18 years ago
  95. 6263203 [POWERPC] spufs: Add infrastructure needed for gang scheduling by Arnd Bergmann · 18 years ago
  96. 9add11d [POWERPC] spufs: implement error event delivery to user space by Arnd Bergmann · 18 years ago
  97. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  98. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  99. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  100. c983294 [POWERPC] spufs: fail spu_create with invalid flags by arnd@arndb.de · 18 years ago