summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-122-5/+21
|\
| * nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi2022-10-111-4/+3
| * nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi2022-10-111-0/+2
| * nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi2022-10-111-1/+16
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-11/+13
|\ \
| * | nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi2022-10-111-4/+10
| * | nilfs2: remove the unneeded result variableye xingchen2022-10-031-3/+1
| * | nilfs2: delete unnecessary checks before brelse()Minghao Chi2022-10-031-4/+2
| |/
* / nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...Vishal Moola (Oracle)2022-09-111-27/+18
|/
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-032-31/+31
|\
| * nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-1/+1
| * nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-30/+30
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-025-22/+22
|\ \
| * | fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-145-21/+21
| * | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-143-3/+3
| |/
* / nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi2022-07-031-0/+3
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-242-15/+14
|\
| * nilfs2: Fix some kernel-doc commentsYang Li2022-05-121-6/+7
| * nilfs2: Remove comment about releasepageMatthew Wilcox (Oracle)2022-05-091-1/+0
| * fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-5/+5
| * fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
| * fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-082-3/+2
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-172-4/+4
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+2
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
|/
* nilfs2: get rid of nilfs_mapping_init()Ryusuke Konishi2022-04-012-10/+0
* nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi2022-04-015-21/+92
* nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-04-0110-50/+154
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-222-22/+21
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-2/+2
| * nilfs: Convert nilfs_set_page_dirty() to nilfs_dirty_folio()Matthew Wilcox (Oracle)2022-03-161-20/+18
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-152-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-222-17/+1
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| * | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-221-16/+0
| |/
* | nilfs2: pass the operation to bio_allocChristoph Hellwig2022-02-271-11/+9
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-2/+2
* | nilfs2: remove nilfs_alloc_seg_bioChristoph Hellwig2022-02-021-27/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+2
|\
| * nilfs2: remove redundant pointer sbufsColin Ian King2022-01-201-2/+2
* | nilfs2: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-291-3/+10
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0939-77/+77
|\
| * nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-0939-39/+39
| * nilfs2: replace snprintf in show functions with sysfs_emitQing Wang2021-11-091-38/+38
* | nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-183-3/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-20/+15
|\
| * nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-081-5/+4
| * nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-081-1/+1
| * nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-081-2/+2
| * nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-081-1/+1