1. 979a6e2 udf: Get rid of 0-length arrays in struct fileIdentDesc by Jan Kara · 3 years, 8 months ago
  2. c3367a1 udf: augment UDF permissions on new inodes by Steven J. Magnani · 5 years ago
  3. 8cbd9af udf: Use dynamic debug infrastructure by Jan Kara · 5 years ago
  4. 2b42be5 udf: Propagate errors from udf_truncate_extents() by Jan Kara · 6 years ago
  5. c3b9cec udf: convert inode stamps to timespec64 by Arnd Bergmann · 7 years ago
  6. 6c1e4d0 udf: Drop unused arguments of udf_delete_aext() by Jan Kara · 7 years ago
  7. f2e8334 udf: Provide function for calculating dir entry length by Jan Kara · 7 years ago
  8. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  9. 0220edd udf: Simplify calls to udf_disk_stamp_to_time by Deepa Dinamani · 7 years ago
  10. e966fc8d udf: Convert ident strings to proper charset by Jan Kara · 7 years ago
  11. 0c9850f udf: Clean up handling of invalid uid/gid by Jan Kara · 7 years ago
  12. f14fc0c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. b490bdd udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF by Steve Magnani · 7 years ago
  15. ad4d053 udf: Make stat on symlink report symlink length as st_size by Jan Kara · 8 years ago
  16. a17f0cb fs/udf: make #ifdef UDF_PREALLOCATE unconditional by Steve Kenton · 8 years ago
  17. c26f6c6 udf: Fix conversion of 'dstring' fields to UTF8 by Andrew Gabbasov · 9 years ago
  18. 9293fcf udf: Remove struct ustr as non-needed intermediate storage by Andrew Gabbasov · 9 years ago
  19. 9fba705 udf: Adjust UDF_NAME_LEN to better reflect actual restrictions by Andrew Gabbasov · 9 years ago
  20. 525e2c5 udf: Parameterize output length in udf_put_filename by Andrew Gabbasov · 9 years ago
  21. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  22. fcea62b udf: Factor out code for creating indirect extent by Jan Kara · 9 years ago
  23. c73119c udf: don't duplicate page_symlink_inode_operations by Al Viro · 9 years ago
  24. 0e5cc9a udf: Check path length when reading symlink by Jan Kara · 10 years ago
  25. 6174c2e udf: Fix loading of special inodes by Jan Kara · 10 years ago
  26. 0b93a92 udf: saner calling conventions for udf_new_inode() by Al Viro · 10 years ago
  27. 6d3d5e8 udf: Make udf_read_inode() and udf_iget() return error by Jan Kara · 10 years ago
  28. 9960005 udf: add extent cache support in case of file reading by Namjae Jeon · 12 years ago
  29. db8109e udf: stop using s_dirt by Artem Bityutskiy · 13 years ago
  30. faa1729 udf: propagate umode_t by Al Viro · 13 years ago
  31. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  32. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  33. 3080a74 udf: Skip mirror metadata FE loading when metadata FE is ok by Namjae Jeon · 13 years ago
  34. 78ace70 udf: Convert printks to pr_<level> by Joe Perches · 13 years ago
  35. a40ecd7 udf: Rename udf_warning to udf_warn by Joe Perches · 13 years ago
  36. 8076c36 udf: Rename udf_error to udf_err by Joe Perches · 13 years ago
  37. 7e273e3 udf: Promote some debugging messages to udf_error by Joe Perches · 13 years ago
  38. 7e49b6f udf: Convert UDF to new truncate calling sequence by Jan Kara · 14 years ago
  39. d664b6a udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex by Jan Kara · 14 years ago
  40. 49521de udf: Remove BKL from udf_update_inode by Jan Kara · 14 years ago
  41. fab3c858 fs/udf: Add printf format/argument verification by Joe Perches · 14 years ago
  42. 3aac2b6 switch udf to ->evict_inode() by Al Viro · 15 years ago
  43. 3635046 udf: Remove dead quota code by Jan Kara · 15 years ago
  44. 2f07a88 udf: BKL ioctl pushdown by John Kacur · 15 years ago
  45. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 15 years ago
  46. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  47. 90de066 switch udf to simple_fsync() by Al Viro · 16 years ago
  48. 146bca7 udf: Don't write integrity descriptor too often by Jan Kara · 16 years ago
  49. 97e961f Fix the udf code not to pass structs on stack where possible. by Pekka Enberg · 16 years ago
  50. 5ca4e4b Remove struct typedefs from fs/udf/ecma_167.h et al. by Pekka Enberg · 16 years ago
  51. e4f3ec0 udf: restore UDFFS_DEBUG to being undefined by default by Paul Collins · 17 years ago
  52. 221e583 udf: Make udf exportable by Rasmus Rohde · 17 years ago
  53. f845fce udf: use crc_itu_t from lib instead of udf_crc by Bob Copeland · 17 years ago
  54. 706047a udf: Fix compilation warnings when UDF debug is on by Sebastian Manciulea · 17 years ago
  55. bfb257a udf: Add read-only support for 2.50 UDF media by Jan Kara · 17 years ago
  56. 5677480 udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps by Marcin Slusarz · 17 years ago
  57. cbf5676 udf: convert udf_stamp_to_time to return struct timespec by marcin.slusarz@gmail.com · 17 years ago
  58. d652eef udf: replace udf_*_offset macros with functions by marcin.slusarz@gmail.com · 17 years ago
  59. c8ed837 udf: constify crc by marcin.slusarz@gmail.com · 17 years ago
  60. 79cfe0f udf: udf_CS0toUTF8 cleanup by marcin.slusarz@gmail.com · 17 years ago
  61. b8145a7 make udf_error() static by Adrian Bunk · 17 years ago
  62. 15aebd2 udf: move headers out include/linux/ by Christoph Hellwig · 17 years ago
  63. 1ed1617 udf: fix 3 signedness & 1 unitialized variable warnings by Marcin Slusarz · 17 years ago
  64. c0b3443 udf: remove UDF_I_* macros and open code them by Marcin Slusarz · 17 years ago
  65. 3f2587b udf: create common function for tag checksumming by Marcin Slusarz · 17 years ago
  66. 28de794 UDF: coding style conversion - lindent fixups by Cyrill Gorcunov · 17 years ago
  67. cb00ea3 UDF: coding style conversion - lindent by Cyrill Gorcunov · 17 years ago
  68. 74584ae udf: fix possible leakage of blocks by Jan Kara · 18 years ago
  69. 3bf25cb udf: use get_bh() by Jan Kara · 18 years ago
  70. ff116fc UDF: introduce struct extent_position by Jan Kara · 18 years ago
  71. 60448b1 udf: use sector_t and loff_t for file offsets by Jan Kara · 18 years ago
  72. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 18 years ago
  73. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  74. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 19 years ago
  75. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago