1. b842971 exofs: fix sparse non-ANSI function warning by Randy Dunlap · 12 years ago
  2. a01ee16 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  3. 8b56a30 exofs: Add SYSFS info for autologin/pNFS export by Sachin Bhamare · 12 years ago
  4. 6abe4a8 exofs: Fix CRASH on very early IO errors. by Boaz Harrosh · 12 years ago
  5. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  6. afb9bd7 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  7. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  8. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  9. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  10. bf7014b exofs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  11. 72749a2 exofs: Cap on the memcpy() size by Dan Carpenter · 12 years ago
  12. 3e57638 exofs: (trivial) Fix typo in super.c by Masanari Iida · 12 years ago
  13. b6d1f2d exofs: fix endian conversion in exofs_sync_fs() by Dan Carpenter · 13 years ago
  14. 9e20393 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  15. da01636 exofs: oops after late failure in mount by Al Viro · 13 years ago
  16. 724577c ore: Must support none-PAGE-aligned IO by Boaz Harrosh · 13 years ago
  17. 361aba5 ore: fix BUG_ON, too few sgs when reading by Boaz Harrosh · 13 years ago
  18. ffefb8ea ore: Fix crash in case of an IO error. by Boaz Harrosh · 13 years ago
  19. 831c2dc ore: FIX breakage when MISC_FILESYSTEMS is not set by Boaz Harrosh · 13 years ago
  20. bef41c2 exofs: propagate umode_t by Al Viro · 13 years ago
  21. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  22. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  23. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  24. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  25. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  26. 6736c04 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  27. eecfc63 pnfs-obj: move to ore 02: move to ORE by Boaz Harrosh · 13 years ago
  28. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  29. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  30. 44231e6 ore: Enable RAID5 mounts by Boaz Harrosh · 14 years ago
  31. dd29661 exofs: Support for RAID5 read-4-write interface. by Boaz Harrosh · 13 years ago
  32. 769ba8d ore: RAID5 Write by Boaz Harrosh · 13 years ago
  33. a1fec1d ore: RAID5 read by Boaz Harrosh · 13 years ago
  34. 611d7a5 ore: Make ore_calc_stripe_info EXPORT_SYMBOL by Boaz Harrosh · 13 years ago
  35. 4b46c9f ore/exofs: Change ore_check_io API by Boaz Harrosh · 13 years ago
  36. 5a51c0c ore/exofs: Define new ore_verify_layout by Boaz Harrosh · 13 years ago
  37. 3bd9856 ore: Support for partial component table by Boaz Harrosh · 13 years ago
  38. bbf9a31 ore: Support for short read/writes by Boaz Harrosh · 13 years ago
  39. 154a930 exofs: Support for short read/writes by Boaz Harrosh · 13 years ago
  40. 6851a5e ore: Remove check for ios->kern_buff in _prepare_for_striping to later by Boaz Harrosh · 13 years ago
  41. 9826075 ore: cleanup: Embed an ore_striping_info inside ore_io_state by Boaz Harrosh · 13 years ago
  42. b916c5c ore: Only IO one group at a time (API change) by Boaz Harrosh · 13 years ago
  43. d866d87 ore/exofs: Change the type of the devices array (API change) by Boaz Harrosh · 13 years ago
  44. eb507bc ore: Make ore_striping_info and ore_calc_stripe_info public by Boaz Harrosh · 13 years ago
  45. 8d2d83a exofs: Remove unused data_map member from exofs_sb_info by Boaz Harrosh · 13 years ago
  46. 5bf696d exofs: Rename struct ore_components comps => oc by Boaz Harrosh · 13 years ago
  47. de74b05 exofs/super.c: local functions should be static by H Hartley Sweeten · 13 years ago
  48. 1958c7c2 exofs/ore.c: local functions should be static by H Hartley Sweeten · 13 years ago
  49. c2f340a Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  50. cf283ad ore: Make ore its own module by Boaz Harrosh · 13 years ago
  51. 8ff660a exofs: Rename raid engine from exofs/ios.c => ore by Boaz Harrosh · 13 years ago
  52. 9e9db45 exofs: ios: Move to a per inode components & device-table by Boaz Harrosh · 13 years ago
  53. 85e44df exofs: Move exofs specific osd operations out of ios.c by Boaz Harrosh · 13 years ago
  54. e1042ba exofs: Add offset/length to exofs_get_io_state by Boaz Harrosh · 14 years ago
  55. 16f75bb exofs: Fix truncate for the raid-groups case by Boaz Harrosh · 13 years ago
  56. 9ce7304 exofs: Small cleanup of exofs_fill_super by Boaz Harrosh · 13 years ago
  57. 6d4073e exofs: BUG: Avoid sbi realloc by Boaz Harrosh · 13 years ago
  58. 26ae93c exofs: Remove pnfs-osd private definitions by Boaz Harrosh · 14 years ago
  59. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  60. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  61. a803b80 fix exofs ->get_parent() by Al Viro · 13 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  64. a49fb4c exofs: deprecate the commands pending counter by Boaz Harrosh · 13 years ago
  65. 1cea312 exofs: Write sbi->s_nextid as part of the Create command by Boaz Harrosh · 13 years ago
  66. 9ed9648 exofs: Add option to mount by osdname by Boaz Harrosh · 13 years ago
  67. 66cd6ca exofs: Override read-ahead to align on stripe_size by bharrosh@panasas.com · 14 years ago
  68. 97178b7 exofs: simple fsync race fix by Nick Piggin · 14 years ago
  69. a8f1418 exofs: Optimize read_4_write by Boaz Harrosh · 14 years ago
  70. 0a93551 exofs: Trivial: fix some indentation and debug prints by Boaz Harrosh · 14 years ago
  71. 2c722c9 exofs: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  72. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  73. babfe56 exofs: i_nlink races in rename() by Al Viro · 13 years ago
  74. 0b0abea Revert "exofs: Set i_mapping->backing_dev_info anyway" by Boaz Harrosh · 13 years ago
  75. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  76. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  77. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  78. c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  79. fe2fd9e exofs: Remove inode->i_count manipulation in exofs_new_inode by Boaz Harrosh · 14 years ago
  80. 571f7f4 fs/exofs: typo fix of faild to failed by Joe Perches · 14 years ago
  81. 115e19c exofs: Set i_mapping->backing_dev_info anyway by Boaz Harrosh · 14 years ago
  82. 7aebf41 exofs: Cleaup read path in regard with read_for_write by Boaz Harrosh · 14 years ago
  83. f17b1f9 exofs: Fix double page_unlock BUG in write_begin/end by Boaz Harrosh · 14 years ago
  84. bf25db3 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  85. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  86. 4ec70c9 convert exofs to ->evict_inode() by Al Viro · 14 years ago
  87. 2f246fd exofs: New truncate sequence by Boaz Harrosh · 14 years ago
  88. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  89. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  90. 5002dd1 exofs: Fix groups code when num_devices is not divisible by group_width by Boaz Harrosh · 14 years ago
  91. 6e31609 exofs: Remove useless optimization by Boaz Harrosh · 14 years ago
  92. b284834 exofs: exofs_file_fsync and exofs_file_flush correctness by Boaz Harrosh · 14 years ago
  93. 85dc787 exofs: Remove superfluous dependency on buffer_head and writeback by Boaz Harrosh · 14 years ago
  94. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  95. 0163916 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  96. e00117f exofs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  97. ddf08f4 exofs: confusion between kmap() and kmap_atomic() api by Dan Carpenter · 14 years ago
  98. 200b0700 exofs: Add default address_space_operations by Boaz Harrosh · 14 years ago
  99. a36fed1 exofs: Fix "add bdi backing to mount session" fall out by Boaz Harrosh · 14 years ago
  100. b3d0ab7 exofs: add bdi backing to mount session by Jens Axboe · 14 years ago