summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
2023-12-10nilfs2: convert nilfs_btnode_submit_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_create_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_gccache_submit_read_data to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_submit_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_create_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_segctor_prepare_write to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_write_page() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_writepage() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_segctor_complete_write to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_abort_logs to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: add nilfs_end_folio_io()Matthew Wilcox (Oracle)
2023-12-10fs/nilfs2: use standard array-copy-functionPhilipp Stanner
2023-12-06nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi
2023-12-06nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-18nilfs2: simplify device handlingJan Kara
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)
2023-10-25nilfs2: remove nilfs_page_get_nth_blockMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_forget_block() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_freeze_buffer to use a folioMatthew Wilcox (Oracle)
2023-10-25buffer: add get_nth_bh()Matthew Wilcox (Oracle)
2023-10-18nilfs2: convert to new timestamp accessorsJeff Layton
2023-09-29nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2023-08-10nilfs2: use setup_bdev_super to de-duplicate the mount codeChristoph Hellwig
2023-08-04nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-07-24nilfs2: convert to ctime accessor functionsJeff Layton
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi
2023-06-12nilfs2: reject devices with insufficient block countRyusuke Konishi
2023-06-12nilfs2: fix possible out-of-bounds segment allocation in resize ioctlRyusuke Konishi