index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-03
mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPC
Jeff Layton
1
-0
/
+8
2017-09-25
fs: Fix page cache inconsistency when mixing buffered and AIO DIO
Lukas Czerner
1
-2
/
+8
2017-09-14
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+17
2017-09-14
sched/wait: Introduce wakeup boomark in wake_up_page_bit
Tim Chen
1
-1
/
+21
2017-09-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-28
/
+39
2017-09-06
mm: use find_get_pages_range() in filemap_range_has_page()
Jan Kara
1
-7
/
+4
2017-09-06
mm: implement find_get_pages_range()
Jan Kara
1
-12
/
+30
2017-09-06
mm: make pagevec_lookup() update index
Jan Kara
1
-3
/
+8
2017-09-06
dax: remove DAX code from page_cache_tree_insert()
Ross Zwisler
1
-11
/
+2
2017-09-06
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-33
/
+31
2017-09-04
fs: support IOCB_NOWAIT in generic_file_buffered_read
Milosz Tanski
1
-0
/
+9
2017-09-04
fs: pass iocb to do_generic_file_read
Christoph Hellwig
1
-7
/
+8
2017-08-28
page waitqueue: always add new entries at the end
Linus Torvalds
1
-1
/
+1
2017-08-27
Avoid page waitqueue race leaving possible page locker waiting
Linus Torvalds
1
-4
/
+5
2017-08-27
Minor page waitqueue cleanups
Linus Torvalds
1
-5
/
+6
2017-08-01
mm: remove optimizations based on i_size in mapping writeback waits
Jeff Layton
1
-29
/
+1
2017-07-31
mm: add file_fdatawait_range and file_write_and_wait
Jeff Layton
1
-0
/
+23
2017-07-29
mm: consolidate dax / non-dax checks for writeback
Jeff Layton
1
-6
/
+9
2017-07-26
errseq: rename __errseq_set to errseq_set
Jeff Layton
1
-1
/
+1
2017-07-10
mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()
Naoya Horiguchi
1
-3
/
+5
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+109
2017-07-06
mm: per-cgroup memory reclaim stats
Roman Gushchin
1
-1
/
+1
2017-07-06
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
1
-0
/
+84
2017-07-06
mm: don't TestClearPageError in __filemap_fdatawait_range
Jeff Layton
1
-15
/
+5
2017-07-06
mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
Jeff Layton
1
-0
/
+6
2017-07-06
jbd2: don't clear and reset errors after waiting on writeback
Jeff Layton
1
-2
/
+14
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+6
2017-06-20
fs: return if direct I/O will trigger writeback
Goldwyn Rodrigues
1
-7
/
+25
2017-06-20
fs: Introduce filemap_range_has_page()
Goldwyn Rodrigues
1
-0
/
+32
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
1
-1
/
+1
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-5
/
+5
2017-05-09
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-05-08
fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
Tetsuo Handa
1
-6
/
+0
2017-05-08
fix braino in generic_file_read_iter()
Al Viro
1
-1
/
+1
2017-05-03
fs: fix data invalidation in the cleancache during direct IO
Andrey Ryabinin
1
-15
/
+11
2017-05-03
mm: tighten up the fault path a little
Matthew Wilcox
1
-8
/
+8
2017-05-02
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+7
2017-04-21
generic_file_read_iter(): make use of iov_iter_revert()
Al Viro
1
-4
/
+4
2017-04-21
generic_file_direct_write(): make use of iov_iter_revert()
Al Viro
1
-4
/
+3
2017-04-02
kernel-api.rst: fix a series of errors when parsing C files
mchehab@s-opensource.com
1
-8
/
+10
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-24
mm: do not access page->mapping directly on page_endio
Minchan Kim
1
-2
/
+5
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-10
/
+9
2017-02-22
mm: fix filemap.c kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2017-02-22
mm: un-export wake_up_page functions
Nicholas Piggin
1
-2
/
+8
2017-02-03
mm, fs: check for fatal signals in do_generic_file_read()
Michal Hocko
1
-0
/
+5
2017-01-10
dax: fix deadlock with DAX 4k holes
Ross Zwisler
1
-1
/
+1
2016-12-29
mm/filemap: fix parameters to test_bit()
Olof Johansson
1
-1
/
+1
2016-12-29
mm: optimize PageWaiters bit use for unlock_page()
Linus Torvalds
1
-5
/
+31
2016-12-25
mm: add PageWaiters indicating tasks are waiting for a page bit
Nicholas Piggin
1
-35
/
+146
[next]