1. a48fc69 udf: Fix crash after seekdir by Jan Kara · 3 years, 2 months ago
  2. 979a6e2 udf: Get rid of 0-length arrays in struct fileIdentDesc by Jan Kara · 3 years, 8 months ago
  3. fa236c2 udf: Fix NULL pointer dereference in udf_symlink function by Arturo Giusti · 3 years, 7 months ago
  4. 80e5d1ff5 useful constants: struct qstr for ".." by Al Viro · 3 years, 9 months ago
  5. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  6. 382a228 udf: Remove pointless union in udf_inode_info by Jan Kara · 4 years, 3 months ago
  7. 39416c5 udf: fix an uninitialized read bug and remove dead code by Wenwen Wang · 6 years ago
  8. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. 5c1a68a3 udf: switch to discard_new_inode() by Al Viro · 7 years ago
  10. f2e8334 udf: Provide function for calculating dir entry length by Jan Kara · 7 years ago
  11. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  12. fcbf763 udf: Fix signed/unsigned format specifiers by Steve Magnani · 7 years ago
  13. b490bdd udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF by Steve Magnani · 7 years ago
  14. 033c9da fs-udf: Improve six size determinations by Markus Elfring · 7 years ago
  15. 6ff6b2b udf: use octal for permissions by Fabian Frederick · 8 years ago
  16. ad4d053 udf: Make stat on symlink report symlink length as st_size by Jan Kara · 8 years ago
  17. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  18. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  19. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  20. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  21. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  22. 066b9cd udf: Use separate buffer for copying split names by Jan Kara · 9 years ago
  23. 9fba705 udf: Adjust UDF_NAME_LEN to better reflect actual restrictions by Andrew Gabbasov · 9 years ago
  24. 525e2c5 udf: Parameterize output length in udf_put_filename by Andrew Gabbasov · 9 years ago
  25. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  26. c73119c udf: don't duplicate page_symlink_inode_operations by Al Viro · 9 years ago
  27. 92acca4 UDF: support NFSv2 export by NeilBrown · 10 years ago
  28. 231473f udf: Return error from udf_find_entry() by Fabian Frederick · 10 years ago
  29. 5ceb8b5 udf: Return -ENOMEM when allocation fails in udf_get_filename() by Fabian Frederick · 10 years ago
  30. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  31. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  32. 3adc12e udf: Update ctime and mtime when directory is modified by Jan Kara · 10 years ago
  33. 13f0c2b udf: remove redundant buffer_head.h includes by Fabian Frederick · 10 years ago
  34. 3ee3039 udf: Reduce repeated dereferences by Jan Kara · 10 years ago
  35. 0e5cc9a udf: Check path length when reading symlink by Jan Kara · 10 years ago
  36. 0b93a92 udf: saner calling conventions for udf_new_inode() by Al Viro · 10 years ago
  37. b231509 udf: fix the udf_iget() vs. udf_new_inode() races by Al Viro · 10 years ago
  38. d2be51c udf: merge the pieces inserting a new non-directory object into directory by Al Viro · 10 years ago
  39. 6d3d5e8 udf: Make udf_read_inode() and udf_iget() return error by Jan Kara · 10 years ago
  40. 85cd083 udf: avoid unneeded up_write when fail to add entry in ->symlink by Chao Yu · 10 years ago
  41. 4ea7772 udf: Fix lockdep warning from udf_symlink() by Jan Kara · 11 years ago
  42. 656d09d udf: provide ->tmpfile() by Al Viro · 12 years ago
  43. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
  44. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  45. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  46. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  47. 0143fc5 udf: avoid info leak on export by Mathias Krause · 12 years ago
  48. b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
  49. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 13 years ago
  50. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 13 years ago
  51. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  52. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  53. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  54. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  55. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  56. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  57. a40ecd7 udf: Rename udf_warning to udf_warn by Joe Perches · 13 years ago
  58. 7020739 udf: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 14 years ago
  59. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 14 years ago
  60. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
  61. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  62. 810c1b2e udf: fix i_nlink limit by Al Viro · 14 years ago
  63. a4264b3 UDF: Close small mem leak in udf_find_entry() by Jesper Juhl · 14 years ago
  64. 4651c59 udf: Fix directory corruption after extent merging by Jan Kara · 14 years ago
  65. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  66. 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
  67. d664b6a udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex by Jan Kara · 14 years ago
  68. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  69. 3635046 udf: Remove dead quota code by Jan Kara · 15 years ago
  70. a6c5a03 udf: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
  71. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 15 years ago
  72. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  73. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
  74. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
  75. 391e8bb sanitize const/signedness for udf by Al Viro · 15 years ago
  76. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  77. 7c6e3d1 udf: Remove wrong assignment in udf_symlink by Jan Kara · 15 years ago
  78. 97e961f Fix the udf code not to pass structs on stack where possible. by Pekka Enberg · 16 years ago
  79. 5ca4e4b Remove struct typedefs from fs/udf/ecma_167.h et al. by Pekka Enberg · 16 years ago
  80. 7706bb3 CRED: Wrap task credential accesses in the UDF filesystem by David Howells · 16 years ago
  81. 9fbb76c [PATCH] get rid of on-stack dentry in udf by Al Viro · 16 years ago
  82. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  83. 0f1bce4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 17 years ago
  84. 9afadc4 udf: Fix memory corruption when fs mounted with noadinicb option by Jan Kara · 17 years ago
  85. 221e583 udf: Make udf exportable by Rasmus Rohde · 17 years ago
  86. 78e917d udf: fix sparse warning in namei.c by Harvey Harrison · 17 years ago
  87. f845fce udf: use crc_itu_t from lib instead of udf_crc by Bob Copeland · 17 years ago
  88. b80697c udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes) by Jan Kara · 17 years ago
  89. 9bf2c6b udf: Remove checking of existence of filename in udf_add_entry() by Jan Kara · 17 years ago
  90. b1e3212 udf: kill useless file header comments for vfs method implementations by Christoph Hellwig · 17 years ago
  91. 05343c4 udf: fix adding entry to a directory by Jan Kara · 17 years ago
  92. af79329 udf: cleanup directory offset handling by Jan Kara · 17 years ago
  93. 7f3fbd0 udf: fix signedness issue by Marcin Slusarz · 17 years ago
  94. 48d6d8f udf: cache struct udf_inode_info by Marcin Slusarz · 17 years ago
  95. c0b3443 udf: remove UDF_I_* macros and open code them by Marcin Slusarz · 17 years ago
  96. 3f2587b udf: create common function for tag checksumming by Marcin Slusarz · 17 years ago
  97. 4b11111 udf: fix coding style by Marcin Slusarz · 17 years ago
  98. 6c79e98 udf: remove some ugly macros by Marcin Slusarz · 17 years ago
  99. 28de794 UDF: coding style conversion - lindent fixups by Cyrill Gorcunov · 17 years ago
  100. cb00ea3 UDF: coding style conversion - lindent by Cyrill Gorcunov · 17 years ago