summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+2
|\
| * dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-1/+2
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-304-24/+9
|\ \
| * | ext2: Convert to using invalidate_lockJan Kara2021-07-134-24/+9
* | | Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-302-7/+9
|\ \ \ | |_|/ |/| |
| * | ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig2021-07-272-2/+9
| * | ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig2021-07-261-5/+0
| |/
* / fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello2021-07-163-9/+10
|/
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
* 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
| |/