aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/page.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22nilfs2: convert nilfs_copy_buffer() to use kmap_localGravatar Ryusuke Konishi 1-4/+4
2023-12-10nilfs2: convert nilfs_page_bug() to nilfs_folio_bug()Gravatar Matthew Wilcox (Oracle) 1-12/+13
2023-12-10nilfs2: convert to __nilfs_clear_folio_dirty()Gravatar Matthew Wilcox (Oracle) 1-9/+10
2023-12-10nilfs2: convert to nilfs_clear_folio_dirty()Gravatar Matthew Wilcox (Oracle) 1-13/+14
2023-12-10nilfs2: convert to nilfs_folio_buffers_clean()Gravatar Matthew Wilcox (Oracle) 1-9/+9
2023-12-10nilfs2: convert nilfs_forget_buffer to use a folioGravatar Matthew Wilcox (Oracle) 1-5/+5
2023-10-25buffer: remove folio_create_empty_buffers()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Gravatar Matthew Wilcox (Oracle) 1-24/+26
2023-10-25nilfs2: convert nilfs_grab_buffer() to use a folioGravatar Matthew Wilcox (Oracle) 1-13/+13
2023-06-19nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Gravatar Ryusuke Konishi 1-1/+9
2023-04-05mm: return an ERR_PTR from __filemap_get_folioGravatar Christoph Hellwig 1-3/+3
2023-02-02nilfs2: convert nilfs_clear_dirty_pages() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-10/+10
2023-02-02nilfs2: convert nilfs_copy_dirty_pages() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-19/+20
2022-09-11nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...Gravatar Vishal Moola (Oracle) 1-27/+18
2022-06-29nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Gravatar Matthew Wilcox (Oracle) 1-30/+30
2022-04-01nilfs2: get rid of nilfs_mapping_init()Gravatar Ryusuke Konishi 1-9/+0
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesGravatar Ryusuke Konishi 1-4/+3
2022-01-20nilfs2: remove redundant pointer sbufsGravatar Colin Ian King 1-2/+2
2021-11-09nilfs2: remove filenames from file commentsGravatar Ryusuke Konishi 1-1/+1
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Gravatar Wang Hai 1-1/+0
2020-08-12nilfs2: use a more common logging styleGravatar Joe Perches 1-6/+5
2018-10-21nilfs2: Convert to XArrayGravatar Matthew Wilcox 1-16/+13
2018-09-04nilfs2: convert to SPDX license tagsGravatar Ryusuke Konishi 1-10/+1
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-11/+11
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 1-4/+4
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Gravatar Jan Kara 1-4/+3
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Gravatar Jan Kara 1-1/+1
2017-09-06mm: make pagevec_lookup() update indexGravatar Jan Kara 1-2/+1
2016-08-02nilfs2: use BIT() macroGravatar Ryusuke Konishi 1-13/+13
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Gravatar Ryusuke Konishi 1-10/+9
2016-05-23nilfs2: avoid bare use of 'unsigned'Gravatar Ryusuke Konishi 1-4/+4
2016-05-23nilfs2: clean up old e-mail addressesGravatar Ryusuke Konishi 1-2/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesGravatar Ryusuke Konishi 1-4/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-9/+9
2016-03-17mm: introduce page reference manipulation functionsGravatar Joonsoo Kim 1-1/+1
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapGravatar Ryusuke Konishi 1-14/+10
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-3/+1
2013-09-30nilfs2: fix issue with race condition of competition between segments for dir...Gravatar Vyacheslav Dubeyko 1-0/+2
2013-04-30nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Gravatar Vyacheslav Dubeyko 1-1/+1
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Gravatar Vyacheslav Dubeyko 1-18/+52
2012-12-11mm: redefine address_space.assoc_mappingGravatar Rafael Aquini 1-1/+1
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-4/+4
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyGravatar Ryusuke Konishi 1-13/+0
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostGravatar Ryusuke Konishi 1-8/+5
2011-05-10nilfs2: get rid of private page allocatorGravatar Ryusuke Konishi 1-52/+1
2011-04-05fs: export empty_aopsGravatar Jens Axboe 1-2/+0
2011-03-30nilfs2: fix oops due to a bad aops initializationGravatar Ryusuke Konishi 1-1/+3
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreGravatar Jens Axboe 1-3/+2
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-3/+2
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeGravatar Miklos Szeredi 1-13/+0