summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-20/+15
|\
| * nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-081-5/+4
| * nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-081-1/+1
| * nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-081-2/+2
| * nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-081-1/+1
| * nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-081-2/+2
| * nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-081-5/+3
| * nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun2021-09-081-4/+2
* | block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-091-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-1/+0
|\
| * nilfs2: remove redundant continue statement in a while-loopColin Ian King2021-07-011-1/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-0/+1
|\|
| * mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-16/+3
|\ \ | |/ |/|
| * nilfs2: Switch to use %ptTsAndy Shevchenko2021-05-171-16/+3
* | nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-241-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-074-6/+6
|\ \
| * | nilfs2: fix typos in commentsLu Jialin2021-05-063-4/+4
| * | fs/nilfs2: fix misspellings using codespell toolLiu xuzhi2021-05-061-2/+2
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\ \ | |/ |/|
| * useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | nilfs2: convert to fileattrMiklos Szeredi2021-04-124-43/+25
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-234-17/+24
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-12/+19
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-242-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-212-5/+1
|\ \
| * | nilfs2: remove cruft in nilfs_alloc_seg_bioChristoph Hellwig2021-01-271-4/+0
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| |/
* / nilfs2: make splice write available againJoachim Henke2021-02-101-0/+1
|/
* fs/nilfs2: remove some unused macros to tame gccAlex Shi2020-12-151-5/+0
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai2020-10-164-7/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-9/+14
|/
* nilfs2: use a more common logging styleJoe Perches2020-08-1220-251/+239
* nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2020-08-122-10/+15
* nilfs2: only call unlock_new_inode() if I_NEWEric Biggers2020-08-121-1/+2
* nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi2020-06-101-0/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-1/+2
|\
| * fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-1/+1
| * fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-1/+1
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+1
|\ \
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
| |/
* / fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-12/+3
|/
* fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
* vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-7/+2