summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun
2021-09-08nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01nilfs2: remove redundant continue statement in a while-loopColin Ian King
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin
2021-05-17nilfs2: Switch to use %ptTsAndy Shevchenko
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-06nilfs2: fix typos in commentsLu Jialin
2021-05-06fs/nilfs2: fix misspellings using codespell toolLiu xuzhi
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-04-12nilfs2: convert to fileattrMiklos Szeredi
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nilfs2: make splice write available againJoachim Henke
2021-01-27nilfs2: remove cruft in nilfs_alloc_seg_bioChristoph Hellwig
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-15fs/nilfs2: remove some unused macros to tame gccAlex Shi
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