index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Age
Commit message (
Expand
)
Author
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-16
ocfs2: remove reference to bh->b_page
Matthew Wilcox (Oracle)
2025-03-16
ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block()
Matthew Wilcox (Oracle)
2025-03-16
ocfs2: validate l_tree_depth to avoid out-of-bounds access
Vasiliy Kovalev
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-01
ocfs2: fix incorrect CPU endianness conversion causing mount failure
Heming Zhao
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-27
ocfs2_dentry_revalidate(): use stable parent inode and name passed by caller
Al Viro
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-24
ocfs2: use str_yes_no() and str_no_yes() helper functions
Thorsten Blum
2025-01-24
ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_locked
Su Yue
2025-01-24
ocfs2: mark dquot as inactive if failed to start trans while releasing dquot
Su Yue
2025-01-24
ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_info
Su Yue
2025-01-24
ocfs2: correct l_next_free_rec in online check
Julian Sun
2025-01-24
ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocache
Julian Sun
2025-01-15
ocfs2: check dir i_size in ocfs2_find_entry
Su Yue
2025-01-12
ocfs2: support large folios in ocfs2_write_zero_page()
Mark Tinguely
2025-01-12
ocfs2: support large folios in ocfs2_zero_cluster_folios()
Mark Tinguely
2025-01-12
ocfs2: remove ocfs2_start_walk_page_trans() prototype
Matthew Wilcox (Oracle)
2025-01-12
ocfs2: use a folio in ocfs2_fast_symlink_read_folio()
Matthew Wilcox (Oracle)
2025-01-12
ocfs2: convert ocfs2_read_inline_data() to take a folio
Matthew Wilcox (Oracle)
2025-01-12
ocfs2: convert ocfs2_map_and_dirty_page() to ocfs2_map_and_dirty_folio()
Mark Tinguely
2025-01-12
ocfs2: convert ocfs2_duplicate_clusters_by_page() to use a folio
Mark Tinguely
2025-01-12
ocfs2: use an array of folios instead of an array of pages
Mark Tinguely
2025-01-12
ocfs2: convert ocfs2_clear_page_regions() to ocfs2_clear_folio_regions()
Mark Tinguely
2025-01-12
ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks()
Mark Tinguely
2025-01-12
ocfs2: use a folio in ocfs2_map_and_dirty_page()
Mark Tinguely
2025-01-12
ocfs2: use a folio in ocfs2_prepare_page_for_write()
Mark Tinguely
2025-01-12
ocfs2: use a folio in ocfs2_write_end_nolock()
Mark Tinguely
2025-01-12
ocfs2: convert ocfs2_write_failure() to use a folio
Mark Tinguely
2025-01-12
ocfs2: convert w_pages to w_folios
Mark Tinguely
2025-01-12
ocfs2: convert ocfs2_inode_lock_with_page() to ocfs2_inode_lock_with_folio()
Mark Tinguely
2025-01-12
ocfs2: convert ocfs2_readpage_inline() to take a folio
Mark Tinguely
2025-01-12
ocfs2: pass mmap_folio around instead of mmap_page
Matthew Wilcox (Oracle)
2025-01-12
ocfs2: use a folio in ocfs2_write_begin_inline()
Mark Tinguely
2025-01-12
ocfs2: use a folio in ocfs2_zero_new_buffers()
Mark Tinguely
2025-01-12
ocfs2: convert w_target_page to w_target_folio
Mark Tinguely
2025-01-12
ocfs2: convert ocfs2_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
2025-01-12
ocfs2: handle a symlink read error correctly
Matthew Wilcox (Oracle)
2025-01-12
ocfs2: replace deprecated simple_strtol with kstrtol
Daniel Yang
2025-01-12
ocfs2: miscellaneous spelling fixes
Dmitry Antipov
2025-01-12
ocfs2: heartbeat: replace simple_strtoul with kstrtoul
Daniel Yang
2025-01-12
ocfs2: convert to the new mount API
Eric Sandeen
2025-01-12
dlmfs: convert to the new mount API
Eric Sandeen
2024-12-30
ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
Dennis Lam
[next]