summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-15/+15
2023-02-18nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2023-01-12nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi1-3/+12
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+65
2022-12-01nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng1-0/+7
2022-11-23nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin1-0/+8
2022-11-19nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi1-4/+38
2022-11-19nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2022-11-09nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2-9/+8
2022-11-09nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-5/+21
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-11/+13
2022-10-12nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi1-4/+3
2022-10-12nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi1-0/+2
2022-10-12nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi1-1/+16
2022-10-12nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi1-4/+10
2022-10-04nilfs2: remove the unneeded result variableye xingchen1-3/+1
2022-10-04nilfs2: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-09-12nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...Vishal Moola (Oracle)1-27/+18
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-31/+31
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-22/+22
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche5-21/+21
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche3-3/+3
2022-07-04nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi1-0/+3
2022-06-29nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)1-1/+1
2022-06-29nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)1-30/+30
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-15/+14
2022-05-12nilfs2: Fix some kernel-doc commentsYang Li1-6/+7
2022-05-10nilfs2: Remove comment about releasepageMatthew Wilcox (Oracle)1-1/+0
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-5/+5
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2-3/+2
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2-4/+4
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+2
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
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