summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-173-13/+12
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| |/
* | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-061-1/+1
* | mm: make pagevec_lookup() update indexJan Kara2017-09-061-2/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-3/+2
|\
| * sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-2/+1
| * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
|/
* fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-1/+0