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
/
nilfs2
/
segment.c
Age
Commit message (
Expand
)
Author
2024-05-24
nilfs2: fix potential hang in nilfs_detach_log_writer()
Ryusuke Konishi
2024-05-24
nilfs2: fix unexpected freezing of nilfs_segctor_sync()
Ryusuke Konishi
2024-05-24
nilfs2: fix use-after-free of timer for log writer thread
Ryusuke Konishi
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-11
nilfs2: remove calls to folio_set_error() and folio_clear_error()
Matthew Wilcox (Oracle)
2024-05-03
nilfs_attach_log_writer(): use ->bd_mapping->host instead of ->bd_inode
Al Viro
2024-02-22
nilfs2: localize highmem mapping for checkpoint finalization within cpfile
Ryusuke Konishi
2024-02-22
nilfs2: localize highmem mapping for checkpoint creation within cpfile
Ryusuke Konishi
2024-02-22
nilfs2: convert ifile to use kmap_local
Ryusuke Konishi
2024-02-22
nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_common
Ryusuke Konishi
2024-02-07
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
2023-12-29
nilfs2: add missing set_freezable() for freezable kthread
Kevin Hao
2023-12-10
nilfs2: convert nilfs_segctor_prepare_write to use folios
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert to __nilfs_clear_folio_dirty()
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert to nilfs_folio_buffers_clean()
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_segctor_complete_write to use folios
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert nilfs_abort_logs to use folios
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: add nilfs_end_folio_io()
Matthew Wilcox (Oracle)
2023-10-25
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...
Matthew Wilcox (Oracle)
2023-08-21
nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
Ryusuke Konishi
2023-08-04
nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
Ryusuke Konishi
2023-06-19
nilfs2: fix buffer corruption due to concurrent device reads
Ryusuke Konishi
2023-05-06
nilfs2: do not write dirty data after degenerating to read-only
Ryusuke Konishi
2023-04-18
nilfs2: initialize unused bytes in segment summary blocks
Ryusuke Konishi
2023-04-05
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
Ryusuke Konishi
2023-02-02
nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t...
Vishal Moola (Oracle)
2023-02-02
nilfs2: convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_t...
Vishal Moola (Oracle)
2023-01-18
nilfs2: replace obvious uses of b_page with b_folio
Matthew Wilcox (Oracle)
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-11-08
nilfs2: fix use-after-free bug of ns_writer on remount
Ryusuke Konishi
2022-10-12
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-10-11
nilfs2: fix leak of nilfs_root in case of writer thread creation failure
Ryusuke Konishi
2022-10-11
nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
Ryusuke Konishi
2022-10-03
nilfs2: remove the unneeded result variable
ye xingchen
2022-04-01
nilfs2: fix lockdep warnings in page operations for btree nodes
Ryusuke Konishi
2021-11-09
nilfs2: remove filenames from file comments
Ryusuke Konishi
2021-05-06
fs/nilfs2: fix misspellings using codespell tool
Liu xuzhi
2020-12-15
fs/nilfs2: remove some unused macros to tame gcc
Alex Shi
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-12
nilfs2: use a more common logging style
Joe Perches
2020-06-10
nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()
Ryusuke Konishi
2018-09-04
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2018-02-06
nilfs2: use time64_t internally
Arnd Bergmann
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-17
nilfs2: fix race condition that causes file system corruption
Andreas Rohner
2017-11-17
fs/nilfs2: convert timers to use timer_setup()
Kees Cook
2017-11-15
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-15
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
2017-11-15
nilfs2: use pagevec_lookup_range_tag()
Jan Kara
[next]