1. cefcb80 ocfs2: Initialize count in aio_write before generic_write_checks by Goldwyn Rodrigues · 15 years ago
  2. 812e7a6 ocfs2: log the actual return value of ocfs2_file_aio_write() by Wengang Wang · 15 years ago
  3. 1962f39 ocfs2: Update atime in splice read if necessary. by Tao Ma · 16 years ago
  4. e04cc15 ocfs2: fdatasync should skip unimportant metadata writeout by Hisashi Hifumi · 16 years ago
  5. 65bac57 ocfs2: Fix possible deadlock with quotas in ocfs2_setattr() by Jan Kara · 16 years ago
  6. 328eaab ocfs2: fix i_mutex locking in ocfs2_splice_to_file() by Miklos Szeredi · 16 years ago
  7. 7bfac9e splice: fix deadlock in splicing to file by Miklos Szeredi · 16 years ago
  8. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  9. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  10. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  11. 9e33d69 ocfs2: Implementation of local and global quota file handling by Jan Kara · 16 years ago
  12. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  13. 060bc66 ocfs2: add ocfs2_acl_chmod by Tiger Yang · 16 years ago
  14. 23fc270 ocfs2: add ocfs2_check_acl by Tiger Yang · 16 years ago
  15. fecc011 ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range() by Mark Fasheh · 16 years ago
  16. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  17. fa38e92 ocfs2: Fix check of return value of ocfs2_start_trans() by Jan Kara · 16 years ago
  18. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  19. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  20. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  21. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  22. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  23. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  24. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  25. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  26. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  27. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  28. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  29. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  30. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  31. 53da493 ocfs2: POSIX file locks support by Mark Fasheh · 16 years ago
  32. 00dc417 ocfs2: fiemap support by Mark Fasheh · 16 years ago
  33. c259ae5 [PATCH] ocfs2: Release mutex in error handling code by Julia Lawall · 16 years ago
  34. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  35. 56753bd ocfs2: Silence an error message in ocfs2_file_aio_read() by Sunil Mushran · 17 years ago
  36. bc53580 ocfs2: Allow uid/gid/perm changes of symlinks by Sunil Mushran · 17 years ago
  37. c9ec148 ocfs2: Convert ocfs2 over to unlocked_ioctl by Andi Kleen · 17 years ago
  38. 634bf74 ocfs2: printf fixes by Jan Kara · 17 years ago
  39. 32c3c0e ocfs2: Use generic_file_llseek by Jan Kara · 17 years ago
  40. 53fc622 [PATCH 2/2] ocfs2: cluster aware flock() by Mark Fasheh · 17 years ago
  41. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  42. c934a92 ocfs2: Remove data locks by Mark Fasheh · 17 years ago
  43. b1967d0 ocfs2: reverse inline-data truncate args by Mark Fasheh · 17 years ago
  44. 9ea2d32 ocfs2: Commit journal on sync writes by Mark Fasheh · 17 years ago
  45. b6af1bc ocfs2: convert to new aops by Nick Piggin · 17 years ago
  46. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  47. 65ed39d ocfs2: move nonsparse hole-filling into ocfs2_write_begin() by Mark Fasheh · 17 years ago
  48. 415cb80 ocfs2: Allow smaller allocations during large writes by Mark Fasheh · 17 years ago
  49. e535e2e ocfs2: Fix calculation of i_blocks during truncate by Mark Fasheh · 17 years ago
  50. ce76fd3 ocfs2: check ia_size limits in setattr by Mark Fasheh · 17 years ago
  51. 7c08d70 ocfs2: Fix some casting errors related to file writes by Mark Fasheh · 17 years ago
  52. a00cce3 ocfs2: use s_maxbytes directly in ocfs2_change_file_space() by Mark Fasheh · 17 years ago
  53. c11e9fa ocfs2: Restrict inode changes in ocfs2_update_inode_atime() by Mark Fasheh · 17 years ago
  54. 3836df6 ocfs2: bad kunmap_atomic() by Jens Axboe · 17 years ago
  55. 385820a ocfs2: ->fallocate() support by Mark Fasheh · 17 years ago
  56. 8e1c091 arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  57. b258010 ocfs2: Support xfs style space reservation ioctls by Mark Fasheh · 18 years ago
  58. 063c456 ocfs2: support for removing file regions by Mark Fasheh · 17 years ago
  59. 35edec1 ocfs2: update truncate handling of partial clusters by Mark Fasheh · 17 years ago
  60. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 18 years ago
  61. b27b7cb ocfs2: support writing of unwritten extents by Mark Fasheh · 18 years ago
  62. 7307de8 ocfs2: shared writeable mmap by Mark Fasheh · 18 years ago
  63. 3a307ff ocfs2: rework ocfs2_buffered_write_cluster() by Mark Fasheh · 18 years ago
  64. 2e89b2e ocfs2: take ip_alloc_sem during entire truncate by Mark Fasheh · 18 years ago
  65. cac36bb pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 18 years ago
  66. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 18 years ago
  67. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 18 years ago
  68. 6a14b90 vmsplice: add vmsplice-to-user support by Jens Axboe · 18 years ago
  69. c66ab6f splice: abstract out actor data by Jens Axboe · 18 years ago
  70. d9b08b9 [PATCH] ocfs2: use generic_segment_checks by Christoph Hellwig · 18 years ago
  71. 1024c90 ocfs2: unmap_mapping_range() in ocfs2_truncate() by Mark Fasheh · 18 years ago
  72. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 18 years ago
  73. 6cb129f [PATCH] fs/ocfs2/: make 3 functions static by Adrian Bunk · 18 years ago
  74. 586d232 ocfs2: Implement compat_ioctl() by Mark Fasheh · 18 years ago
  75. 7cdfc3a ocfs2: Remember rw lock level during direct io by Mark Fasheh · 18 years ago
  76. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 18 years ago
  77. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 18 years ago
  78. e48edee ocfs2: make room for unwritten extents flag by Mark Fasheh · 18 years ago
  79. 6af67d8 ocfs2: Use own splice write actor by Mark Fasheh · 18 years ago
  80. 60b1139 ocfs2: zero tail of sparse files on truncate by Mark Fasheh · 18 years ago
  81. 9517bac ocfs2: teach ocfs2_file_aio_write() about sparse files by Mark Fasheh · 18 years ago
  82. abf8b15 ocfs2: abstract out allocation locking by Mark Fasheh · 18 years ago
  83. 3a0782d ocfs2: teach extend/truncate about sparse files by Mark Fasheh · 18 years ago
  84. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 18 years ago
  85. a9f5f70 ocfs2: filter more error prints by Mark Fasheh · 18 years ago
  86. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 18 years ago
  87. 6c2aad0 ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime() by Mark Fasheh · 18 years ago
  88. 0333394 ocfs2: don't print error in ocfs2_permission() by Mark Fasheh · 18 years ago
  89. 7e913c5 [PATCH] ocfs2: relative atime support by Mark Fasheh · 18 years ago
  90. d28c917 [PATCH] struct path: convert ocfs2 by Josef Sipek · 18 years ago
  91. d38eb8d ocfs2: implement i_op->permission by Tiger Yang · 18 years ago
  92. 25899de ocfs2: update file system paths to set atime by Tiger Yang · 18 years ago
  93. 7f1a37e ocfs2: core atime update functions by Tiger Yang · 18 years ago
  94. 8659ac2 ocfs2: Add splice support by Tiger Yang · 18 years ago
  95. e88d0c9 ocfs2: Remove ocfs2_write_should_remove_suid() by Mark Fasheh · 18 years ago
  96. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  97. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  98. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  99. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  100. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago