index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
fs/pipe: add simpler helpers for common cases
Linus Torvalds
1
-4
/
+3
2025-02-21
mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()
Jingbo Xu
1
-1
/
+1
2025-01-27
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-32
/
+89
2025-01-26
mm: add FGP_DONTCACHE folio creation flag
Jens Axboe
1
-0
/
+5
2025-01-26
mm/filemap: add filemap_fdatawrite_range_kick() helper
Jens Axboe
1
-0
/
+18
2025-01-26
mm/filemap: drop streaming/uncached pages when writeback completes
Jens Axboe
1
-0
/
+28
2025-01-26
mm/filemap: add read support for RWF_DONTCACHE
Jens Axboe
1
-2
/
+26
2025-01-26
mm/filemap: use page_cache_sync_ra() to kick off read-ahead
Jens Axboe
1
-3
/
+3
2025-01-26
mm/filemap: change filemap_create_folio() to take a struct kiocb
Jens Axboe
1
-8
/
+9
2025-01-24
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+86
2025-01-22
cachestat: fix page cache statistics permission checking
Linus Torvalds
1
-0
/
+17
2025-01-14
filemap: remove unused folio_add_wait_queue
Dr. David Alan Gilbert
1
-19
/
+0
2025-01-13
mm: fix assertion in folio_end_read()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-01-13
filemap: avoid truncating 64-bit offset to 32 bits
Marco Nelissen
1
-1
/
+1
2024-12-31
mm, madvise: fix potential workingset node list_lru leaks
Kairui Song
1
-9
/
+0
2024-12-11
fsnotify: generate pre-content permission event on page fault
Josef Bacik
1
-0
/
+74
2024-12-10
fanotify: disable readahead if we have pre-content watches
Josef Bacik
1
-0
/
+12
2024-12-06
mm/filemap: don't call folio_test_locked() without a reference in next_uptoda...
David Hildenbrand
1
-2
/
+2
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+2
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-12
/
+5
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-0
/
+2
2024-11-11
filemap: Fix bounds checking in filemap_read()
Trond Myklebust
1
-1
/
+1
2024-11-07
memcg-v1: remove memcg move locking code
Shakeel Butt
1
-1
/
+0
2024-11-06
mm: filemap: filemap_fault_recheck_pte_none() use pte_offset_map_ro_nolock()
Qi Zheng
1
-2
/
+2
2024-11-03
convert cachestat(2)
Al Viro
1
-12
/
+5
2024-10-02
filemap: filemap_read() should check that the offset is positive or zero
Trond Myklebust
1
-0
/
+2
2024-09-27
mm/filemap: fix filemap_get_folios_contig THP panic
Steve Sistare
1
-0
/
+4
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-26
/
+41
2024-09-21
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-13
/
+23
2024-09-16
Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+12
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-4
/
+2
2024-09-11
filemap: introduce filemap_invalidate_pages
Pavel Begunkov
1
-5
/
+12
2024-09-10
mm: replace xa_get_order with xas_get_order where appropriate
Shakeel Butt
1
-3
/
+3
2024-09-10
filemap: fix the last_index of mm_filemap_get_pages
Takaya Saeki
1
-1
/
+1
2024-09-10
mm: remove isolate_lru_page()
Kefeng Wang
1
-1
/
+1
2024-09-04
mm: allow read-ahead with IOCB_NOWAIT set
Yafang Shao
1
-0
/
+6
2024-09-04
mm: filemap: use xa_get_order() to get the swap entry order
Baolin Wang
1
-14
/
+27
2024-09-02
filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
Pankaj Raghav
1
-1
/
+5
2024-09-02
filemap: add trace events for get_pages, map_pages, and fault
Takaya Saeki
1
-0
/
+4
2024-09-02
fs: remove calls to set and clear the folio error flag
Matthew Wilcox (Oracle)
1
-8
/
+0
2024-09-02
mm: remove follow_page()
David Hildenbrand
1
-1
/
+1
2024-08-30
mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
David Howells
1
-1
/
+1
2024-08-23
filemap: allocate mapping_min_order folios in the page cache
Pankaj Raghav
1
-8
/
+16
2024-08-23
fs: Allow fine-grained control of folio sizes
Matthew Wilcox (Oracle)
1
-4
/
+2
2024-08-13
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+1
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2024-07-19
Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-15
/
+25
[next]