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
/
xfs
/
xfs_aops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
xfs: support the COW fork in xfs_bmap_punch_delalloc_range
Christoph Hellwig
1
-2
/
+2
2024-05-03
xfs: xfs_quota_unreserve_blkres can't fail
Christoph Hellwig
1
-5
/
+1
2024-04-29
xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
Zhang Yi
1
-40
/
+14
2024-03-25
xfs: don't use current->journal_info
Dave Chinner
1
-7
/
+0
2024-02-01
iomap: pass the length of the dirty region to ->map_blocks
Christoph Hellwig
1
-1
/
+2
2024-02-01
iomap: don't chain bios
Christoph Hellwig
1
-3
/
+3
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-30
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2023-08-18
fs/xfs: Fix typos in comments
Zizhen Pang
1
-1
/
+1
2023-07-25
iomap: Add per-block dirty state tracking to improve performance
Ritesh Harjani (IBM)
1
-1
/
+1
2023-06-12
xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
1
-2
/
+0
2023-03-05
xfs: fix off-by-one-block in xfs_discard_folio()
Dave Chinner
1
-7
/
+14
2022-11-28
xfs: add debug knob to slow down writeback for fun
Darrick J. Wong
1
-2
/
+12
2022-11-29
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
1
-1
/
+1
2022-11-29
xfs: xfs_bmap_punch_delalloc_range() should take a byte range
Dave Chinner
1
-10
/
+6
2022-08-02
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-5
/
+5
2022-05-16
iomap: don't invalidate folios after writeback errors
Darrick J. Wong
1
-3
/
+1
2022-05-09
iomap: Convert to release_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Convert iomap_readpage to iomap_read_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-15
iomap: Remove iomap_invalidatepage()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-26
xfs, iomap: limit individual ioend chain lengths in writeback
Dave Chinner
1
-1
/
+15
2022-01-12
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2021-12-18
iomap,xfs: Convert ->discard_page to ->discard_folio
Matthew Wilcox (Oracle)
1
-12
/
+12
2021-12-04
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
1
-1
/
+1
2021-10-22
xfs: punch out data fork delalloc blocks on COW writeback failure
Brian Foster
1
-3
/
+12
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-4
/
+4
2021-08-18
xfs: drop ->writepage completely
Dave Chinner
1
-17
/
+0
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-06-29
iomap: use __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-05-04
iomap: remove unused private field from ioend
Brian Foster
1
-1
/
+1
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
1
-2
/
+1
2021-04-09
xfs: drop unnecessary setfilesize helper
Brian Foster
1
-20
/
+9
2021-04-09
xfs: drop unused ioend private merge and setfilesize code
Brian Foster
1
-45
/
+1
2021-04-09
xfs: open code ioend needs workqueue helper
Brian Foster
1
-8
/
+3
2021-04-09
xfs: drop submit side trans alloc for append ioends
Brian Foster
1
-42
/
+3
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-03-25
xfs: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-02-25
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
1
-2
/
+15
2020-11-04
xfs: fix missing CoW blocks writeback conversion retry
Darrick J. Wong
1
-2
/
+4
2020-11-04
iomap: support partial page discard on writeback block mapping failure
Brian Foster
1
-6
/
+8
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-06-02
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-8
/
+5
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
1
-1
/
+1
2020-03-02
xfs: ratelimit xfs_discard_page messages
Christoph Hellwig
1
-1
/
+1
2020-01-03
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
Vivek Goyal
1
-1
/
+1
[next]