1. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  2. 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
  3. e21e709 Don't mess with generic_permission() under ->d_lock in hpfs by Al Viro · 14 years ago
  4. 7e7742e sanitize signedness/const for pointers to char in hpfs a bit by Al Viro · 14 years ago
  5. f4c54fc hpfs: use bitmap_weight() by Akinobu Mita · 15 years ago
  6. c2923c3 hpfs: use hweight32 by Akinobu Mita · 15 years ago
  7. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  8. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  9. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  10. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  11. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  12. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  13. 604d295 fs/hpfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  14. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  15. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  16. 928ea19 fs/Kconfig: move hpfs out by Alexey Dobriyan · 15 years ago
  17. de395b8 CRED: Wrap task credential accesses in the HPFS filesystem by David Howells · 16 years ago
  18. ca30bc9 [PATCH] hpfs: cleanup ->setattr by Christoph Hellwig · 16 years ago
  19. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  20. 1bd5191 [patch 05/14] hpfs: dont call permission() by Miklos Szeredi · 16 years ago
  21. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  22. 6d9c1fd mount options: fix hpfs by Miklos Szeredi · 16 years ago
  23. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  24. d6091b7 hpfs: convert to new aops by Nick Piggin · 17 years ago
  25. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  26. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  27. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  28. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  29. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  30. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  31. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  32. 575800b [PATCH] struct path: convert hpfs by Josef Sipek · 18 years ago
  33. 18debbb [PATCH] hpfs: fix printk format warnings by Randy Dunlap · 18 years ago
  34. 352d94d [PATCH] hpfs: bring hpfs_error() into shape by Alexey Dobriyan · 18 years ago
  35. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  36. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  37. 2ef1031 [PATCH] hpfs endianness annotations by Al Viro · 19 years ago
  38. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  39. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  40. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  41. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  42. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  43. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  44. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  45. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  46. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  47. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  48. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  49. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  50. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  51. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  52. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  53. 7bf6d78 [PATCH] sem2mutex: HPFS by Ingo Molnar · 18 years ago
  54. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  55. 33096b1 [PATCH] hpfs: remove spurious mtime update by Christoph Hellwig · 19 years ago
  56. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  57. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago