1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  3. 32c419d move internal-only parts of ncpfs headers to fs/ncpfs by Al Viro · 13 years ago
  4. 0378c40 switch ncpfs by Al Viro · 13 years ago
  5. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  6. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  7. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  8. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  9. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 13 years ago
  10. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  11. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  12. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  13. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  14. fb2d5b8 fs: name case update method by Nick Piggin · 13 years ago
  15. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  16. 5d8e4bd ncpfs: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  17. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  18. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  19. 2a4df5d ncpfs: Lock socket in ncpfs while setting its callbacks by Petr Vandrovec · 14 years ago
  20. 2e54eb9 BKL: Remove BKL from ncpfs by Petr Vandrovec · 14 years ago
  21. 7233e39 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  22. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  23. 94ee849 switch ncpfs to ->evict_inode() by Al Viro · 14 years ago
  24. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  25. d9a145f Merge commit 'linus/master' into bkl/core by Frederic Weisbecker · 14 years ago
  26. e355999 ncpfs: Remove duplicated #include by Huang Weiyi · 14 years ago
  27. e956b4b Fix comment spelling errors in ncpfs/inode.c by Matthew Whitworth · 14 years ago
  28. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  29. ca57272 fs/: do not fallback to default_llseek() when readdir() uses BKL by jan Blunck · 14 years ago
  30. 93d84b6 ncpfs: BKL ioctl pushdown by John Kacur · 14 years ago
  31. f1970c7 ncpfs: add bdi backing to mount session by Jens Axboe · 14 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  33. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  34. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  35. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  36. 8b2feb1 ncpfs: fix wrong check in __ncp_ioctl() by Bartlomiej Zolnierkiewicz · 15 years ago
  37. c5df591 ncpfs: read buffer overflow by Roel Kluin · 15 years ago
  38. 74675a5 NLS: update handling of Unicode by Alan Stern · 15 years ago
  39. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  40. a9482eb ncpfs: use memdup_user() by Li Zefan · 15 years ago
  41. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  42. 9d7d644 fs/Kconfig: move the rest of ncpfs out by Alexey Dobriyan · 15 years ago
  43. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  44. ee9ef6b fs/ncpfs/getopt.c: cleanup keneldoc by Qinghuang Feng · 15 years ago
  45. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 16 years ago
  46. 4893702 CRED: Wrap task credential accesses in the NCPFS filesystem by David Howells · 16 years ago
  47. 58ec42b [PATCH] don't pass nameidata to __ncp_lookup_validate() by Al Viro · 16 years ago
  48. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  49. 9465efc Remove BKL from remote_llseek v2 by Andi Kleen · 16 years ago
  50. 97a4feb ncpfs: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  51. eee3754f ncpfs: fix sparse warning in ncpsign_kernel.c by Harvey Harrison · 16 years ago
  52. 305787e ncpfs: fix sparse warnings in ioctl.c by Harvey Harrison · 16 years ago
  53. cdf8803 ncpfs: add prototypes to ncp_fs.h by Harvey Harrison · 16 years ago
  54. a761a1c [PATCH] r/o bind mounts: elevate write count for ncp_ioctl() by Dave Hansen · 16 years ago
  55. 564cd13 mount options: fix ncpfs by Miklos Szeredi · 16 years ago
  56. 7c28cba NCPFS: update diagnostic strings to match routine names. by Robert P. J. Day · 16 years ago
  57. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 16 years ago
  58. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  59. d7ef970 NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY by Robert P. J. Day · 17 years ago
  60. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  61. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  62. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  63. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  64. 17973f5 Only send SIGXFSZ when exceeding rlimits. by Micah Cowan · 17 years ago
  65. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  66. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  67. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  68. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  69. c5f93cf ncpfs: make sure server connection survives a kill by Pierre Ossman · 17 years ago
  70. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  71. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  72. 1de2412 [PATCH] ncpfs: ensure we free wdog_pid on parse_option or fill_inode failure by Eric W. Biederman · 18 years ago
  73. 2154227 [PATCH] ncpfs: Use struct pid to track the userspace watchdog process by Eric W. Biederman · 18 years ago
  74. 92e5bae [PATCH] struct path: convert ncpfs by Josef Sipek · 18 years ago
  75. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  76. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  77. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  78. 5c09d96 [PATCH] wrong order of arguments in copy_to_user() in ncpfs by Al Viro · 18 years ago
  79. 54f67f6 [PATCH] Move ncpfs 32bit compat ioctl to ncpfs by Petr Vandrovec · 18 years ago
  80. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  81. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  82. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  83. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  84. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  85. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  87. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  88. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  89. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  90. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  91. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  92. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  93. 8e3f904 [PATCH] sem2mutex: NCPFS by Ingo Molnar · 18 years ago
  94. 44db77f [PATCH] ncpfs: remove kmalloc wrapper by Pekka Enberg · 18 years ago
  95. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  96. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 18 years ago
  97. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 18 years ago
  98. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  99. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  100. db40716 [PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING code by Adrian Bunk · 19 years ago