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
/
resize.c
Age
Commit message (
Expand
)
Author
2024-11-14
ocfs2: uncache inode which has failed entering the group
Dmitry Antipov
2024-04-25
ocfs2: improve write IO performance when fragmentation is high
Heming Zhao
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
2016-03-25
ocfs2: solve a problem of crossing the boundary in updating backups
jiangyiwen
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-12-29
ocfs2: fix BUG when calculate new backup super
Joseph Qi
2014-06-04
ocfs2: fix incorrect i_size of global bitmap inode after resize
Joseph Qi
2014-06-04
ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super
Joseph Qi
2013-11-13
ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()
Younger Liu
2013-11-13
ocfs2: rollback transaction in ocfs2_group_add()
Younger Liu
2011-02-22
ocfs2: Remove DISK_ALLOC from masklog.
Tao Ma
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.c
Tao Ma
2011-03-07
ocfs2: Remove EXIT from masklog.
Tao Ma
2011-02-21
ocfs2: Remove ENTRY from masklog.
Tao Ma
2010-04-13
ocfs2: ocfs2_group_bitmap_size has to handle old volume.
Tao Ma
2010-04-13
ocfs2: Define data structures for discontiguous block groups.
Joel Becker
2010-05-05
ocfs2: Make ocfs2_journal_dirty() void.
Joel Becker
2009-09-04
ocfs2: Pass struct ocfs2_caching_info to the journal functions.
Joel Becker
2009-09-04
ocfs2: Take the inode out of the metadata read/write paths.
Joel Becker
2009-01-05
ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.
Joel Becker
2009-01-05
ocfs2: Validate metadata only when it's read from disk.
Joel Becker
2009-01-05
ocfs2: Wrap group descriptor reads in a dedicated function.
Joel Becker
2009-01-05
ocfs2: Consolidate validation of group descriptors.
Joel Becker
2009-01-05
ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.
Joel Becker
2008-10-14
ocfs2: Simplify ocfs2_read_block()
Joel Becker
2008-10-14
ocfs2: Require an inode for ocfs2_read_block(s)().
Joel Becker
2008-10-14
ocfs2: Separate out sync reads from ocfs2_read_blocks()
Joel Becker
2008-03-10
ocfs2: Fix an endian bug in online resize.
Tao Ma
2008-01-25
ocfs2: clean up bh null checks
Mark Fasheh
2008-01-25
[PATCH 2/2] ocfs2: Implement group add for online resize
Tao Ma
2008-01-25
[PATCH 1/2] ocfs2: Add group extend for online resize
Tao Ma