1. 92acca4 UDF: support NFSv2 export by NeilBrown · 9 years ago
  2. 231473f udf: Return error from udf_find_entry() by Fabian Frederick · 9 years ago
  3. 5ceb8b5 udf: Return -ENOMEM when allocation fails in udf_get_filename() by Fabian Frederick · 9 years ago
  4. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  6. 3adc12e udf: Update ctime and mtime when directory is modified by Jan Kara · 9 years ago
  7. 13f0c2b udf: remove redundant buffer_head.h includes by Fabian Frederick · 9 years ago
  8. 3ee3039 udf: Reduce repeated dereferences by Jan Kara · 10 years ago
  9. 0e5cc9a udf: Check path length when reading symlink by Jan Kara · 10 years ago
  10. 0b93a92 udf: saner calling conventions for udf_new_inode() by Al Viro · 10 years ago
  11. b231509 udf: fix the udf_iget() vs. udf_new_inode() races by Al Viro · 10 years ago
  12. d2be51c udf: merge the pieces inserting a new non-directory object into directory by Al Viro · 10 years ago
  13. 6d3d5e8 udf: Make udf_read_inode() and udf_iget() return error by Jan Kara · 10 years ago
  14. 85cd083 udf: avoid unneeded up_write when fail to add entry in ->symlink by Chao Yu · 10 years ago
  15. 4ea7772 udf: Fix lockdep warning from udf_symlink() by Jan Kara · 11 years ago
  16. 656d09d udf: provide ->tmpfile() by Al Viro · 11 years ago
  17. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  18. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  19. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  20. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  21. 0143fc5 udf: avoid info leak on export by Mathias Krause · 12 years ago
  22. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago
  23. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  24. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  25. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  26. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  27. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  28. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  29. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  30. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  31. a40ecd7 udf: Rename udf_warning to udf_warn by Joe Perches · 13 years ago
  32. 7020739 udf: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  33. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  34. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  35. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  36. 810c1b2e udf: fix i_nlink limit by Al Viro · 13 years ago
  37. a4264b3 UDF: Close small mem leak in udf_find_entry() by Jesper Juhl · 14 years ago
  38. 4651c59 udf: Fix directory corruption after extent merging by Jan Kara · 14 years ago
  39. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  40. 4d0fb62 udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info struct by Alessio Igor Bogani · 14 years ago
  41. d664b6a udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex by Jan Kara · 14 years ago
  42. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  43. 3635046 udf: Remove dead quota code by Jan Kara · 14 years ago
  44. a6c5a03 udf: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 14 years ago
  45. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 14 years ago
  46. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  47. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  48. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  49. 391e8bb sanitize const/signedness for udf by Al Viro · 14 years ago
  50. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  51. 7c6e3d1 udf: Remove wrong assignment in udf_symlink by Jan Kara · 15 years ago
  52. 97e961f Fix the udf code not to pass structs on stack where possible. by Pekka Enberg · 16 years ago
  53. 5ca4e4b Remove struct typedefs from fs/udf/ecma_167.h et al. by Pekka Enberg · 16 years ago
  54. 7706bb3 CRED: Wrap task credential accesses in the UDF filesystem by David Howells · 16 years ago
  55. 9fbb76c [PATCH] get rid of on-stack dentry in udf by Al Viro · 16 years ago
  56. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  57. 0f1bce4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 16 years ago
  58. 9afadc4 udf: Fix memory corruption when fs mounted with noadinicb option by Jan Kara · 16 years ago
  59. 221e583 udf: Make udf exportable by Rasmus Rohde · 16 years ago
  60. 78e917d udf: fix sparse warning in namei.c by Harvey Harrison · 16 years ago
  61. f845fce udf: use crc_itu_t from lib instead of udf_crc by Bob Copeland · 16 years ago
  62. b80697c udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes) by Jan Kara · 16 years ago
  63. 9bf2c6b udf: Remove checking of existence of filename in udf_add_entry() by Jan Kara · 16 years ago
  64. b1e3212 udf: kill useless file header comments for vfs method implementations by Christoph Hellwig · 16 years ago
  65. 05343c4 udf: fix adding entry to a directory by Jan Kara · 16 years ago
  66. af79329 udf: cleanup directory offset handling by Jan Kara · 16 years ago
  67. 7f3fbd0 udf: fix signedness issue by Marcin Slusarz · 16 years ago
  68. 48d6d8f udf: cache struct udf_inode_info by Marcin Slusarz · 16 years ago
  69. c0b3443 udf: remove UDF_I_* macros and open code them by Marcin Slusarz · 16 years ago
  70. 3f2587b udf: create common function for tag checksumming by Marcin Slusarz · 16 years ago
  71. 4b11111 udf: fix coding style by Marcin Slusarz · 16 years ago
  72. 6c79e98 udf: remove some ugly macros by Marcin Slusarz · 16 years ago
  73. 28de794 UDF: coding style conversion - lindent fixups by Cyrill Gorcunov · 17 years ago
  74. cb00ea3 UDF: coding style conversion - lindent by Cyrill Gorcunov · 17 years ago
  75. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  76. 3bf25cb udf: use get_bh() by Jan Kara · 17 years ago
  77. ff116fc UDF: introduce struct extent_position by Jan Kara · 17 years ago
  78. 60448b1 udf: use sector_t and loff_t for file offsets by Jan Kara · 17 years ago
  79. c007c06 udf: decrement correct link count in udf_rmdir by Stephen Mollett · 17 years ago
  80. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  81. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  82. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  83. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  84. db9a369 [PATCH] UDF: Fix issues reported by Coverity in namei.c by Jayachandran C · 18 years ago
  85. 4d399ca remove pointers to the defunct UDF mailing list by Adrian Bunk · 18 years ago
  86. 1c71e22 [PATCH] udf_find_entry() cleanup by Christoph Hellwig · 19 years ago
  87. ec471dc [PATCH] coverity: fs/udf/namei.c null check by KAMBAROV, ZAUR · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago