1. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  2. 65ed39d ocfs2: move nonsparse hole-filling into ocfs2_write_begin() by Mark Fasheh · 17 years ago
  3. 415cb80 ocfs2: Allow smaller allocations during large writes by Mark Fasheh · 17 years ago
  4. e535e2e ocfs2: Fix calculation of i_blocks during truncate by Mark Fasheh · 17 years ago
  5. ce76fd3 ocfs2: check ia_size limits in setattr by Mark Fasheh · 17 years ago
  6. 7c08d70 ocfs2: Fix some casting errors related to file writes by Mark Fasheh · 17 years ago
  7. a00cce3 ocfs2: use s_maxbytes directly in ocfs2_change_file_space() by Mark Fasheh · 17 years ago
  8. c11e9fa ocfs2: Restrict inode changes in ocfs2_update_inode_atime() by Mark Fasheh · 17 years ago
  9. 3836df6 ocfs2: bad kunmap_atomic() by Jens Axboe · 17 years ago
  10. 385820a ocfs2: ->fallocate() support by Mark Fasheh · 17 years ago
  11. 8e1c091 arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  12. b258010 ocfs2: Support xfs style space reservation ioctls by Mark Fasheh · 17 years ago
  13. 063c456 ocfs2: support for removing file regions by Mark Fasheh · 17 years ago
  14. 35edec1 ocfs2: update truncate handling of partial clusters by Mark Fasheh · 17 years ago
  15. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  16. b27b7cb ocfs2: support writing of unwritten extents by Mark Fasheh · 17 years ago
  17. 7307de8 ocfs2: shared writeable mmap by Mark Fasheh · 17 years ago
  18. 3a307ff ocfs2: rework ocfs2_buffered_write_cluster() by Mark Fasheh · 17 years ago
  19. 2e89b2e ocfs2: take ip_alloc_sem during entire truncate by Mark Fasheh · 17 years ago
  20. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  21. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  22. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  23. 6a14b90 vmsplice: add vmsplice-to-user support by Jens Axboe · 17 years ago
  24. c66ab6f splice: abstract out actor data by Jens Axboe · 17 years ago
  25. d9b08b9 [PATCH] ocfs2: use generic_segment_checks by Christoph Hellwig · 17 years ago
  26. 1024c90 ocfs2: unmap_mapping_range() in ocfs2_truncate() by Mark Fasheh · 17 years ago
  27. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  28. 6cb129f [PATCH] fs/ocfs2/: make 3 functions static by Adrian Bunk · 17 years ago
  29. 586d232 ocfs2: Implement compat_ioctl() by Mark Fasheh · 17 years ago
  30. 7cdfc3a ocfs2: Remember rw lock level during direct io by Mark Fasheh · 17 years ago
  31. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  32. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  33. e48edee ocfs2: make room for unwritten extents flag by Mark Fasheh · 17 years ago
  34. 6af67d8 ocfs2: Use own splice write actor by Mark Fasheh · 17 years ago
  35. 60b1139 ocfs2: zero tail of sparse files on truncate by Mark Fasheh · 17 years ago
  36. 9517bac ocfs2: teach ocfs2_file_aio_write() about sparse files by Mark Fasheh · 17 years ago
  37. abf8b15 ocfs2: abstract out allocation locking by Mark Fasheh · 18 years ago
  38. 3a0782d ocfs2: teach extend/truncate about sparse files by Mark Fasheh · 18 years ago
  39. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 18 years ago
  40. a9f5f70 ocfs2: filter more error prints by Mark Fasheh · 17 years ago
  41. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  42. 6c2aad0 ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime() by Mark Fasheh · 18 years ago
  43. 0333394 ocfs2: don't print error in ocfs2_permission() by Mark Fasheh · 18 years ago
  44. 7e913c5 [PATCH] ocfs2: relative atime support by Mark Fasheh · 18 years ago
  45. d28c917 [PATCH] struct path: convert ocfs2 by Josef Sipek · 18 years ago
  46. d38eb8d ocfs2: implement i_op->permission by Tiger Yang · 18 years ago
  47. 25899de ocfs2: update file system paths to set atime by Tiger Yang · 18 years ago
  48. 7f1a37e ocfs2: core atime update functions by Tiger Yang · 18 years ago
  49. 8659ac2 ocfs2: Add splice support by Tiger Yang · 18 years ago
  50. e88d0c9 ocfs2: Remove ocfs2_write_should_remove_suid() by Mark Fasheh · 18 years ago
  51. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  52. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  53. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  54. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  55. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  56. 1fc5814 ocfs2: have ocfs2_extend_trans() take handle_t by Mark Fasheh · 18 years ago
  57. e2057c5 ocfs2: cond_resched() in ocfs2_zero_extend() by Mark Fasheh · 18 years ago
  58. 0effef7 ocfs2: fix page zeroing during simple extends by Mark Fasheh · 18 years ago
  59. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  60. ca4d147 ocfs2: add ext2 attributes by Herbert Poetzl · 18 years ago
  61. c4374f8 ocfs2: take meta data lock in ocfs2_file_aio_read() by Mark Fasheh · 18 years ago
  62. 53013cb ocfs2: take data locks around extend by Mark Fasheh · 18 years ago
  63. ab0920c ocfs2: multi node truncate fix by Mark Fasheh · 18 years ago
  64. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  65. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  66. d267a56 [PATCH] ocfs2: remove unused code by Mark Fasheh · 18 years ago
  67. 215c7f9 [PATCH] ocfs2: fix compile warnings by Mark Fasheh · 18 years ago
  68. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  69. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  70. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago