1. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  2. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  3. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  4. b625032 fs/coda/dir.c: forward declaration clean-up by Fabian Frederick · 9 years ago
  5. 93fe74b coda_venus_readdir(): use file_inode() by Al Viro · 10 years ago
  6. a740022 new helper: is_root_inode() by Al Viro · 10 years ago
  7. 834b46c fs/coda: use linux/uaccess.h by Fabian Frederick · 10 years ago
  8. 6d6bd94 fs/coda: use __func__ by Fabian Frederick · 10 years ago
  9. f38cfb2 fs/coda: logging prefix uniformization by Fabian Frederick · 10 years ago
  10. d9b4b31 fs/coda: replace printk by pr_foo() by Fabian Frederick · 10 years ago
  11. 11d100d coda_revalidate_inode(): switch to passing inode... by Al Viro · 11 years ago
  12. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  13. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  14. 6b5e122 coda: don't bother with find_inode_number() by Al Viro · 11 years ago
  15. e924f25 [readdir] convert coda by Al Viro · 11 years ago
  16. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 11 years ago
  17. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  18. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  19. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  20. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  21. f4947fb coda: switch coda_cnode_make() to sane API as well, clean coda_lookup() by Al Viro · 13 years ago
  22. 0b2c4e3 coda: deal correctly with allocation failure from coda_cnode_makectl() by Al Viro · 13 years ago
  23. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  24. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  25. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  26. b85fd6b don't open-code parent_ino() in assorted ->readdir() by Al Viro · 13 years ago
  27. ee60498 coda_venus_readdir(): use offsetof() by Al Viro · 13 years ago
  28. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  29. 42b850b coda: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  30. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  31. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  32. 31a203d take coda-private headers out of include/linux by Al Viro · 14 years ago
  33. 9501e4c switch coda by Al Viro · 14 years ago
  34. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  35. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  36. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  37. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  38. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  39. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  40. f7cc02b8 Coda: push BKL regions into coda_upcall() by Yoshihisa Abe · 14 years ago
  41. b5ce1d8 Coda: add spin lock to protect accesses to struct coda_inode_info. by Yoshihisa Abe · 14 years ago
  42. 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
  43. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  44. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  45. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  46. 9fe76c7 coda: add static to functions in dir.c by Harvey Harrison · 16 years ago
  47. d3fec42 coda: remove CODA_STORE/CODA_RELEASE upcalls by Jan Harkes · 17 years ago
  48. 5f47c7e coda breakage by Al Viro · 17 years ago
  49. 3cf01f2 coda: remove statistics counters from /proc/fs/coda by Jan Harkes · 17 years ago
  50. ed36f72 coda: cleanup coda_lookup, use dsplice_alias by Jan Harkes · 17 years ago
  51. 9787525 coda: avoid lockdep warning in coda_readdir by Jan Harkes · 17 years ago
  52. 8c6d215 coda: allow removal of busy directories by Jan Harkes · 17 years ago
  53. d728900 coda: fix nlink updates for directories by Jan Harkes · 17 years ago
  54. 7c9e3c2 wrong order of arguments of ->readdir() by Al Viro · 17 years ago
  55. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  56. d4176d3 [PATCH] struct path: convert coda by Josef Sipek · 18 years ago
  57. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  58. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  59. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  60. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  61. c98d8cf [PATCH] fs/coda/: proper prototypes by Adrian Bunk · 18 years ago
  62. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago