summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c
AgeCommit message (Expand)AuthorLines
2023-08-04nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi-0/+2
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi-0/+7
2023-05-06nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi-1/+4
2023-04-18nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi-0/+20
2023-04-05nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi-2/+1
2023-02-02nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t...Vishal Moola (Oracle)-8/+7
2023-02-02nilfs2: convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_t...Vishal Moola (Oracle)-13/+16
2023-01-18nilfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)-1/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-11-08nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi-7/+8
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+3
2022-10-11nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi-4/+3
2022-10-11nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi-4/+10
2022-10-03nilfs2: remove the unneeded result variableye xingchen-3/+1
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi-3/+6
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi-1/+1
2021-05-06fs/nilfs2: fix misspellings using codespell toolLiu xuzhi-2/+2
2020-12-15fs/nilfs2: remove some unused macros to tame gccAlex Shi-5/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-7/+12
2020-08-12nilfs2: use a more common logging styleJoe Perches-19/+19
2020-06-10nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi-0/+2
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi-10/+1
2018-02-06nilfs2: use time64_t internallyArnd Bergmann-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-1/+1
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner-2/+4
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook-6/+5
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman-2/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara-3/+3
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara-6/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar-2/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+2
2017-02-27fs: add i_blocksize()Fabian Frederick-1/+1
2016-08-02nilfs2: use BIT() macroRyusuke Konishi-7/+7
2016-08-02nilfs2: do not use yield()Ryusuke Konishi-1/+1
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi-10/+10
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi-13/+12
2016-05-23nilfs2: fix block commentsRyusuke Konishi-19/+37
2016-05-23nilfs2: remove unnecessary else after return or breakRyusuke Konishi-14/+12
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi-9/+9
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi-4/+4
2016-05-23nilfs2: add missing line spacingRyusuke Konishi-0/+1
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi-4/+0
2016-05-23nilfs2: constify nilfs_sc_operations structuresJulia Lawall-5/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-1/+1
2015-11-06nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi-2/+1
2015-11-06nilfs2: add a tracepoint for transaction eventsHitoshi Mitake-1/+32
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake-20/+51
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi-6/+8