aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/page.c
AgeCommit message (Expand)Author
2023-06-28nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai
2020-08-12nilfs2: use a more common logging styleJoe Perches
2018-10-21nilfs2: Convert to XArrayMatthew Wilcox
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi
2018-04-11page cache: use xa_lockMatthew Wilcox
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2016-08-02nilfs2: use BIT() macroRyusuke Konishi
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2013-09-30nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko
2013-04-30nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi
2011-05-10nilfs2: get rid of private page allocatorRyusuke Konishi
2011-04-05fs: export empty_aopsJens Axboe
2011-03-30nilfs2: fix oops due to a bad aops initializationRyusuke Konishi
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-01-10nilfs2: fix a checkpatch error in page.cRyusuke Konishi
2011-01-10nilfs2: fiemap supportRyusuke Konishi
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi
2010-10-23nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi
2010-10-23nilfs2: add routines to roll back state of DAT fileRyusuke Konishi
2010-07-23nilfs2: introduce check flag to btree node bufferRyusuke Konishi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-14nilfs2: fix various typos in commentsRyusuke Konishi
2009-05-10nilfs2: ensure to clear dirty state when deleting metadata file blockRyusuke Konishi
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi
2009-04-07nilfs2: buffer and page operationsRyusuke Konishi