1. 6f28610 switch udf_ioctl() to inode_permission() by Al Viro · 13 years ago
  2. 7020739 udf: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  3. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  4. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  5. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  6. 9ad1e1e udf: use little-endian bitops by Akinobu Mita · 13 years ago
  7. 374e552 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
  8. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  9. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  10. 810c1b2e udf: fix i_nlink limit by Al Viro · 13 years ago
  11. 6f644e5 UDF: Fix compiler warning by Dirk Behme · 13 years ago
  12. 7e49b6f udf: Convert UDF to new truncate calling sequence by Jan Kara · 14 years ago
  13. 7c955fc 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
  14. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  15. a4264b3 UDF: Close small mem leak in udf_find_entry() by Jesper Juhl · 14 years ago
  16. 4651c59 udf: Fix directory corruption after extent merging by Jan Kara · 14 years ago
  17. 8754a3f udf: Protect udf_file_aio_write from possible races by Jan Kara · 14 years ago
  18. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  19. 7db09be udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() execution by Alessio Igor Bogani · 14 years ago
  20. 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
  21. d1668fe udf: Remove BKL from free space counting functions by Jan Kara · 14 years ago
  22. 7abc2e4 udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks() by Jan Kara · 14 years ago
  23. 0484b1c udf: Remove BKL from udf_put_super() and udf_remount_fs() by Jan Kara · 14 years ago
  24. c03cad2 udf: Protect default inode credentials by rwlock by Jan Kara · 14 years ago
  25. 949f4a7 udf: Protect all modifications of LVID with s_alloc_mutex by Jan Kara · 14 years ago
  26. d664b6a udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex by Jan Kara · 14 years ago
  27. 49521de udf: Remove BKL from udf_update_inode by Jan Kara · 14 years ago
  28. f2a6cc1 udf: Convert UDF_SB(sb)->s_flags to use bitops by Jan Kara · 14 years ago
  29. fab3c858 fs/udf: Add printf format/argument verification by Joe Perches · 14 years ago
  30. ed2ae6f fs/udf: Use vzalloc by Joe Perches · 14 years ago
  31. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  32. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  33. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  34. 6de5bd1 BKL: introduce CONFIG_BKL. by Arnd Bergmann · 14 years ago
  35. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  36. 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
  37. 3aac2b6 switch udf to ->evict_inode() by Al Viro · 14 years ago
  38. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  39. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  40. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  41. 581b7e9 udf: super.c Fix warning: variable 'sbi' set but not used by Justin P. Mattock · 14 years ago
  42. de67445 udf: remove duplicated #include by Huang Weiyi · 14 years ago
  43. d28619f 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
  44. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  45. ca57272 fs/: do not fallback to default_llseek() when readdir() uses BKL by jan Blunck · 14 years ago
  46. 3635046 udf: Remove dead quota code by Jan Kara · 14 years ago
  47. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  48. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  49. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  50. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  51. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  52. a6c5a03 udf: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 14 years ago
  53. d515e86 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
  54. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  55. 2f07a88 udf: BKL ioctl pushdown by John Kacur · 14 years ago
  56. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 14 years ago
  57. 69ecbbe udf: potential integer overflow by Dan Carpenter · 14 years ago
  58. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  59. 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
  60. 3a065fc udf: use ext2_find_next_bit by Akinobu Mita · 14 years ago
  61. 5833ded udf: Do not read inode before writing it by Jan Kara · 15 years ago
  62. aae917c udf: Fix unalloc space handling in udf_update_inode by Jan Kara · 15 years ago
  63. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  64. 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
  65. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  66. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  67. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  68. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  69. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  70. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  71. 759bfee dquot: move dquot transfer responsibility into the filesystem by Christoph Hellwig · 14 years ago
  72. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  73. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  74. 391e8bb sanitize const/signedness for udf by Al Viro · 14 years ago
  75. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  76. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  77. e971b0b udf: Try harder when looking for VAT inode by Jan Kara · 15 years ago
  78. 1fefd08 udf: Fix compilation with UDFFS_DEBUG enabled by Jan Kara · 15 years ago
  79. cbc8cc3 udf: Fix possible corruption when close races with write by Jan Kara · 15 years ago
  80. 81056dd udf: Perform preallocation only for regular files by Jan Kara · 15 years ago
  81. 7c6e3d1 udf: Remove wrong assignment in udf_symlink by Jan Kara · 15 years ago
  82. 5891d9d udf: Remove dead code by Jan Kara · 15 years ago
  83. 4bf17af udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocks by Jan Kara · 15 years ago
  84. 3391faa udf: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  85. 24a5d59 udf: Use device size when drive reported bogus number of written blocks by Jan Kara · 15 years ago
  86. 90de066 switch udf to simple_fsync() by Al Viro · 15 years ago
  87. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  88. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  89. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  90. 146bca7 udf: Don't write integrity descriptor too often by Jan Kara · 15 years ago
  91. 4034600 udf: Try anchor in block 256 first by Jan Kara · 15 years ago
  92. 225fede udf: Some type fixes and cleanups by Jan Kara · 15 years ago
  93. 1197e4d udf: use hardware sector size by Clemens Ladisch · 15 years ago
  94. 4136801 udf: fix novrs mount option by Clemens Ladisch · 15 years ago
  95. 59285c2 udf: Fix oops when invalid character in filename occurs by Jan Kara · 15 years ago
  96. 557f5a1 udf: return f_fsid for statfs(2) by Coly Li · 15 years ago
  97. f90981f udf: Add checks to not underflow sector_t by Jan Kara · 16 years ago
  98. 87bc730 udf: fix default mode and dmode options handling by Marcin Slusarz · 16 years ago
  99. e650b94 udf: fix sparse warnings: by Jan Kara · 16 years ago
  100. 3093055 udf: unsigned last[i] cannot be less than 0 by roel kluin · 16 years ago