1. 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
  2. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  3. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  4. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  5. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  6. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  7. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  8. eea7feb ocfs2: Fix use after free on remount read-only by Jan Kara · 14 years ago
  9. 75fe0a2 ocfs2: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  10. 537d81c ocfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  11. c06bcbf ocfs2: Fix lock inversion in quotas during umount by Jan Kara · 14 years ago
  12. 52a9ee2 ocfs2: Use __dquot_transfer to avoid lock inversion by Jan Kara · 14 years ago
  13. 741e128 ocfs2: Fix NULL pointer deref when writing local dquot by Jan Kara · 14 years ago
  14. 832d09c ocfs2: Fix estimate of credits needed for quota allocation by Jan Kara · 14 years ago
  15. fb8dd8d ocfs2: Fix quota locking by Jan Kara · 14 years ago
  16. ae4f6ef ocfs2: Avoid unnecessary block mapping when refreshing quota info by Jan Kara · 14 years ago
  17. f64dd44 ocfs2: Do not map blocks from local quota file on each write by Jan Kara · 14 years ago
  18. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  19. 03e6230 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  20. 18d3a98 ocfs2: Silence a gcc warning. by Joel Becker · 14 years ago
  21. 5f5261a ocfs2: Don't retry xattr set in case value extension fails. by Tao Ma · 14 years ago
  22. d9ef752 ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency break by Wengang Wang · 14 years ago
  23. d5a7df0 ocfs2: Reset xattr value size after xa_cleanup_value_truncate(). by Tao Ma · 14 years ago
  24. 41841b0 Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  25. 316ce2b fs/ocfs2/dlm: Use kstrdup by Julia Lawall · 14 years ago
  26. 3914ed0 fs/ocfs2/dlm: Drop memory allocation cast by Julia Lawall · 14 years ago
  27. c1631d4 Ocfs2: Optimize punching-hole code. by Tristan Ye · 14 years ago
  28. ee149a7 Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public. by Tristan Ye · 14 years ago
  29. e8aec06 Ocfs2: Fix hole punching to correctly do CoW during cluster zeroing. by Tristan Ye · 14 years ago
  30. 78f9467 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. by Tristan Ye · 14 years ago
  31. 547ba7c ocfs2: Block signals for mkdir/link/symlink/O_CREAT. by Joel Becker · 14 years ago
  32. e4b963f ocfs2: Wrap signal blocking in void functions. by Joel Becker · 15 years ago
  33. 0467ae9 ocfs2/dlm: Increase o2dlm lockres hash size by Sunil Mushran · 14 years ago
  34. c901fb0 ocfs2: Make ocfs2_extend_trans() really extend. by Tao Ma · 14 years ago
  35. 3e4218d ocfs2/trivial: Code cleanup for allocation reservation. by Tao Ma · 14 years ago
  36. b065556 ocfs2: make ocfs2_adjust_resv_from_alloc simple. by Tao Ma · 14 years ago
  37. 4b37fcb ocfs2: Make nointr a default mount option by Sunil Mushran · 14 years ago
  38. 5c80d4c ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICE by Sunil Mushran · 14 years ago
  39. 23fd9ab o2net: log socket state changes by Srinivas Eeda · 14 years ago
  40. a5196ec ocfs2: print node # when tcp fails by Wengang Wang · 14 years ago
  41. 83f9231 ocfs2: Add dir_resv_level mount option by Mark Fasheh · 14 years ago
  42. b07f8f2 ocfs2: change default reservation window sizes by Mark Fasheh · 14 years ago
  43. 6b82021 ocfs2: increase the default size of local alloc windows by Mark Fasheh · 14 years ago
  44. 73c8a80 ocfs2: clean up localalloc mount option size parsing by Mark Fasheh · 14 years ago
  45. a57c8fd ocfs2: remove ocfs2_local_alloc_in_range() by Mark Fasheh · 14 years ago
  46. 33d5d38 ocfs2: allocate btree internal block groups from the global bitmap by Mark Fasheh · 14 years ago
  47. e3b4a97 ocfs2: use allocation reservations for directory data by Mark Fasheh · 15 years ago
  48. 4fe370a ocfs2: use allocation reservations during file write by Mark Fasheh · 15 years ago
  49. d02f00c ocfs2: allocation reservations by Mark Fasheh · 15 years ago
  50. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  51. d577632 ocfs2: Avoid a gcc warning in ocfs2_wipe_inode(). by Joel Becker · 14 years ago
  52. 6b933c8 ocfs2: Avoid direct write if we fall back to buffered I/O by Li Dongyang · 14 years ago
  53. f9221fd Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixes by Joel Becker · 14 years ago
  54. a36d515 ocfs2_dlmfs: Fix math error when reading LVB. by Joel Becker · 14 years ago
  55. c21a534 ocfs2: Update VFS inode's id info after reflink. by Tao Ma · 14 years ago
  56. 0350cb0 ocfs2: potential ERR_PTR dereference on error paths by Dan Carpenter · 14 years ago
  57. a9743fc ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod() by Mark Fasheh · 14 years ago
  58. 062d340 ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path by Li Dongyang · 14 years ago
  59. ab41fdc ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path by Li Dongyang · 14 years ago
  60. d4cd187 ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code by Li Dongyang · 14 years ago
  61. 7968184 ocfs2: Reset status if we want to restart file extension. by Tao Ma · 14 years ago
  62. a42ab8e ocfs2: Compute metaecc for superblocks during online resize. by Joel Becker · 14 years ago
  63. 428257f ocfs2: Check the owner of a lockres inside the spinlock by Wengang Wang · 14 years ago
  64. a03ab78 ocfs2: one more warning fix in ocfs2_file_aio_write(), v2 by Coly Li · 14 years ago
  65. efd647f ocfs2_dlmfs: User DLM_* when decoding file open flags. by Tao Ma · 14 years ago
  66. 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
  67. 1474147 ocfs2: Fix a race in o2dlm lockres mastery by Srinivas Eeda · 14 years ago
  68. b54c2ca Ocfs2: Handle deletion of reflinked oprhan inodes correctly. by Tristan Ye · 14 years ago
  69. 3939fda Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. by Tristan Ye · 14 years ago
  70. b4414ee ocfs2: Clear undo bits when local alloc is freed by Mark Fasheh · 14 years ago
  71. b231796 ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block. by Tao Ma · 14 years ago
  72. dfe4d3d ocfs2: Fix the update of name_offset when removing xattrs by Tao Ma · 14 years ago
  73. b22b63e ocfs2: Always try for maximum bits with new local alloc windows by Mark Fasheh · 14 years ago
  74. 1a934c3 ocfs2: enable discontig block group support. by Tao Ma · 14 years ago
  75. abf1b3c ocfs2: Set ac_last_group properly with discontig group. by Tao Ma · 14 years ago
  76. 74380c4 ocfs2: Free block to the right block group. by Tao Ma · 14 years ago
  77. af2bf0d ocfs2: Add ocfs2_gd_is_discontig. by Tao Ma · 14 years ago
  78. 8571882 ocfs2: ocfs2_group_bitmap_size has to handle old volume. by Tao Ma · 14 years ago
  79. 4711954 ocfs2: Some tiny bug fixes for discontiguous block allocation. by Tao Ma · 14 years ago
  80. 95ec0ad ocfs2: Don't relink cluster groups when allocating discontig block groups by Joel Becker · 14 years ago
  81. 8b06bc5 ocfs2: Grow discontig block groups in one transaction. by Joel Becker · 14 years ago
  82. 2b6cb57 ocfs2: Set suballoc_loc on allocated metadata. by Joel Becker · 14 years ago
  83. ba20663 ocfs2: Return allocated metadata blknos on the ocfs2_suballoc_result. by Joel Becker · 14 years ago
  84. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 14 years ago
  85. 13e434c ocfs2: Trim suballocations if they cross discontiguous regions by Joel Becker · 14 years ago
  86. aa8f8e9 ocfs2: ocfs2_claim_suballoc_bits() doesn't need an osb argument. by Joel Becker · 14 years ago
  87. 9cbc012 ocfs2: Add suballoc_loc to metadata blocks. by Joel Becker · 14 years ago
  88. 7d1fe09 ocfs2: Pass suballocation results back via a structure. by Joel Becker · 14 years ago
  89. 798db35 ocfs2: Allocate discontiguous block groups. by Joel Becker · 14 years ago
  90. 4cbe424 ocfs2: Define data structures for discontiguous block groups. by Joel Becker · 14 years ago
  91. fcefd25 ocfs2: set i_mode on disk during acl operations by Mark Fasheh · 14 years ago
  92. 6527f8f ocfs2: Update i_blocks in reflink operations. by Tao Ma · 14 years ago
  93. 78c37eb ocfs2: Change bg_chain check for ocfs2_validate_gd_parent. by Tao Ma · 14 years ago
  94. ee860b6 by Sachin Prabhu · 14 years ago
  95. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  96. 03affde fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4 by Joe Perches · 14 years ago
  97. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  98. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  99. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  100. 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