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