summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-03-231-2/+3
* ext2: fix debug reference to ext2_xattr_cacheJan Kara2020-03-171-2/+1
* ext2: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
* ext2: Silence lockdep warning about reclaim under xattr_semJan Kara2020-02-261-1/+9
* Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-111-2/+3
|\
| * dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-2/+3
* | ext2: Adjust indentation in ext2_fill_superNathan Chancellor2020-01-061-3/+3
* | ext2: set proper errno in error case of ext2_fill_super()Chengguang Xu2019-12-161-0/+1
|/
* Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-305-59/+53
|\
| * ext2: code cleanup for descriptor_loc()Chengguang Xu2019-11-191-4/+1
| * ext2: fix improper function commentChengguang Xu2019-11-071-3/+2
| * ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu2019-11-071-19/+10
| * ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu2019-11-071-1/+1
| * ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara2019-11-071-17/+5
| * ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu2019-11-062-15/+9
| * ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu2019-11-061-0/+12
| * ext2: check err when partial != NULLChengguang Xu2019-11-051-2/+5
| * ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu2019-10-311-1/+0
| * ext2: return error when fail to allocating memory in ioctlChengguang Xu2019-10-241-1/+4
| * ext2: add missing brelse in ext2_new_blocks()Chengguang Xu2019-10-221-0/+7
| * ext2: adjust block num when retry allocationChengguang Xu2019-10-211-0/+1
* | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-1/+1
|/
* Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-09-213-9/+6
|\
| * ext2: Delete an unnecessary check before brelse()Markus Elfring2019-09-041-2/+1
| * ext2: code cleanup for ext2_free_blocks()Chengguang Xu2019-07-311-3/+1
| * ext2: fix block range in ext2_data_block_valid()Chengguang Xu2019-07-312-4/+4
* | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
|/
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-12/+4
|\
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-12/+4
* | Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-105-88/+108
|\ \ | |/ |/|
| * ext2: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-031-2/+1
| * ext2: Always brelse bh on failure in ext2_iget()Jan Kara2019-06-191-4/+2
| * 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/+1
| * 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/+16
| * ext2: code cleanup for ext2_preread_inode()Chengguang Xu2019-05-281-3/+1
| * ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu2019-05-201-9/+8
| * ext2: Strengthen xattr block checksJan Kara2019-05-201-12/+10
| * ext2: Merge loops in ext2_xattr_set()Jan Kara2019-05-201-22/+19
| * 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-011-8/+2
|/