index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
aops.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-12
/
+5
2025-03-16
ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block()
Matthew Wilcox (Oracle)
1
-12
/
+5
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-01-12
ocfs2: convert ocfs2_read_inline_data() to take a folio
Matthew Wilcox (Oracle)
1
-14
/
+6
2025-01-12
ocfs2: use an array of folios instead of an array of pages
Mark Tinguely
1
-13
/
+0
2025-01-12
ocfs2: convert ocfs2_clear_page_regions() to ocfs2_clear_folio_regions()
Mark Tinguely
1
-5
/
+4
2025-01-12
ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks()
Mark Tinguely
1
-10
/
+8
2025-01-12
ocfs2: use a folio in ocfs2_prepare_page_for_write()
Mark Tinguely
1
-9
/
+9
2025-01-12
ocfs2: use a folio in ocfs2_write_end_nolock()
Mark Tinguely
1
-20
/
+17
2025-01-12
ocfs2: convert ocfs2_write_failure() to use a folio
Mark Tinguely
1
-4
/
+3
2025-01-12
ocfs2: convert w_pages to w_folios
Mark Tinguely
1
-54
/
+64
2025-01-12
ocfs2: convert ocfs2_inode_lock_with_page() to ocfs2_inode_lock_with_folio()
Mark Tinguely
1
-1
/
+1
2025-01-12
ocfs2: convert ocfs2_readpage_inline() to take a folio
Mark Tinguely
1
-5
/
+5
2025-01-12
ocfs2: pass mmap_folio around instead of mmap_page
Matthew Wilcox (Oracle)
1
-19
/
+18
2025-01-12
ocfs2: use a folio in ocfs2_write_begin_inline()
Mark Tinguely
1
-9
/
+10
2025-01-12
ocfs2: use a folio in ocfs2_zero_new_buffers()
Mark Tinguely
1
-7
/
+7
2025-01-12
ocfs2: convert w_target_page to w_target_folio
Mark Tinguely
1
-32
/
+31
2025-01-12
ocfs2: miscellaneous spelling fixes
Dmitry Antipov
1
-1
/
+1
2024-09-26
ocfs2: fix uninit-value in ocfs2_get_block()
Joseph Qi
1
-3
/
+2
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-09-01
ocfs2: fix unexpected zeroing of virtual disk
Chi Zhiling
1
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-06-24
ocfs2: fix DIO failure due to insufficient transaction credits
Jan Kara
1
-0
/
+5
2024-04-25
ocfs2: return real error code in ocfs2_dio_wr_get_block
Su Yue
1
-2
/
+0
2023-12-29
ocfs2: remove writepage implementation
Matthew Wilcox (Oracle)
1
-9
/
+6
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-9
/
+10
2023-10-25
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-25
ocfs2: convert ocfs2_map_page_blocks to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+10
2023-10-18
ocfs2: convert to new timestamp accessors
Jeff Layton
1
-3
/
+3
2023-07-24
ocfs2: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-04-24
Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2023-03-07
ocfs2: fix data corruption after failed write
Jan Kara via Ocfs2-devel
1
-2
/
+17
2023-03-05
__blockdev_direct_IO(): get rid of submit_io callback
Al Viro
1
-1
/
+1
2022-09-11
ocfs2: replace ll_rw_block()
Zhang Yi
1
-1
/
+1
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-15
/
+13
2022-08-02
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-08-02
ocfs2: Convert ocfs2_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+12
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-1
/
+1
2022-05-09
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
ocfs2: Convert to release_folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-05-09
ocfs2: Convert ocfs2 to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-05-09
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-2
/
+2
2022-03-22
fs/ocfs2: fix comments mentioning i_mutex
hongnanli
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-15
ocfs2: clearly handle ocfs2_grab_pages_for_write() return value
Joseph Qi
1
-13
/
+13
[next]