index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
segment.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: localize highmem mapping for checkpoint finalization within cpfile
Ryusuke Konishi
2024-02-22
1
-46
/
+5
*
nilfs2: localize highmem mapping for checkpoint creation within cpfile
Ryusuke Konishi
2024-02-22
1
-29
/
+2
*
nilfs2: convert ifile to use kmap_local
Ryusuke Konishi
2024-02-22
1
-1
/
+1
*
nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_common
Ryusuke Konishi
2024-02-22
1
-8
/
+39
*
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
2024-02-07
1
-3
/
+5
*
nilfs2: add missing set_freezable() for freezable kthread
Kevin Hao
2023-12-29
1
-0
/
+1
*
nilfs2: convert nilfs_segctor_prepare_write to use folios
Matthew Wilcox (Oracle)
2023-12-10
1
-29
/
+29
*
nilfs2: convert to __nilfs_clear_folio_dirty()
Matthew Wilcox (Oracle)
2023-12-10
1
-1
/
+1
*
nilfs2: convert to nilfs_folio_buffers_clean()
Matthew Wilcox (Oracle)
2023-12-10
1
-2
/
+2
*
nilfs2: convert nilfs_segctor_complete_write to use folios
Matthew Wilcox (Oracle)
2023-12-10
1
-28
/
+21
*
nilfs2: convert nilfs_abort_logs to use folios
Matthew Wilcox (Oracle)
2023-12-10
1
-14
/
+14
*
nilfs2: add nilfs_end_folio_io()
Matthew Wilcox (Oracle)
2023-12-10
1
-14
/
+22
*
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
1
-1
/
+1
*
nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...
Matthew Wilcox (Oracle)
2023-10-25
1
-4
/
+3
*
nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
Ryusuke Konishi
2023-08-21
1
-0
/
+5
*
nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
Ryusuke Konishi
2023-08-04
1
-0
/
+2
*
nilfs2: fix buffer corruption due to concurrent device reads
Ryusuke Konishi
2023-06-19
1
-0
/
+7
*
nilfs2: do not write dirty data after degenerating to read-only
Ryusuke Konishi
2023-05-06
1
-1
/
+4
*
nilfs2: initialize unused bytes in segment summary blocks
Ryusuke Konishi
2023-04-18
1
-0
/
+20
*
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
Ryusuke Konishi
2023-04-05
1
-2
/
+1
*
nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t...
Vishal Moola (Oracle)
2023-02-02
1
-8
/
+7
*
nilfs2: convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_t...
Vishal Moola (Oracle)
2023-02-02
1
-13
/
+16
*
nilfs2: replace obvious uses of b_page with b_folio
Matthew Wilcox (Oracle)
2023-01-18
1
-1
/
+1
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
1
-1
/
+1
*
nilfs2: fix use-after-free bug of ns_writer on remount
Ryusuke Konishi
2022-11-08
1
-7
/
+8
*
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-10-12
1
-4
/
+3
|
\
|
*
nilfs2: fix leak of nilfs_root in case of writer thread creation failure
Ryusuke Konishi
2022-10-11
1
-4
/
+3
*
|
nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
Ryusuke Konishi
2022-10-11
1
-4
/
+10
*
|
nilfs2: remove the unneeded result variable
ye xingchen
2022-10-03
1
-3
/
+1
|
/
*
nilfs2: fix lockdep warnings in page operations for btree nodes
Ryusuke Konishi
2022-04-01
1
-3
/
+6
*
nilfs2: remove filenames from file comments
Ryusuke Konishi
2021-11-09
1
-1
/
+1
*
fs/nilfs2: fix misspellings using codespell tool
Liu xuzhi
2021-05-06
1
-2
/
+2
*
fs/nilfs2: remove some unused macros to tame gcc
Alex Shi
2020-12-15
1
-5
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-7
/
+12
*
nilfs2: use a more common logging style
Joe Perches
2020-08-12
1
-19
/
+19
*
nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()
Ryusuke Konishi
2020-06-10
1
-0
/
+2
*
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2018-09-04
1
-10
/
+1
*
nilfs2: use time64_t internally
Arnd Bergmann
2018-02-06
1
-1
/
+1
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-1
/
+1
*
nilfs2: fix race condition that causes file system corruption
Andreas Rohner
2017-11-17
1
-2
/
+4
*
fs/nilfs2: convert timers to use timer_setup()
Kees Cook
2017-11-17
1
-6
/
+5
*
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-15
1
-2
/
+2
*
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
2017-11-15
1
-3
/
+3
*
nilfs2: use pagevec_lookup_range_tag()
Jan Kara
2017-11-15
1
-6
/
+2
*
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2017-06-20
1
-2
/
+1
*
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
fs: add i_blocksize()
Fabian Frederick
2017-02-27
1
-1
/
+1
*
nilfs2: use BIT() macro
Ryusuke Konishi
2016-08-02
1
-7
/
+7
*
nilfs2: do not use yield()
Ryusuke Konishi
2016-08-02
1
-1
/
+1
[next]