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