1. bb2b6d1 udf: fix udf_setsize() for file data in ICB by Ian Abbott · 12 years ago
  2. a0e589b UDF: Remove unnecessary variable "offset" from udf_fill_inode by Ashish Sangwan · 12 years ago
  3. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  4. b2527bf udf: Fix file entry logicalBlocksRecorded by Steve Nickel · 12 years ago
  5. d5e2cf0 udf: Init/maintain file entry checkpoint field by Steve Nickel · 12 years ago
  6. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  7. d2eb8c3 udf: Fix deadlock when converting file from in-ICB one to normal one by Jan Kara · 13 years ago
  8. 7b0b093 udf: Cleanup calling convention of inode_getblk() by Jan Kara · 13 years ago
  9. faa1729 udf: propagate umode_t by Al Viro · 13 years ago
  10. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  11. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  12. a983f36 udf: Neaten udf_debug uses by Joe Perches · 13 years ago
  13. 78ace70 udf: Convert printks to pr_<level> by Joe Perches · 13 years ago
  14. bc11232 udf: Add readpages support for udf. by Namjae Jeon · 13 years ago
  15. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  16. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  17. 7e49b6f udf: Convert UDF to new truncate calling sequence by Jan Kara · 14 years ago
  18. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  19. 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
  20. c03cad2 udf: Protect default inode credentials by rwlock by Jan Kara · 14 years ago
  21. 49521de udf: Remove BKL from udf_update_inode by Jan Kara · 14 years ago
  22. 3aac2b62 switch udf to ->evict_inode() by Al Viro · 14 years ago
  23. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  24. 3635046 udf: Remove dead quota code by Jan Kara · 14 years ago
  25. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 14 years ago
  26. 83c0fb6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 14 years ago
  27. 5833ded udf: Do not read inode before writing it by Jan Kara · 15 years ago
  28. aae917c udf: Fix unalloc space handling in udf_update_inode by Jan Kara · 15 years ago
  29. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  30. 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
  31. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  32. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  33. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  34. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  35. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  36. 391e8bb sanitize const/signedness for udf by Al Viro · 14 years ago
  37. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  38. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  39. 81056dd udf: Perform preallocation only for regular files by Jan Kara · 15 years ago
  40. 87bc730 udf: fix default mode and dmode options handling by Marcin Slusarz · 16 years ago
  41. 7ac9bcd5 udf: implement mode and dmode mounting options by Marcin Slusarz · 16 years ago
  42. 97e961f Fix the udf code not to pass structs on stack where possible. by Pekka Enberg · 16 years ago
  43. 5ca4e4b Remove struct typedefs from fs/udf/ecma_167.h et al. by Pekka Enberg · 16 years ago
  44. 52b19ac udf: Fix BUG_ON() in destroy_inode() by Jan Kara · 16 years ago
  45. f845fce udf: use crc_itu_t from lib instead of udf_crc by Bob Copeland · 16 years ago
  46. bfb257a udf: Add read-only support for 2.50 UDF media by Jan Kara · 16 years ago
  47. 742e179 udf: Allow loading of VAT inode by Jan Kara · 16 years ago
  48. 5677480 udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps by Marcin Slusarz · 16 years ago
  49. cbf5676 udf: convert udf_stamp_to_time to return struct timespec by marcin.slusarz@gmail.com · 16 years ago
  50. c87e8e9 udf: create function for conversion from timestamp to timespec by marcin.slusarz@gmail.com · 16 years ago
  51. f18f17b udf: udf_get_block, inode_bmap - remove unneeded checks by marcin.slusarz@gmail.com · 16 years ago
  52. 1ab9278 udf: simplify __udf_read_inode by marcin.slusarz@gmail.com · 16 years ago
  53. c2104fd udf: replace all adds to little endians variables with le*_add_cpu by marcin.slusarz@gmail.com · 16 years ago
  54. b1e3212 udf: kill useless file header comments for vfs method implementations by Christoph Hellwig · 16 years ago
  55. 05343c4 udf: fix adding entry to a directory by Jan Kara · 16 years ago
  56. af79329 udf: cleanup directory offset handling by Jan Kara · 16 years ago
  57. 32a8f24 udf: avoid unnecessary synchronous writes by Mike Galbraith · 16 years ago
  58. 1ed1617 udf: fix 3 signedness & 1 unitialized variable warnings by Marcin Slusarz · 16 years ago
  59. 48d6d8ff udf: cache struct udf_inode_info by Marcin Slusarz · 16 years ago
  60. c0b3443 udf: remove UDF_I_* macros and open code them by Marcin Slusarz · 16 years ago
  61. 5e0f001 udf: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  62. 3f2587b udf: create common function for tag checksumming by Marcin Slusarz · 16 years ago
  63. 4b11111 udf: fix coding style by Marcin Slusarz · 16 years ago
  64. 6c79e98 udf: remove some ugly macros by Marcin Slusarz · 16 years ago
  65. be021ee udf: convert to new aops by Nick Piggin · 17 years ago
  66. ca76d2d UDF: fix UID and GID mount option ignorance by Cyrill Gorcunov · 17 years ago
  67. 28de794 UDF: coding style conversion - lindent fixups by Cyrill Gorcunov · 17 years ago
  68. cb00ea3 UDF: coding style conversion - lindent by Cyrill Gorcunov · 17 years ago
  69. 647bd61a UDF: check for allocated memory for inode data by Cyrill Gorcunov · 17 years ago
  70. 74584ae udf: fix possible leakage of blocks by Jan Kara · 17 years ago
  71. 85d7124 Fix possible UDF data corruption by Jan Kara · 17 years ago
  72. 31170b6 udf: support files larger than 1G by Jan Kara · 17 years ago
  73. 3bf25cb udf: use get_bh() by Jan Kara · 17 years ago
  74. ff116fc UDF: introduce struct extent_position by Jan Kara · 17 years ago
  75. 60448b1 udf: use sector_t and loff_t for file offsets by Jan Kara · 17 years ago
  76. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  77. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  78. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  79. 2c2111c BUG_ON() Conversion in fs/udf/ by Eric Sesterhenn · 18 years ago
  80. 0e6b3e5 [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options by Phillip Susi · 18 years ago
  81. 4d6660e [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options by Phillip Susi · 18 years ago
  82. b8b0af2 [PATCH] udf: remove bogus inode == NULL check in inode_bmap by Christoph Hellwig · 19 years ago
  83. 4d399ca remove pointers to the defunct UDF mailing list by Adrian Bunk · 19 years ago
  84. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  85. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  86. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago