summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-131-1/+3
|\
| * ext2: Adjust the comment of function ext2_alloc_branchShuning Zhang2019-03-261-1/+3
* | ext2: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-078-19/+64
|\
| * ext2: support statx syscallyangerkun2019-02-185-0/+32
| * ext2: Fix underflow in ext2_max_size()Jan Kara2019-01-311-14/+25
| * ext2: Fix a typo in commentLiu Xiang2019-01-291-1/+1
| * ext2: Remove redundant check for finding no groupLiu Xiang2019-01-281-2/+0
| * ext2: Annotate implicit fall through in __ext2_truncate_blocksMathieu Malaterre2019-01-281-0/+2
| * ext2: Set superblock revision when enabling xattr featureJan Kara2019-01-221-0/+1
| * ext2: Remove redundant check on s_inode_sizeLiu Xiang2019-01-221-2/+0
| * ext2: set proper return codeChengguang Xu2019-01-221-0/+3
* | ext2: use common file type conversionPhillip Potter2019-01-212-45/+6
|/
* Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-272-8/+7
|\
| * ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu2018-11-151-1/+2
| * ext2: remove redundant condition checkChengguang Xu2018-11-141-6/+4
| * ext2: avoid unnecessary operation in ext2_error()Chengguang Xu2018-11-081-1/+1
* | ext2: fix potential use after freePan Bian2018-11-271-1/+1
* | ext2: initialize opts.s_mount_opt as zero before using itxingaopeng2018-11-271-0/+1
|/
* Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-293-8/+5
|\
| * ext2: remove redundant building macro checkChengguang Xu2018-09-242-8/+1
| * ext2: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-031-0/+4
* | ext2, dax: set ext2_dax_aops for dax filesToshi Kani2018-09-191-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-171-1/+0
|\
| * dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-1/+0
* | Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-172-4/+5
|\ \ | |/ |/|
| * ext2: use ktime_get_real_seconds for timestampsArnd Bergmann2018-06-272-4/+5
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-132-8/+4
|\ \ | |/ |/|
| * ext2: make sure that partially set up inodes won't be returned by ext2_iget()Al Viro2018-08-032-8/+4
* | ext2: add warning when specifying nocheck optionChengguang Xu2018-06-202-5/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+3
* Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-2/+1
|\
| * dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-2/+1
| * fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-1/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-212-14/+2
|\ \ | |/ |/|
| * ext2: fix a block leakAl Viro2018-05-211-10/+0
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* | Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-04-201-2/+2
|\ \ | |/ |/|
| * fs: ext2: Adding new return type vm_fault_tSouptick Joarder2018-04-161-2/+2
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-103-35/+30
|\ \ | |/ |/|
| * ext2, dax: introduce ext2_dax_aopsDan Williams2018-04-033-35/+30
* | ext2: change return code to -ENOMEM when failing memory allocationChengguang Xu2018-03-021-2/+2
|/
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-071-1/+1
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-02-071-1/+1
|\ \
| * | ext2: drop unneeded newlineJulia Lawall2018-01-021-1/+1
* | | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-2/+5
|\ \ \
| * | | ext2: auto disable dax instead of failing mountDan Williams2018-01-191-2/+5
| |/ /