aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/segment.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22nilfs2: localize highmem mapping for checkpoint finalization within cpfileGravatar Ryusuke Konishi 1-46/+5
2024-02-22nilfs2: localize highmem mapping for checkpoint creation within cpfileGravatar Ryusuke Konishi 1-29/+2
2024-02-22nilfs2: convert ifile to use kmap_localGravatar Ryusuke Konishi 1-1/+1
2024-02-22nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonGravatar Ryusuke Konishi 1-8/+39
2024-02-07nilfs2: fix potential bug in end_buffer_async_writeGravatar Ryusuke Konishi 1-3/+5
2023-12-29nilfs2: add missing set_freezable() for freezable kthreadGravatar Kevin Hao 1-0/+1
2023-12-10nilfs2: convert nilfs_segctor_prepare_write to use foliosGravatar Matthew Wilcox (Oracle) 1-29/+29
2023-12-10nilfs2: convert to __nilfs_clear_folio_dirty()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2023-12-10nilfs2: convert to nilfs_folio_buffers_clean()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2023-12-10nilfs2: convert nilfs_segctor_complete_write to use foliosGravatar Matthew Wilcox (Oracle) 1-28/+21
2023-12-10nilfs2: convert nilfs_abort_logs to use foliosGravatar Matthew Wilcox (Oracle) 1-14/+14
2023-12-10nilfs2: add nilfs_end_folio_io()Gravatar Matthew Wilcox (Oracle) 1-14/+22
2023-10-25buffer: remove folio_create_empty_buffers()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2023-10-25nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Gravatar Matthew Wilcox (Oracle) 1-4/+3
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Gravatar Ryusuke Konishi 1-0/+5
2023-08-04nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputGravatar Ryusuke Konishi 1-0/+2
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsGravatar Ryusuke Konishi 1-0/+7
2023-05-06nilfs2: do not write dirty data after degenerating to read-onlyGravatar Ryusuke Konishi 1-1/+4
2023-04-18nilfs2: initialize unused bytes in segment summary blocksGravatar Ryusuke Konishi 1-0/+20
2023-04-05nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Gravatar Ryusuke Konishi 1-2/+1
2023-02-02nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t...Gravatar Vishal Moola (Oracle) 1-8/+7
2023-02-02nilfs2: convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_t...Gravatar Vishal Moola (Oracle) 1-13/+16
2023-01-18nilfs2: replace obvious uses of b_page with b_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 1-1/+1
2022-11-08nilfs2: fix use-after-free bug of ns_writer on remountGravatar Ryusuke Konishi 1-7/+8
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-4/+3
2022-10-11nilfs2: fix leak of nilfs_root in case of writer thread creation failureGravatar Ryusuke Konishi 1-4/+3
2022-10-11nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureGravatar Ryusuke Konishi 1-4/+10
2022-10-03nilfs2: remove the unneeded result variableGravatar ye xingchen 1-3/+1
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesGravatar Ryusuke Konishi 1-3/+6
2021-11-09nilfs2: remove filenames from file commentsGravatar Ryusuke Konishi 1-1/+1
2021-05-06fs/nilfs2: fix misspellings using codespell toolGravatar Liu xuzhi 1-2/+2
2020-12-15fs/nilfs2: remove some unused macros to tame gccGravatar Alex Shi 1-5/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-7/+12
2020-08-12nilfs2: use a more common logging styleGravatar Joe Perches 1-19/+19
2020-06-10nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Gravatar Ryusuke Konishi 1-0/+2
2018-09-04nilfs2: convert to SPDX license tagsGravatar Ryusuke Konishi 1-10/+1
2018-02-06nilfs2: use time64_t internallyGravatar Arnd Bergmann 1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-11-17nilfs2: fix race condition that causes file system corruptionGravatar Andreas Rohner 1-2/+4
2017-11-17fs/nilfs2: convert timers to use timer_setup()Gravatar Kees Cook 1-6/+5
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 1-2/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Gravatar Jan Kara 1-3/+3
2017-11-15nilfs2: use pagevec_lookup_range_tag()Gravatar Jan Kara 1-6/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 1-2/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2016-08-02nilfs2: use BIT() macroGravatar Ryusuke Konishi 1-7/+7
2016-08-02nilfs2: do not use yield()Gravatar Ryusuke Konishi 1-1/+1