1. 323ee8f hfsplus: switch to ->iterate_shared() by Al Viro · 8 years ago
  2. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  3. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. 27a4e38 hfsplus: incorrect return value by Chengyu Song · 9 years ago
  5. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  6. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  7. 89ac9b4 hfsplus: fix longname handling by Sougata Santra · 10 years ago
  8. 97a62ea hfsplus: emit proper file type from readdir by Sergei Antonov · 10 years ago
  9. 017f8da hfsplus: fix worst-case unicode to char conversion of file names and attributes by Hin-Tak Leung · 10 years ago
  10. b168fff hfsplus: use xattr handlers for removexattr by Christoph Hellwig · 10 years ago
  11. b0a7ab5 hfsplus: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  12. b4c1107 hfsplus: integrate POSIX ACLs support into driver by Vyacheslav Dubeyko · 11 years ago
  13. e72514e [readdir] convert hfsplus by Al Viro · 11 years ago
  14. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  15. 324ef39 hfsplus: add support of manipulation by attributes file by Vyacheslav Dubeyko · 11 years ago
  16. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  17. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 12 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. 6f24f89 hfsplus: Fix potential buffer overflows by Greg Kroah-Hartman · 12 years ago
  21. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  22. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  23. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  24. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  25. 5bd9d99 hfsplus: add error checking for hfs_find_init() by Alexey Khoroshilov · 13 years ago
  26. e391178 hfsplus: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  27. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  28. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  29. eddf790 switch hfsplus by Al Viro · 14 years ago
  30. 0c21e3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  31. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  32. 20b7643 hfsplus: spaces/indentation clean-up by Anton Salikhmetov · 14 years ago
  33. 2753cc2 hfsplus: over 80 character lines clean-up by Anton Salikhmetov · 14 years ago
  34. eb29d66 hfsplus: write up fsync for directories by Christoph Hellwig · 14 years ago
  35. 11cc21f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  36. 85b8fe8 hfsplus: free space correcly for files unlinked while open by Christoph Hellwig · 14 years ago
  37. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  38. 90e6169 hfsplus: create correct initial catalog entries for device files by Christoph Hellwig · 14 years ago
  39. f6089ff hfsplus: fix link corruption by Christoph Hellwig · 14 years ago
  40. 40de9a7 hfsplus: fix rename over directories by Christoph Hellwig · 14 years ago
  41. 89755dc hfsplus: protect readdir against removals from open_dir_list by Christoph Hellwig · 14 years ago
  42. 7ac9fb9 hfsplus: add per-superblock lock for volume header updates by Christoph Hellwig · 14 years ago
  43. f17c89b hfsplus: fix error handling in hfsplus_symlink by Christoph Hellwig · 14 years ago
  44. 30d3abb hfsplus: merge mknod/mkdir/creat by Christoph Hellwig · 14 years ago
  45. 6af502d hfsplus: fix HFSPLUS_I calling convention by Christoph Hellwig · 14 years ago
  46. dd73a01 hfsplus: fix HFSPLUS_SB calling convention by Christoph Hellwig · 14 years ago
  47. 7cc4bcc hfsplus: Push down BKL into ioctl function by Arnd Bergmann · 14 years ago
  48. 76b0c26 HFS+: fix unlink of links by Roman Zippel · 16 years ago
  49. 6352539 iget: stop HFSPLUS from using iget() and read_inode() by David Howells · 16 years ago
  50. d45bce8 HFS+: add custom dentry hash and comparison operations by Duane Griffin · 17 years ago
  51. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  52. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  53. f44ea03 [PATCH] struct path: convert hfsplus by Josef Sipek · 18 years ago
  54. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  55. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  56. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  57. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  58. af8c85b [PATCH] hfs: set correct create date for links by Roman Zippel · 19 years ago
  59. 634725a [PATCH] hfs: cleanup HFS+ prints by Roman Zippel · 19 years ago
  60. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago