aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareChristian Brauner5-15/+25
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner5-2/+6
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-4/+4
2020-11-23ext2: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny3-16/+20
2020-11-03ext2: Remove unnecessary blankXianting Tian1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-4/+3
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cWang Hai1-3/+3
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-08-28ext2: remove duplicate includeWang Hai1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-07-27ext2: ext2.h: fix duplicated word + typosRandy Dunlap1-2/+2
2020-07-09ext2: initialize quota info in ext2_xattr_set()Chengguang Xu1-0/+3
2020-07-09ext2: fix some incorrect comments in inode.cChengguang Xu1-5/+2
2020-07-09ext2: remove nocheck optionChengguang Xu2-10/+1
2020-07-09ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-07-09ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)2-21/+10
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)3-34/+54
2020-07-09ext2: fix improper assignment for e_value_offsChengguang Xu1-1/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-12/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-6/+4
2020-05-22ext2: code cleanup by removing ifdef macro surroundingChengguang Xu4-10/+1
2020-05-22ext2: Fix i_op setting for special inodeChengguang Xu1-2/+0
2020-03-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap1-2/+3
2020-03-17ext2: fix debug reference to ext2_xattr_cacheJan Kara1-2/+1
2020-03-16ext2: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-26ext2: Silence lockdep warning about reclaim under xattr_semJan Kara1-1/+9
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+3
2020-01-06ext2: Adjust indentation in ext2_fill_superNathan Chancellor1-3/+3
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal1-2/+3
2019-12-16ext2: set proper errno in error case of ext2_fill_super()Chengguang Xu1-0/+1
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-59/+53
2019-11-19ext2: code cleanup for descriptor_loc()Chengguang Xu1-4/+1
2019-11-07ext2: fix improper function commentChengguang Xu1-3/+2
2019-11-07ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu1-19/+10
2019-11-07ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu1-1/+1
2019-11-07ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara1-17/+5
2019-11-06ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu2-15/+9
2019-11-06ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu1-0/+12
2019-11-05ext2: check err when partial != NULLChengguang Xu1-2/+5
2019-10-31ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu1-1/+0
2019-10-24ext2: return error when fail to allocating memory in ioctlChengguang Xu1-1/+4
2019-10-22ext2: add missing brelse in ext2_new_blocks()Chengguang Xu1-0/+7