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
/
jfs
Age
Commit message (
Expand
)
Author
2025-03-27
Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggy
Linus Torvalds
2025-03-11
jfs: add index corruption check to DT_GETPAGE()
Roman Smirnov
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-20
fs/jfs: consolidate sanity checking in dbMount
Dave Kleikamp
2025-02-20
jfs: add sanity check for agwidth in dbMount
Edward Adam Davis
2025-02-20
jfs: Prevent copying of nlink with value 0 from disk inode
Edward Adam Davis
2025-02-20
fs/jfs: Prevent integer overflow in AG size calculation
Rand Deeb
2025-02-20
fs/jfs: cast inactags to s64 to prevent potential overflow
Rand Deeb
2025-02-19
jfs: Fix uninit-value access of imap allocated in the diMount() function
Zhongqiu Han
2025-02-19
jfs: fix slab-out-of-bounds read in ea_get()
Qasim Ijaz
2025-02-19
jfs: add check read-only before truncation in jfs_truncate_nolock()
Vasiliy Kovalev
2025-02-19
jfs: add check read-only before txBeginAnon() call
Vasiliy Kovalev
2025-02-19
jfs: reject on-disk inodes of an unsupported type
Dmitry Antipov
2025-02-13
jfs: Remove reference to bh->b_page
Matthew Wilcox (Oracle)
2025-02-13
jfs: Delete a couple tabs in jfs_reconfigure()
Dan Carpenter
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2024-11-21
Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggy
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-10-29
jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree
Nihar Chaithanya
2024-10-29
jfs: xattr: check invalid xattr size more strictly
Artem Sadovnikov
2024-10-29
jfs: fix array-index-out-of-bounds in jfs_readdir
Ghanshyam Agrawal
2024-10-29
jfs: fix shift-out-of-bounds in dbSplit
Ghanshyam Agrawal
2024-10-29
jfs: array-index-out-of-bounds fix in dtReadFirst
Ghanshyam Agrawal
2024-10-22
jfs: Fix sanity check in dbMount
Dave Kleikamp
2024-10-08
jfs: convert jfs to use the new mount api
Eric Sandeen
2024-09-19
Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggy
Linus Torvalds
2024-09-04
jfs: Fix uninit-value access of new_ea in ea_buffer
Zhao Mengmeng
2024-08-27
jfs: check if leafidx greater than num leaves per dmap tree
Edward Adam Davis
2024-08-27
jfs: Fix uaf in dbFreeBits
Edward Adam Davis
2024-08-23
jfs: fix out-of-bounds in dbNextAG() and diAlloc()
Jeongjun Park
2024-08-23
jfs: UBSAN: shift-out-of-bounds in dbFindBits
Remington Brasga
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-07-23
Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggy
Linus Torvalds
2024-06-27
jfs: don't walk off the end of ealist
lei lu
2024-06-26
jfs: Fix shift-out-of-bounds in dbDiscardAG
Pei Li
2024-06-26
jfs: Fix array-index-out-of-bounds in diFree
Jeongjun Park
2024-06-26
jfs: fix null ptr deref in dtInsertEntry
Edward Adam Davis
2024-06-04
jfs: xattr: fix buffer overflow for invalid xattr
Greg Kroah-Hartman
2024-05-27
jfs: Remove use of folio error flag
Matthew Wilcox (Oracle)
2024-05-27
jfs: Change metapage->page to metapage->folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert force_metapage to use a folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert inc_io to take a folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert page_to_mp to folio_to_mp
Matthew Wilcox (Oracle)
2024-05-27
jfs; Convert __invalidate_metapages to use a folio
Matthew Wilcox (Oracle)
2024-05-27
jfs: Convert dec_io to take a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert drop_metapage and remove_metapage to take a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs; Convert release_metapage to use a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert insert_metapage() to take a folio
Matthew Wilcox (Oracle)
2024-05-24
jfs: Convert __get_metapage to use a folio
Matthew Wilcox (Oracle)
[next]