aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nilfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01nilfs2: get rid of nilfs_mapping_init()Ryusuke Konishi2-10/+0
2022-04-01nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi5-21/+92
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi10-50/+154
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-22/+21
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-17/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-16/+0
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-16nilfs: Convert nilfs_set_page_dirty() to nilfs_dirty_folio()Matthew Wilcox (Oracle)1-20/+18
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2-1/+2
2022-02-27nilfs2: pass the operation to bio_allocChristoph Hellwig1-11/+9
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-2/+2
2022-02-02nilfs2: remove nilfs_alloc_seg_bioChristoph Hellwig1-27/+4
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King1-2/+2
2021-12-29nilfs2: use default_groups in kobj_typeGreg Kroah-Hartman1-3/+10
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds39-77/+77
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi39-39/+39
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang1-38/+38
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig3-3/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-20/+15
2021-09-08nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei1-5/+4
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun1-1/+1
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun1-2/+2
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun1-1/+1
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun1-2/+2
2021-09-08nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun1-5/+3
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun1-4/+2
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-07-01nilfs2: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-16/+3
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-05-17nilfs2: Switch to use %ptTsAndy Shevchenko1-16/+3
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-6/+6
2021-05-06nilfs2: fix typos in commentsLu Jialin3-4/+4
2021-05-06fs/nilfs2: fix misspellings using codespell toolLiu xuzhi1-2/+2
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12nilfs2: convert to fileattrMiklos Szeredi4-43/+25
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds4-17/+24
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+1
2021-02-10nilfs2: make splice write available againJoachim Henke1-0/+1
2021-01-27nilfs2: remove cruft in nilfs_alloc_seg_bioChristoph Hellwig1-4/+0
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-12/+19
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2