index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
xfile.c
Age
Commit message (
Expand
)
Author
2024-09-09
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
2024-08-26
xfs: fix folio dirtying for XFILE_ALLOC callers
Darrick J. Wong
2024-04-23
xfs: reduce the rate of cond_resched calls inside scrub
Darrick J. Wong
2024-04-15
xfs: enable discarding of folios backing an xfile
Darrick J. Wong
2024-02-21
xfs: remove xfile_{get,put}_page
Darrick J. Wong
2024-02-21
xfs: add file_{get,put}_folio
Darrick J. Wong
2024-02-21
xfs: use shmem_get_folio in in xfile_load
Christoph Hellwig
2024-02-21
xfs: use shmem_get_folio in xfile_obj_store
Christoph Hellwig
2024-02-21
xfs: don't allow highmem pages in xfile mappings
Christoph Hellwig
2024-02-21
xfs: don't try to handle non-update pages in xfile_obj_load
Christoph Hellwig
2024-02-21
xfs: remove the xfile_pread/pwrite APIs
Christoph Hellwig
2024-02-21
xfs: remove xfile_stat
Christoph Hellwig
2024-02-21
xfs: don't modify file and inode flags for shmem files
Christoph Hellwig
2024-02-21
xfs: use shmem_kernel_file_setup in xfile_create
Christoph Hellwig
2024-02-21
xfs: shmem_file_setup can't return NULL
Christoph Hellwig
2024-02-21
xfs: use VM_NORESERVE in xfile_create
Christoph Hellwig
2023-10-12
xfs: Remove duplicate include
Jiapeng Chong
2023-08-10
xfs: teach xfile to pass back direct-map pages to caller
Darrick J. Wong
2023-08-10
xfs: create a big array data structure
Darrick J. Wong