aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+5
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-5/+0
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-4/+4
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+2
2022-02-25ext2: correct max file size computingZhang Yi1-1/+5
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig1-2/+6
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2-1/+2
2021-12-04ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig1-7/+5
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-3/+4
2021-12-04dax: remove dax_capableChristoph Hellwig1-2/+4
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter1-8/+6
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+2
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-2/+5
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-24/+9
2021-08-30Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-7/+9
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-07-27ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig2-2/+9
2021-07-26ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig1-5/+0
2021-07-16fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello3-9/+10
2021-07-13ext2: Convert to using invalidate_lockJan Kara4-24/+9
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-4/+1
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-52/+90
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein1-4/+1
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12ext2: convert to fileattrMiklos Szeredi4-60/+39
2021-03-31fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny3-49/+87
2021-03-31ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny2-6/+6
2021-03-19fs/ext2/: fix misspellings using codespell toolLiu xuzhi1-1/+1
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