summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* nilfs2: switch to ->free_inode()Al Viro2019-05-012-11/+2
* XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-061-1/+1
* nilfs2: Use xa_erase_irqMatthew Wilcox2018-11-051-3/+1
* nilfs2: Convert to XArrayMatthew Wilcox2018-10-212-33/+22
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-0439-390/+39
* fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder2018-08-221-1/+1
* nilfs2: use 64-bit superblock timstampsArnd Bergmann2018-08-221-1/+1
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* page cache: use xa_lockMatthew Wilcox2018-04-112-21/+21
* nilfs2: use time64_t internallyArnd Bergmann2018-02-069-24/+23
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-16/+16
* nilfs2: remove inode->i_version initializationJeff Layton2017-11-171-1/+0
* nilfs2: use octal for unreadable permission macroRyusuke Konishi2017-11-171-1/+1
* nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi2017-11-171-16/+16
* fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
* nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-171-2/+4
* fs/nilfs2: convert timers to use timer_setup()Kees Cook2017-11-172-6/+6
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-153-7/+7
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-153-9/+8
* nilfs2: use pagevec_lookup_range_tag()Jan Kara2017-11-151-6/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-143-13/+12
|\