summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorLines
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox-1/+1
2018-11-05nilfs2: Use xa_erase_irqMatthew Wilcox-3/+1
2018-10-21nilfs2: Convert to XArrayMatthew Wilcox-33/+22
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi-390/+39
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder-1/+1
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro-4/+2
2018-04-11page cache: use xa_lockMatthew Wilcox-21/+21
2018-02-06nilfs2: use time64_t internallyArnd Bergmann-24/+23
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-16/+16
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton-1/+0
2017-11-17nilfs2: use octal for unreadable permission macroRyusuke Konishi-1/+1
2017-11-17nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi-16/+16
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova-6/+7
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner-2/+4
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook-6/+6
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman-7/+7
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara-9/+8
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara-6/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-13/+12
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara-1/+1
2017-09-06mm: make pagevec_lookup() update indexJan Kara-2/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-13/+12
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar-2/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-1/+1
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara-1/+0
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara-1/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+2
2017-02-27nilfs2: use i_blocksize()Geliang Tang-2/+2
2017-02-27nilfs2: use nilfs_btree_node_size()Geliang Tang-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick-6/+6
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-1/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+14
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-1/+5
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-9/+9
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi-20/+29
2016-08-02nilfs2: use BIT() macroRyusuke Konishi-38/+37
2016-08-02nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi-27/+24