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