summaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)AuthorLines
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter-8/+6
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+2
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+5
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-24/+9
2021-08-30Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+9
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig-1/+2
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi-2/+5
2021-07-27ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig-2/+9
2021-07-26ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig-5/+0
2021-07-16fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello-9/+10
2021-07-13ext2: Convert to using invalidate_lockJan Kara-24/+9
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+2
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+1
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-52/+90
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein-4/+1
2021-04-15useful constants: struct qstr for ".."Al Viro-2/+1
2021-04-12ext2: convert to fileattrMiklos Szeredi-60/+39
2021-03-31fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny-49/+87
2021-03-31ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny-6/+6
2021-03-19fs/ext2/: fix misspellings using codespell toolLiu xuzhi-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner-15/+25
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner-2/+6
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner-4/+4
2020-11-23ext2: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny-16/+20
2020-11-03ext2: Remove unnecessary blankXianting Tian-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+3
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cWang Hai-3/+3
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka-2/+4
2020-08-28ext2: remove duplicate includeWang Hai-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-07-27ext2: ext2.h: fix duplicated word + typosRandy Dunlap-2/+2
2020-07-09ext2: initialize quota info in ext2_xattr_set()Chengguang Xu-0/+3
2020-07-09ext2: fix some incorrect comments in inode.cChengguang Xu-5/+2
2020-07-09ext2: remove nocheck optionChengguang Xu-10/+1
2020-07-09ext2: fix missing percpu_counter_incMikulas Patocka-1/+2
2020-07-09ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)-21/+10
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)-34/+54
2020-07-09ext2: fix improper assignment for e_value_offsChengguang Xu-1/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-12/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig-0/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)-6/+4