1. 35a4c90 fs/efs: femove unneeded cast by Firo Yang · 9 years ago
  2. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  3. ca35664 fs/efs/namei.c: return is not a function by Fabian Frederick · 10 years ago
  4. d1826f2 fs/efs: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 10 years ago
  5. f403d1d fs/efs: add pr_fmt / use __func__ by Fabian Frederick · 10 years ago
  6. 179b87f fs/efs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  7. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  8. 7a42d4b fs/efs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  9. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  10. 5a9ed6f efs: get rid of ->put_super() by Al Viro · 11 years ago
  11. 136eefa efs: iget_locked() doesn't return an ERR_PTR() by Dan Carpenter · 11 years ago
  12. 7aa123a [readdir] convert efs by Al Viro · 11 years ago
  13. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  14. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  16. 462f16a fs/efs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  17. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  18. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  19. 5d4ea4d userns: Convert efs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  20. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  21. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  22. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  23. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  24. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  25. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  26. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  27. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  28. e7ec952 get rid of BKL in fs/efs by Al Viro · 15 years ago
  29. 514c91a fs/efs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  30. 571f0a0 fs/Kconfig: move efs out by Alexey Dobriyan · 15 years ago
  31. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  32. dc8e190 EFS: Don't set f_fsid in statfs(). by David Woodhouse · 16 years ago
  33. 2d8a10c [PATCH] fix efs_lookup() by Al Viro · 16 years ago
  34. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  35. 865965a efs: update error msg to not refer to deleted read_inode() by Robert P. J. Day · 16 years ago
  36. 45254b4 efs: move headers out of include/linux/ by Christoph Hellwig · 16 years ago
  37. 298384cd iget: stop EFS from using iget() and read_inode() by David Howells · 16 years ago
  38. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  39. 05da080 efs: new export ops by Christoph Hellwig · 17 years ago
  40. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  41. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  42. 5ca2960 knfsd: exportfs: remove iget abuse by Christoph Hellwig · 17 years ago
  43. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  44. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  45. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  46. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  47. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  48. 0191f20 [PATCH] struct path: convert efs by Josef Sipek · 18 years ago
  49. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  50. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  51. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  52. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  53. 0aa9e4f [PATCH] efs: Remove incorrect unlock_kernel from failure path in efs_symlink_readpage() by Josh Triplett · 18 years ago
  54. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  55. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  56. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  57. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  58. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  59. 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 18 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago