summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi1-3/+12
2023-01-14nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi1-4/+38
2023-01-14nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2022-12-08nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng1-0/+7
2022-12-02nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin1-0/+8
2022-11-16nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2-9/+8
2022-11-16nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-10-15nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi1-4/+10
2022-10-15nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi1-4/+3
2022-10-15nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi1-1/+16
2022-10-15nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi1-0/+2
2022-07-21nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi1-0/+3
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi5-21/+92
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi10-50/+154
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun1-1/+1
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun1-2/+2
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun1-1/+1
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun1-2/+2
2021-09-26nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun1-5/+3
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun1-4/+2
2021-09-26nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei1-5/+4
2021-06-30nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-02-13nilfs2: make splice write available againJoachim Henke1-0/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai4-7/+6
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-9/+14
2020-08-12nilfs2: use a more common logging styleJoe Perches20-251/+239
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2-10/+15
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-06-11nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2020-06-04fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-1/+1
2020-06-04fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-1/+1
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-12/+3
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann1-0/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-7/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-02nilfs2: switch to ->free_inode()Al Viro2-11/+2
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox1-1/+1
2018-11-05nilfs2: Use xa_erase_irqMatthew Wilcox1-3/+1
2018-10-21nilfs2: Convert to XArrayMatthew Wilcox2-33/+22
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi39-390/+39
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann1-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2