summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorLines
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-5/+21
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+13
2022-10-11nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi-4/+3
2022-10-11nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi-0/+2
2022-10-11nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi-1/+16
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-10-03nilfs2: delete unnecessary checks before brelse()Minghao Chi-4/+2
2022-09-11nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...Vishal Moola (Oracle)-27/+18
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-31/+31
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-22/+22
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche-21/+21
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche-3/+3
2022-07-03nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi-0/+3
2022-06-29nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)-1/+1
2022-06-29nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)-30/+30
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-15/+14
2022-05-12nilfs2: Fix some kernel-doc commentsYang Li-6/+7
2022-05-09nilfs2: Remove comment about releasepageMatthew Wilcox (Oracle)-1/+0
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)-5/+5
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)-3/+2
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig-4/+4
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig-2/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-1/+1
2022-04-01nilfs2: get rid of nilfs_mapping_init()Ryusuke Konishi-10/+0
2022-04-01nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi-21/+92
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi-50/+154
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-22/+21
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-17/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown-16/+0
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-2/+2
2022-03-16nilfs: Convert nilfs_set_page_dirty() to nilfs_dirty_folio()Matthew Wilcox (Oracle)-20/+18
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-1/+2
2022-02-27nilfs2: pass the operation to bio_allocChristoph Hellwig-11/+9
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-2/+2
2022-02-02nilfs2: remove nilfs_alloc_seg_bioChristoph Hellwig-27/+4
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King-2/+2
2021-12-29nilfs2: use default_groups in kobj_typeGreg Kroah-Hartman-3/+10
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-77/+77
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi-39/+39
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang-38/+38
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig-3/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-20/+15
2021-09-08nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei-5/+4
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun-1/+1
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun-2/+2
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun-1/+1