aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c
AgeCommit message (Expand)Author
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi
2023-09-23nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2023-08-16nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi
2023-06-28nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi
2023-05-17nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi
2023-04-26nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi
2023-04-20nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi
2022-11-25nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi
2022-10-15nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi
2022-10-15nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2020-06-17nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi
2018-02-06nilfs2: use time64_t internallyArnd Bergmann
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook
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-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27fs: add i_blocksize()Fabian Frederick
2016-08-02nilfs2: use BIT() macroRyusuke Konishi
2016-08-02nilfs2: do not use yield()Ryusuke Konishi
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi
2016-05-23nilfs2: fix block commentsRyusuke Konishi
2016-05-23nilfs2: remove unnecessary else after return or breakRyusuke Konishi
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi
2016-05-23nilfs2: add missing line spacingRyusuke Konishi
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi
2016-05-23nilfs2: constify nilfs_sc_operations structuresJulia Lawall
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-11-06nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi
2015-11-06nilfs2: add a tracepoint for transaction eventsHitoshi Mitake
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi
2015-04-17nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi
2015-03-12nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi
2015-02-05nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner
2013-09-30nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara