summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\
| * useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-4/+1
|\ \
| * | fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-4/+1
| |/
* | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-294-52/+90
|\ \
| * | fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny2021-03-313-49/+87
| * | ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny2021-03-312-6/+6
| * | fs/ext2/: fix misspellings using codespell toolLiu xuzhi2021-03-191-1/+1
| |/
* / ext2: convert to fileattrMiklos Szeredi2021-04-124-60/+39
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-245-15/+25
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* acl: handle idmapped mountsChristian Brauner2021-01-245-2/+6
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-242-4/+4
* ext2: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* fs/ext2: Use ext2_put_pageIra Weiny2020-11-133-16/+20
* ext2: Remove unnecessary blankXianting Tian2020-11-031-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-152-4/+3
|\ \
| * | ext2: Fix some kernel-doc warnings in balloc.cWang Hai2020-09-141-3/+3
| * | ext2: remove duplicate includeWang Hai2020-08-281-1/+0
* | | ext2: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+4
|/ /
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
|/
* ext2: ext2.h: fix duplicated word + typosRandy Dunlap2020-07-271-2/+2
* ext2: initialize quota info in ext2_xattr_set()Chengguang Xu2020-07-091-0/+3
* ext2: fix some incorrect comments in inode.cChengguang Xu2020-07-091-5/+2
* ext2: remove nocheck optionChengguang Xu2020-07-092-10/+1
* ext2: fix missing percpu_counter_incMikulas Patocka2020-07-091-1/+2
* ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)2020-07-092-21/+10
* ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)2020-07-093-34/+54
* ext2: fix improper assignment for e_value_offsChengguang Xu2020-07-091-1/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-06-044-12/+1
|\ \
| * | ext2: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-224-10/+1
| * | ext2: Fix i_op setting for special inodeChengguang Xu2020-05-221-2/+0
| |/
* / fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-6/+4
|/
* 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