summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
* nilfs2: Convert to properly refcounting bdiJan Kara2017-04-201-1/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* nilfs2: use i_blocksize()Geliang Tang2017-02-272-2/+2
* nilfs2: use nilfs_btree_node_size()Geliang Tang2017-02-271-1/+1
* fs: add i_blocksize()Fabian Frederick2017-02-274-6/+6
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+2
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-10/+14
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-274-9/+9
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-0213-20/+29
* nilfs2: use BIT() macroRyusuke Konishi2016-08-026-38/+37
* nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-022-27/+24
* nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-021-18/+35
* nilfs2: do not use yield()Ryusuke Konishi2016-08-021-1/+1
* nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-023-2/+16
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-028-82/+61
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-0213-275/+283
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-023-5/+8