aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-15fs/nilfs2: remove some unused macros to tame gccAlex Shi1-5/+0
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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-23treewide: 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-10nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+2
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-1/+1
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-1/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02Merge 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-01nilfs2: 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-04nilfs2: 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
2018-04-11page cache: use xa_lockMatthew Wilcox2-21/+21
2018-02-06nilfs2: use time64_t internallyArnd Bergmann9-24/+23
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds3-16/+16
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton1-1/+0
2017-11-17nilfs2: use octal for unreadable permission macroRyusuke Konishi1-1/+1
2017-11-17nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi1-16/+16
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2-6/+7
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook2-6/+6
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman3-7/+7
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara3-9/+8
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara1-6/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-13/+12
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-1/+1
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-2/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells3-13/+12
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2