| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-12 | ocfs2: remove ocfs2_start_walk_page_trans() prototype | Matthew Wilcox (Oracle) | 1 | -5/+0 |
| 2025-01-12 | ocfs2: convert ocfs2_read_inline_data() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-01-12 | ocfs2: use an array of folios instead of an array of pages | Mark Tinguely | 1 | -1/+0 |
| 2025-01-12 | ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks() | Mark Tinguely | 1 | -1/+1 |
| 2025-01-12 | ocfs2: convert w_pages to w_folios | Mark Tinguely | 1 | -0/+1 |
| 2025-01-12 | ocfs2: pass mmap_folio around instead of mmap_page | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2024-11-11 | ocfs2: fix uninitialized value in ocfs2_file_read_iter() | Dmitry Antipov | 1 | -0/+2 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -3/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 | Thomas Gleixner | 1 | -15/+1 |
| 2018-04-05 | ocfs2: keep the trace point consistent with the function name | Jia Guo | 1 | -1/+1 |
| 2016-12-12 | ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock() | piaojun | 1 | -2/+1 |
| 2016-03-25 | ocfs2: fix ip_unaligned_aio deadlock with dio work queue | Ryan Ding | 1 | -8/+0 |
| 2016-03-25 | ocfs2: add ocfs2_write_type_t type to identify the caller of write | Ryan Ding | 1 | -3/+8 |
| 2015-06-24 | ocfs2: remove OCFS2_IOCB_SEM lock type in direct io | WeiWei Wang | 1 | -7/+0 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2014-04-03 | ocfs2: change ip_unaligned_aio to of type mutex from atomit_t | Wengang Wang | 1 | -5/+0 |
| 2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+2 |
| 2011-07-28 | ocfs2: serialize unaligned aio | Mark Fasheh | 1 | -0/+14 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2010-12-09 | Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem. | Tristan Ye | 1 | -2/+21 |
| 2010-10-25 | fs: kill block_prepare_write | Christoph Hellwig | 1 | -3/+0 |
| 2010-08-12 | ocfs2: pass struct file* to ocfs2_write_begin_nolock. | Tao Ma | 1 | -1/+2 |
| 2009-09-22 | ocfs2: Add CoW support. | Tao Ma | 1 | -0/+2 |
| 2007-10-16 | ocfs2: convert to new aops | Nick Piggin | 1 | -8/+0 |
| 2007-10-12 | ocfs2: Write support for inline data | Mark Fasheh | 1 | -0/+4 |
| 2007-10-12 | ocfs2: Small refactor of truncate zeroing code | Mark Fasheh | 1 | -0/+2 |
| 2007-07-10 | ocfs2: shared writeable mmap | Mark Fasheh | 1 | -0/+9 |
| 2007-07-10 | ocfs2: rework ocfs2_buffered_write_cluster() | Mark Fasheh | 1 | -50/+6 |
| 2007-04-26 | ocfs2: Remember rw lock level during direct io | Mark Fasheh | 1 | -3/+10 |
| 2007-04-26 | ocfs2: Use own splice write actor | Mark Fasheh | 1 | -0/+14 |
| 2007-04-26 | ocfs2: zero tail of sparse files on truncate | Mark Fasheh | 1 | -0/+12 |
| 2007-04-26 | ocfs2: teach ocfs2_file_aio_write() about sparse files | Mark Fasheh | 1 | -0/+38 |
| 2006-12-01 | ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t | Mark Fasheh | 1 | -1/+1 |
| 2006-05-17 | ocfs2: take data locks around extend | Mark Fasheh | 1 | -2/+2 |
| 2006-01-03 | [PATCH] OCFS2: The Second Oracle Cluster Filesystem | Mark Fasheh | 1 | -0/+41 |