aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
AgeCommit message (Expand)Author
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun
2021-09-26nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun
2021-09-26nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei
2021-06-30nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin
2021-02-13nilfs2: make splice write available againJoachim Henke
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12nilfs2: use a more common logging styleJoe Perches
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers
2020-06-10nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-01nilfs2: switch to ->free_inode()Al Viro
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox
2018-11-05nilfs2: Use xa_erase_irqMatthew Wilcox
2018-10-21nilfs2: Convert to XArrayMatthew Wilcox
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-02-06nilfs2: use time64_t internallyArnd Bergmann
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton
2017-11-17nilfs2: use octal for unreadable permission macroRyusuke Konishi
2017-11-17nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman