Commit Graph

208 Commits (eef99380679e20e7edc096aa4d8a98b875404d79)

Author SHA1 Message Date
Christoph Hellwig eef9938067 vfs: Rename generic_file_aio_write_nolock 16 years ago
Jan Kara c7b50db21f vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write() 16 years ago
Jan Kara e4dd9de3c6 vfs: Export __generic_file_aio_write() and add some comments 16 years ago
Jan Kara d3bccb6f4b vfs: Introduce filemap_fdatawait_range 16 years ago
Josef Bacik c8236db9cd mm: mark page accessed before we write_end() 16 years ago
Mel Gorman 6484eb3e2a page allocator: do not check NUMA node ID when the caller knows the node is valid 16 years ago
Wu Fengguang 7ffc59b4d0 readahead: enforce full sync mmap readahead size 16 years ago
Wu Fengguang 61b7cbdba2 readahead: remove redundant test in shrink_readahead_size_eio() 16 years ago
Wu Fengguang d30a11004e readahead: record mmap read-around states in file_ra_state 16 years ago
Wu Fengguang 2fad6f5dee readahead: enforce full readahead size on async mmap readahead 16 years ago
Wu Fengguang 70ac23cfa3 readahead: sequential mmap readahead 16 years ago
Linus Torvalds ef00e08e26 readahead: clean up and simplify the code for filemap page fault readahead 16 years ago
Wu Fengguang f7e839dd36 readahead: move max_sane_readahead() calls into force_page_cache_readahead() 16 years ago
Daisuke Nishimura e767e0561d memcg: fix deadlock between lock_page_cgroup and mapping tree_lock 16 years ago
Chris Mason f69955855e Export filemap_write_and_wait_range 16 years ago
Randy Dunlap 697f619fc8 filemap: fix kernel-doc warnings 16 years ago
Evgeniy Polyakov 18bc0bbd16 Staging: pohmelfs: kconfig/makefile and vfs changes. 16 years ago
David Howells 385e1ca5f2 CacheFiles: Permit the page lock state to be monitored 16 years ago
David Howells 266cf658ef FS-Cache: Recruit a page flags for cache management 16 years ago
Ingo Molnar f180053694 x86, mm: dont use non-temporal stores in pagecache accesses 16 years ago
Ingo Molnar 3255aa2eb6 x86, mm: pass in 'total' to __copy_from_user_*nocache() 16 years ago
Heiko Carstens 6673e0c3fb [CVE-2009-0029] System call wrapper special cases 16 years ago
Heiko Carstens 2ed7c03ec1 [CVE-2009-0029] Convert all system calls to return a long 16 years ago
KAMEZAWA Hiroyuki 2c26fdd70c memcg: revert gfp mask fix 16 years ago
Nick Piggin 67d58ac47d mm: pagecache gfp flags fix 16 years ago
Nick Piggin 48b47c561e mm: direct IO starvation improvement 16 years ago
Nick Piggin 05fe478dd0 mm: write_cache_pages integrity fix 16 years ago
Nick Piggin bf3f3bc5e7 mm: don't mark_page_accessed in fault path 16 years ago
Dmitri Monakhov 7f5ff766a7 kill suid bit only for regular files 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Nick Piggin 4e02ed4b4a fs: remove prepare_write/commit_write 16 years ago
KAMEZAWA Hiroyuki b7abea9630 memcg: make page->mapping NULL before uncharge 17 years ago
Nick Piggin 8413ac9d8c mm: page lock use lock bitops 17 years ago
Rik van Riel 4f98a2fee8 vmscan: split LRU lists into anon & file sets 17 years ago
Krishna Kumar 0c6aa2639e mm: do_generic_file_read() never gets a NULL 'filp' argument 17 years ago
Oleg Nesterov 8546232355 do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() fails 17 years ago
Hisashi Hifumi 6ccfa806a9 VFS: fix dio write returning EIO when try_to_release_page fails 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
Linus Torvalds 94ad374a07 Fix off-by-one error in iov_iter_advance() 17 years ago
Hisashi Hifumi 8ab22b9abb vfs: pagecache usage optimization for pagesize!=blocksize 17 years ago
Miklos Szeredi 2f1936b877 [patch 3/5] vfs: change remove_suid() to file_remove_suid() 17 years ago
Nick Piggin 19fd623127 mm: spinlock tree_lock 17 years ago
Nick Piggin a60637c858 mm: lockless pagecache 17 years ago
Nick Piggin e286781d5f mm: speculative page references 17 years ago
KAMEZAWA Hiroyuki 69029cd550 memcg: remove refcnt from page_cgroup 17 years ago
Mingming Cao 3f31fddfa2 jbd: fix race between free buffer and commit transaction 17 years ago
Hugh Dickins 11fa977ecd generic_file_aio_read() cleanups 17 years ago
Christoph Hellwig a969e903a9 kill generic_file_direct_IO() 17 years ago
Jan Kara f4c0a0fdfa vfs: export filemap_fdatawrite_range() 17 years ago
Miklos Szeredi 3ef0f720e4 mm: fix infinite loop in filemap_fault 17 years ago