aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds8-19/+64
2019-02-18ext2: support statx syscallyangerkun5-0/+32
2019-01-31ext2: Fix underflow in ext2_max_size()Jan Kara1-14/+25
2019-01-29ext2: Fix a typo in commentLiu Xiang1-1/+1
2019-01-28ext2: Remove redundant check for finding no groupLiu Xiang1-2/+0
2019-01-28ext2: Annotate implicit fall through in __ext2_truncate_blocksMathieu Malaterre1-0/+2
2019-01-22ext2: Set superblock revision when enabling xattr featureJan Kara1-0/+1
2019-01-22ext2: Remove redundant check on s_inode_sizeLiu Xiang1-2/+0
2019-01-22ext2: set proper return codeChengguang Xu1-0/+3
2019-01-21ext2: use common file type conversionPhillip Potter2-45/+6
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-8/+7
2018-11-27ext2: fix potential use after freePan Bian1-1/+1
2018-11-27ext2: initialize opts.s_mount_opt as zero before using itxingaopeng1-0/+1
2018-11-15ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu1-1/+2
2018-11-14ext2: remove redundant condition checkChengguang Xu1-6/+4
2018-11-08ext2: avoid unnecessary operation in ext2_error()Chengguang Xu1-1/+1
2018-10-29Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-8/+5
2018-09-24ext2: remove redundant building macro checkChengguang Xu2-8/+1
2018-09-19ext2, dax: set ext2_dax_aops for dax filesToshi Kani1-1/+1
2018-09-03ext2: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+0
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-4/+5
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-8/+4
2018-08-03ext2: make sure that partially set up inodes won't be returned by ext2_iget()Al Viro2-8/+4
2018-06-27ext2: use ktime_get_real_seconds for timestampsArnd Bergmann2-4/+5
2018-06-20ext2: add warning when specifying nocheck optionChengguang Xu2-5/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-2/+1
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-1/+1
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-14/+2
2018-05-21ext2: fix a block leakAl Viro1-10/+0
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-04-20Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+2
2018-04-16fs: ext2: Adding new return type vm_fault_tSouptick Joarder1-2/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-35/+30
2018-04-03ext2, dax: introduce ext2_dax_aopsDan Williams3-35/+30
2018-03-02ext2: change return code to -ENOMEM when failing memory allocationChengguang Xu1-2/+2
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+5
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+7
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-1/+1
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-5/+1
2018-01-29ext2: convert to new i_version APIJeff Layton2-6/+8
2018-01-19ext2: auto disable dax instead of failing mountDan Williams1-2/+5
2018-01-15ext2: Define usercopy region in ext2_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara1-1/+1