1. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  2. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  3. 9a232de ncpfs: fix unused variable warning by Miklos Szeredi · 8 years ago
  4. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  5. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  6. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  7. 803c001 ncpfs: fix a braino in OOM handling in ncp_fill_cache() by Al Viro · 8 years ago
  8. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  9. 4467e29 fs/ncpfs/dir.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  10. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  11. 3f4a949 ncpfs: successful rename() should invalidate caches for parents by Al Viro · 9 years ago
  12. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  13. 5e993e2 ncpfs: get rid of d_validate() nonsense by Al Viro · 9 years ago
  14. a67f797 ncpfs: use file_inode() by Al Viro · 10 years ago
  15. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  16. a740022 new helper: is_root_inode() by Al Viro · 10 years ago
  17. 8a27334 fs/ncpfs/dir.c: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  18. 821cc30 ncpfs: use list_for_each_entry() for d_subdirs walk by Al Viro · 10 years ago
  19. ffddc5f fs/ncpfs/dir.c: fix indenting in ncp_lookup() by Dan Carpenter · 10 years ago
  20. e45ca8b ncpfs: convert PPRINTK to ncp_vdbg by Joe Perches · 10 years ago
  21. d3b73ca ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg by Joe Perches · 10 years ago
  22. 84eb353 ncpfs: switch to %p[dD] by Al Viro · 11 years ago
  23. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  24. 0b3fca1 kill find_inode_number() by Al Viro · 11 years ago
  25. 338b2f5 ncpfs: don't bother with EBUSY on removal of busy directories by Al Viro · 11 years ago
  26. 76f582a [readdir] convert ncpfs by Al Viro · 11 years ago
  27. 698b822 ncpfs: fix rmdir returns Device or resource busy by Dave Chiluk · 11 years ago
  28. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  29. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  30. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  31. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  32. 5eee25c ncpfs: propagate umode_t by Al Viro · 13 years ago
  33. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  34. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  35. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  36. 76cc071a ncpfs: fix rename over directory with dangling references by Sage Weil · 13 years ago
  37. 7ce605d ncpfs: document dentry_unhash usage by Sage Weil · 13 years ago
  38. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  39. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  40. 32c419d move internal-only parts of ncpfs headers to fs/ncpfs by Al Viro · 13 years ago
  41. 0378c40 switch ncpfs by Al Viro · 13 years ago
  42. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  43. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  44. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 13 years ago
  45. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  46. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  47. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  48. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  49. fb2d5b8 fs: name case update method by Nick Piggin · 13 years ago
  50. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  51. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  52. 2e54eb9 BKL: Remove BKL from ncpfs by Petr Vandrovec · 14 years ago
  53. ca57272 fs/: do not fallback to default_llseek() when readdir() uses BKL by jan Blunck · 14 years ago
  54. 93d84b6 ncpfs: BKL ioctl pushdown by John Kacur · 14 years ago
  55. 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
  56. c5df591 ncpfs: read buffer overflow by Roel Kluin · 15 years ago
  57. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  58. 58ec42b [PATCH] don't pass nameidata to __ncp_lookup_validate() by Al Viro · 16 years ago
  59. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  60. 92e5bae [PATCH] struct path: convert ncpfs by Josef Sipek · 17 years ago
  61. 54f67f6 [PATCH] Move ncpfs 32bit compat ioctl to ncpfs by Petr Vandrovec · 18 years ago
  62. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  63. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  64. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 18 years ago
  65. db40716 [PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING code by Adrian Bunk · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago