summaryrefslogtreecommitdiff
path: root/fs/nilfs2/page.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi1-4/+4
2023-12-11nilfs2: convert nilfs_page_bug() to nilfs_folio_bug()Matthew Wilcox (Oracle)1-12/+13
2023-12-11nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)1-9/+10
2023-12-11nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)1-13/+14
2023-12-11nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)1-9/+9
2023-12-11nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-26buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-2/+2
2023-10-26nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)1-24/+26
2023-10-26nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)1-13/+13
2023-06-19nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi1-1/+9
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-3/+3
2023-02-03nilfs2: convert nilfs_clear_dirty_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-10/+10
2023-02-03nilfs2: convert nilfs_copy_dirty_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-19/+20
2022-09-12nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...Vishal Moola (Oracle)1-27/+18
2022-06-29nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)1-30/+30
2022-04-01nilfs2: get rid of nilfs_mapping_init()Ryusuke Konishi1-9/+0
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi1-4/+3
2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King1-2/+2
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi1-1/+1
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai1-1/+0
2020-08-12nilfs2: use a more common logging styleJoe Perches1-6/+5
2018-10-21nilfs2: Convert to XArrayMatthew Wilcox1-16/+13
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-11/+11
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman1-4/+4
2017-11-16mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-4/+3
2017-09-07mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-1/+1
2017-09-07mm: make pagevec_lookup() update indexJan Kara1-2/+1
2016-08-03nilfs2: use BIT() macroRyusuke Konishi1-13/+13
2016-08-03nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-10/+9
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-4/+4
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi1-2/+1
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-9/+9
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi1-14/+10
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig1-3/+1
2013-10-01nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko1-0/+2
2013-05-01nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko1-1/+1
2013-05-01nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko1-18/+52
2012-12-12mm: redefine address_space.assoc_mappingRafael Aquini1-1/+1
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi1-13/+0
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi1-8/+5
2011-05-10nilfs2: get rid of private page allocatorRyusuke Konishi1-52/+1
2011-04-06fs: export empty_aopsJens Axboe1-2/+0
2011-03-30nilfs2: fix oops due to a bad aops initializationRyusuke Konishi1-1/+3
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-3/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-3/+2
2011-02-24mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-13/+0