index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext2
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-04-04
ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Ritesh Harjani (IBM)
1
-2
/
+0
2024-01-23
ext2: Drop GFP_NOFS use in ext2_get_blocks()
Jan Kara
1
-1
/
+1
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-18
ext2: convert to new timestamp accessors
Jeff Layton
1
-7
/
+6
2023-08-30
Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-10
/
+14
2023-08-21
ext2: Fix kernel-doc warnings
Matthew Wilcox (Oracle)
1
-6
/
+10
2023-08-18
ext2: improve consistency of ext2_fsblk_t datatype usage
Georg Ottinger
1
-3
/
+3
2023-08-16
ext2: introduce new flags argument for ext2_new_blocks()
Ye Bin
1
-1
/
+1
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-13
ext2: convert to ctime accessor functions
Jeff Layton
1
-5
/
+5
2023-05-16
ext2: Move direct-io to use iomap
Ritesh Harjani (IBM)
1
-19
/
+34
2023-05-16
ext2/dax: Fix ext2_setsize when len is page aligned
Ritesh Harjani (IBM)
1
-3
/
+2
2023-01-19
quota: port to mnt_idmap
Christian Brauner
1
-5
/
+4
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-3
/
+4
2022-12-12
Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+0
2022-11-21
ext2: remove ->writepage
Christoph Hellwig
1
-6
/
+0
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
1
-1
/
+1
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-49
/
+4
2022-08-02
ext2: remove nobh support
Christoph Hellwig
1
-48
/
+3
2022-08-02
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-06-26
attr: port attribute changes to new types
Christian Brauner
1
-4
/
+4
2022-06-26
quota: port quota helpers mount ids
Christian Brauner
1
-2
/
+2
2022-06-26
fs: port to iattr ownership update helpers
Christian Brauner
1
-2
/
+2
2022-06-06
fs: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-05-25
Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-4
/
+2
2022-05-08
fs: Remove aop flags parameter from nobh_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-04-04
fs: ext2: Fix duplicate included linux/dax.h
Haowen Bai
1
-1
/
+0
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-03-15
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+2
2021-12-04
fsdax: shift partition offset handling into the file systems
Christoph Hellwig
1
-2
/
+6
2021-12-04
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
1
-3
/
+4
2021-08-30
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+6
2021-07-27
ext2: use iomap_fiemap to implement ->fiemap
Christoph Hellwig
1
-2
/
+8
2021-07-26
ext2: make ext2_iomap_ops available unconditionally
Christoph Hellwig
1
-5
/
+0
2021-07-13
ext2: Convert to using invalidate_lock
Jan Kara
1
-6
/
+6
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
1
-0
/
+2
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-3
/
+4
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-2
/
+2
[next]