summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-131-12/+4Star
|\
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-12/+4Star
* | Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-115-88/+108
|\ \ | |/ |/|
| * ext2: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-031-2/+1Star
| * ext2: Always brelse bh on failure in ext2_iget()Jan Kara2019-06-191-4/+2Star
| * ext2: add missing brelse() in ext2_iget()Chengguang Xu2019-06-191-0/+1
| * ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu2019-06-121-1/+1
| * ext2: fix a typo in commentChengguang Xu2019-06-121-2/+1Star
| * ext2: add missing brelse() in ext2_new_inode()Chengguang Xu2019-05-301-0/+1
| * ext2: optimize ext2_xattr_get()Chengguang Xu2019-05-281-4/+8
| * ext2: introduce new helper for xattr entry comparisonChengguang Xu2019-05-281-7/+18
| * ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu2019-05-281-20/+16Star
| * ext2: code cleanup for ext2_preread_inode()Chengguang Xu2019-05-281-3/+1Star
| * ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu2019-05-201-9/+8Star
| * ext2: Strengthen xattr block checksJan Kara2019-05-201-12/+10Star
| * ext2: Merge loops in ext2_xattr_set()Jan Kara2019-05-201-22/+19Star
| * ext2: introduce helper for xattr entry validationChengguang Xu2019-05-201-11/+21
| * ext2: introduce helper for xattr header validationChengguang Xu2019-05-201-11/+20
* | 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-021-8/+2Star
|/
* 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/+0Star
| * 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/+0Star
| * ext2: set proper return codeChengguang Xu2019-01-221-0/+3
* | ext2: use common file type conversionPhillip Potter2019-01-212-45/+6Star
|/
* Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-282-8/+7Star
|\
| * 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/+4Star
| * 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/+5Star
|\
| * ext2: remove redundant building macro checkChengguang Xu2018-09-242-8/+1Star
| * 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-181-1/+0Star
|\
| * dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-181-1/+0Star
* | 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-142-8/+4Star
|\ \ | |/ |/|
| * ext2: make sure that partially set up inodes won't be returned by ext2_iget()Al Viro2018-08-032-8/+4Star
* | ext2: add warning when specifying nocheck optionChengguang Xu2018-06-202-5/+3Star
|/