aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Gravatar Wang Hai 4-7/+6
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-9/+14
2020-08-12nilfs2: use a more common logging styleGravatar Joe Perches 20-251/+239
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatGravatar Joe Perches 2-10/+15
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWGravatar Eric Biggers 1-1/+2
2020-06-10nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Gravatar Ryusuke Konishi 1-0/+2
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+2
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepGravatar Christoph Hellwig 1-1/+1
2020-06-03fs: move fiemap range validation into the file systems instancesGravatar Christoph Hellwig 1-1/+1
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-12/+3
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsGravatar Arnd Bergmann 1-0/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-7/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-01nilfs2: switch to ->free_inode()Gravatar Al Viro 2-11/+2
2019-02-06XArray: Change xa_insert to return -EBUSYGravatar Matthew Wilcox 1-1/+1
2018-11-05nilfs2: Use xa_erase_irqGravatar Matthew Wilcox 1-3/+1
2018-10-21nilfs2: Convert to XArrayGravatar Matthew Wilcox 2-33/+22
2018-09-04nilfs2: convert to SPDX license tagsGravatar Ryusuke Konishi 39-390/+39
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-22nilfs2: use 64-bit superblock timstampsGravatar Arnd Bergmann 1-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-4/+2
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 2-21/+21
2018-02-06nilfs2: use time64_t internallyGravatar Arnd Bergmann 9-24/+23
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 3-16/+16
2017-11-17nilfs2: remove inode->i_version initializationGravatar Jeff Layton 1-1/+0
2017-11-17nilfs2: use octal for unreadable permission macroGravatar Ryusuke Konishi 1-1/+1
2017-11-17nilfs2: align block comments of nilfs_sufile_truncate_range() at *Gravatar Ryusuke Konishi 1-16/+16
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tGravatar Elena Reshetova 2-6/+7
2017-11-17nilfs2: fix race condition that causes file system corruptionGravatar Andreas Rohner 1-2/+4
2017-11-17fs/nilfs2: convert timers to use timer_setup()Gravatar Kees Cook 2-6/+6
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 3-7/+7
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Gravatar Jan Kara 3-9/+8
2017-11-15nilfs2: use pagevec_lookup_range_tag()Gravatar Jan Kara 1-6/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-13/+12
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Gravatar Jan Kara 1-1/+1
2017-09-06mm: make pagevec_lookup() update indexGravatar Jan Kara 1-2/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 3-13/+12
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 1-2/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-1/+1
2017-04-20fs: Remove SB_I_DYNBDI flagGravatar Jan Kara 1-1/+0