summaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)Author
2021-10-09ext2: fix sleeping in atomic bugs on errorDan Carpenter
2021-07-16fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-04-12ext2: convert to fileattrMiklos Szeredi
2021-03-31fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny
2021-03-31ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny
2021-03-19fs/ext2/: fix misspellings using codespell toolLiu xuzhi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-11-23ext2: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny
2020-11-03ext2: Remove unnecessary blankXianting Tian
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cWang Hai
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka
2020-08-28ext2: remove duplicate includeWang Hai
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27ext2: ext2.h: fix duplicated word + typosRandy Dunlap
2020-07-09ext2: initialize quota info in ext2_xattr_set()Chengguang Xu
2020-07-09ext2: fix some incorrect comments in inode.cChengguang Xu
2020-07-09ext2: remove nocheck optionChengguang Xu
2020-07-09ext2: fix missing percpu_counter_incMikulas Patocka
2020-07-09ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)
2020-07-09ext2: fix improper assignment for e_value_offsChengguang Xu
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-05-22ext2: code cleanup by removing ifdef macro surroundingChengguang Xu
2020-05-22ext2: Fix i_op setting for special inodeChengguang Xu
2020-03-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap
2020-03-17ext2: fix debug reference to ext2_xattr_cacheJan Kara
2020-03-16ext2: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-26ext2: Silence lockdep warning about reclaim under xattr_semJan Kara
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-06ext2: Adjust indentation in ext2_fill_superNathan Chancellor
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal