1. 7c955fc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 13 years ago
  2. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  3. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  4. 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
  5. d1668fe udf: Remove BKL from free space counting functions by Jan Kara · 14 years ago
  6. 0484b1c udf: Remove BKL from udf_put_super() and udf_remount_fs() by Jan Kara · 14 years ago
  7. c03cad2 udf: Protect default inode credentials by rwlock by Jan Kara · 14 years ago
  8. 949f4a7 udf: Protect all modifications of LVID with s_alloc_mutex by Jan Kara · 14 years ago
  9. d664b6a udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex by Jan Kara · 14 years ago
  10. ed2ae6f fs/udf: Use vzalloc by Joe Perches · 14 years ago
  11. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  12. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  13. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  14. 3aac2b6 switch udf to ->evict_inode() by Al Viro · 14 years ago
  15. 581b7e9 udf: super.c Fix warning: variable 'sbi' set but not used by Justin P. Mattock · 14 years ago
  16. 3635046 udf: Remove dead quota code by Jan Kara · 14 years ago
  17. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  18. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  19. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  20. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  21. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  22. e971b0b udf: Try harder when looking for VAT inode by Jan Kara · 15 years ago
  23. 4bf17af udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocks by Jan Kara · 15 years ago
  24. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  25. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  26. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  27. 146bca7 udf: Don't write integrity descriptor too often by Jan Kara · 15 years ago
  28. 4034600 udf: Try anchor in block 256 first by Jan Kara · 15 years ago
  29. 225fede udf: Some type fixes and cleanups by Jan Kara · 15 years ago
  30. 1197e4d udf: use hardware sector size by Clemens Ladisch · 15 years ago
  31. 4136801 udf: fix novrs mount option by Clemens Ladisch · 15 years ago
  32. 557f5a1 udf: return f_fsid for statfs(2) by Coly Li · 15 years ago
  33. f90981f udf: Add checks to not underflow sector_t by Jan Kara · 16 years ago
  34. 87bc730 udf: fix default mode and dmode options handling by Marcin Slusarz · 16 years ago
  35. 3093055 udf: unsigned last[i] cannot be less than 0 by roel kluin · 16 years ago
  36. 7ac9bcd5 udf: implement mode and dmode mounting options by Marcin Slusarz · 16 years ago
  37. ba9aadd udf: reduce stack usage of udf_load_pvoldesc by Marcin Slusarz · 16 years ago
  38. 97e961f Fix the udf code not to pass structs on stack where possible. by Pekka Enberg · 16 years ago
  39. 5ca4e4b Remove struct typedefs from fs/udf/ecma_167.h et al. by Pekka Enberg · 16 years ago
  40. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  41. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  42. e8183c2 udf: Fix regression in UDF anchor block detection by Tomas Janousek · 16 years ago
  43. 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
  44. 221e583 udf: Make udf exportable by Rasmus Rohde · 16 years ago
  45. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. f845fce udf: use crc_itu_t from lib instead of udf_crc by Bob Copeland · 16 years ago
  47. 706047a udf: Fix compilation warnings when UDF debug is on by Sebastian Manciulea · 16 years ago
  48. 47c9358 udf: Fix bug in VAT mapping code by Sebastian Manciulea · 16 years ago
  49. bfb257a udf: Add read-only support for 2.50 UDF media by Jan Kara · 16 years ago
  50. f4bcbbd udf: Fix handling of multisession media by Sebastian Manciulea · 16 years ago
  51. 96200be udf: Mount filesystem read-only if it has pseudooverwrite partition by Jan Kara · 16 years ago
  52. fa5e081 udf: Handle VAT packed inside inode properly by Jan Kara · 16 years ago
  53. c82a127 udf: Fix detection of VAT version by Jan Kara · 16 years ago
  54. 4f7874c udf: Silence warning about accesses beyond end of device by Jan Kara · 16 years ago
  55. 5fb28aa udf: Improve anchor block detection by Jan Kara · 16 years ago
  56. 423cf6d udf: Cleanup anchor block detection. by Jan Kara · 16 years ago
  57. 38b74a5 udf: Move processing of virtual partitions by Jan Kara · 16 years ago
  58. 3fb38df udf: Move filling of partition descriptor info into a separate function by Jan Kara · 16 years ago
  59. 2e0838f udf: Improve error recovery on mount by Jan Kara · 16 years ago
  60. c0eb31e udf: Cleanup volume descriptor sequence processing by Jan Kara · 16 years ago
  61. d0db181 udf: fix anchor point detection by Pavel Emelyanov · 16 years ago
  62. 200a359 udf: Mark udf_process_sequence() as noinline by Jan Kara · 16 years ago
  63. 165923f udf: super.c reorganization by Marcin Slusarz · 16 years ago
  64. af15a29 udf: remove unneeded kernel_timestamp type by Marcin Slusarz · 16 years ago
  65. 5677480 udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps by Marcin Slusarz · 16 years ago
  66. cbf5676 udf: convert udf_stamp_to_time to return struct timespec by marcin.slusarz@gmail.com · 16 years ago
  67. 01b954a udf: convert udf_count_free_bitmap to use bitmap_weight by Marcin Slusarz · 16 years ago
  68. b8145a7 make udf_error() static by Adrian Bunk · 16 years ago
  69. 8dee00b fs/udf: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  70. 15aebd2 udf: move headers out include/linux/ by Christoph Hellwig · 16 years ago
  71. b1e3212 udf: kill useless file header comments for vfs method implementations by Christoph Hellwig · 16 years ago
  72. f1f73ba8 udf: kill udf_set_blocksize by Christoph Hellwig · 16 years ago
  73. 6da8089 mount options: fix udf by Miklos Szeredi · 16 years ago
  74. a9ca663 kill UDFFS_{DATE,VERSION} by Adrian Bunk · 16 years ago
  75. 28f7c4d udf: improve readability of udf_load_partition by Marcin Slusarz · 16 years ago
  76. c0b3443 udf: remove UDF_I_* macros and open code them by Marcin Slusarz · 16 years ago
  77. 5e0f001 udf: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  78. 3f2587b udf: create common function for tag checksumming by Marcin Slusarz · 16 years ago
  79. 4b11111 udf: fix coding style by Marcin Slusarz · 16 years ago
  80. bd45a42 udf: fix sparse warnings (shadowing & mismatch between declaration and definition) by Marcin Slusarz · 16 years ago
  81. 883cb9d udf: move calculating of nr_groups into helper function by Marcin Slusarz · 16 years ago
  82. 66e1da3 udf: convert macros related to bitmaps to functions by Marcin Slusarz · 16 years ago
  83. deae6cf udf: check if udf_load_logicalvol failed by Marcin Slusarz · 16 years ago
  84. dc5d39b udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps function by Marcin Slusarz · 16 years ago
  85. 6c79e98 udf: remove some ugly macros by Marcin Slusarz · 16 years ago
  86. 3a71fc5 udf: fix coding style of super.c by Marcin Slusarz · 16 years ago
  87. b1e7a4b1 UDF: coding style fixups by Cyrill Gorcunov · 17 years ago
  88. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  89. bcec447 UDF: handle wrong superblock better by Jan Kara · 17 years ago
  90. ca76d2d UDF: fix UID and GID mount option ignorance by Cyrill Gorcunov · 17 years ago
  91. 28de794 UDF: coding style conversion - lindent fixups by Cyrill Gorcunov · 17 years ago
  92. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  93. cb00ea3 UDF: coding style conversion - lindent by Cyrill Gorcunov · 17 years ago
  94. 8e1c091 arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  95. f834368 parse errors in ifdefs by Yoann Padioleau · 17 years ago
  96. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  97. 951744f udf: possible null pointer dereference while load_partition by Dmitriy Monakhov · 17 years ago
  98. 31170b6 udf: support files larger than 1G by Jan Kara · 17 years ago
  99. 3bf25cb udf: use get_bh() by Jan Kara · 17 years ago
  100. ff116fc UDF: introduce struct extent_position by Jan Kara · 17 years ago