index
:
linux/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
page.c
Age
Commit message (
Expand
)
Author
2025-01-24
nilfs2: add missing return value kernel-doc descriptions
Ryusuke Konishi
2025-01-24
nilfs2: do not force clear folio if buffer is referenced
Ryusuke Konishi
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-11
nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
Ryusuke Konishi
2024-11-11
nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
Ryusuke Konishi
2024-11-05
nilfs2: convert nilfs_page_count_clean_buffers() to take a folio
Matthew Wilcox (Oracle)
2024-10-28
nilfs2: fix kernel bug due to missing clearing of checked flag
Ryusuke Konishi
2024-10-16
nilfs2: fix kernel bug due to missing clearing of buffer delay flag
Ryusuke Konishi
2024-10-04
nilfs2: Convert nilfs_copy_buffer() to use folios
Matthew Wilcox (Oracle)
2024-09-09
nilfs2: remove duplicate 'unlikely()' usage
Kunwu Chan
2024-09-01
nilfs2: do not output warnings when clearing dirty buffers
Ryusuke Konishi
2024-02-22
nilfs2: convert nilfs_copy_buffer() to use kmap_local
Ryusuke Konishi
2023-12-10
nilfs2: convert nilfs_page_bug() to nilfs_folio_bug()
Matthew Wilcox (Oracle)
2023-12-10
nilfs2: convert to __nilfs_clear_folio_dirty()
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_forget_buffer to use a folio
Matthew Wilcox (Oracle)
2023-10-25
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_grab_buffer() to use a folio
Matthew Wilcox (Oracle)
2023-06-19
nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
Ryusuke Konishi
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-02-02
nilfs2: convert nilfs_clear_dirty_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
nilfs2: convert nilfs_copy_dirty_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2022-09-11
nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...
Vishal Moola (Oracle)
2022-06-29
nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
2022-04-01
nilfs2: get rid of nilfs_mapping_init()
Ryusuke Konishi
2022-04-01
nilfs2: fix lockdep warnings in page operations for btree nodes
Ryusuke Konishi
2022-01-20
nilfs2: remove redundant pointer sbufs
Colin Ian King
2021-11-09
nilfs2: remove filenames from file comments
Ryusuke Konishi
2020-10-16
nilfs2: fix some kernel-doc warnings for nilfs2
Wang Hai
2020-08-12
nilfs2: use a more common logging style
Joe Perches
2018-10-21
nilfs2: Convert to XArray
Matthew Wilcox
2018-09-04
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2018-04-11
page cache: use xa_lock
Matthew Wilcox
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-09-06
mm: remove nr_pages argument from pagevec_lookup{,_range}()
Jan Kara
2017-09-06
mm: make pagevec_lookup() update index
Jan Kara
2016-08-02
nilfs2: use BIT() macro
Ryusuke Konishi
2016-08-02
nilfs2: replace nilfs_warning() with nilfs_msg()
Ryusuke Konishi
2016-05-23
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
2016-05-23
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
2016-05-23
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-17
mm: introduce page reference manipulation functions
Joonsoo Kim
2015-04-17
nilfs2: use set_mask_bits() for operations on buffer state bitmap
Ryusuke Konishi
2015-01-20
fs: remove mapping->backing_dev_info
Christoph Hellwig
2013-09-30
nilfs2: fix issue with race condition of competition between segments for dir...
Vyacheslav Dubeyko
[next]