aboutsummaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+8
2008-10-16mm: do_generic_file_read() never gets a NULL 'filp' argumentGravatar Krishna Kumar 1-2/+1
2008-10-14do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() failsGravatar Oleg Nesterov 1-7/+8
2008-09-02VFS: fix dio write returning EIO when try_to_release_page failsGravatar Hisashi Hifumi 1-2/+9
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-6/+6
2008-07-30Fix off-by-one error in iov_iter_advance()Gravatar Linus Torvalds 1-1/+1
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeGravatar Hisashi Hifumi 1-2/+12
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Gravatar Miklos Szeredi 1-3/+4
2008-07-26mm: spinlock tree_lockGravatar Nick Piggin 1-5/+5
2008-07-26mm: lockless pagecacheGravatar Nick Piggin 1-45/+134
2008-07-26mm: speculative page referencesGravatar Nick Piggin 1-14/+18
2008-07-25memcg: remove refcnt from page_cgroupGravatar KAMEZAWA Hiroyuki 1-3/+3
2008-07-25jbd: fix race between free buffer and commit transactionGravatar Mingming Cao 1-2/+1
2008-07-24generic_file_aio_read() cleanupsGravatar Hugh Dickins 1-23/+19
2008-07-24kill generic_file_direct_IO()Gravatar Christoph Hellwig 1-66/+51
2008-07-11vfs: export filemap_fdatawrite_range()Gravatar Jan Kara 1-1/+2
2008-05-14mm: fix infinite loop in filemap_faultGravatar Miklos Szeredi 1-0/+5
2008-05-07vfs: splice remove_suid() cleanupGravatar Miklos Szeredi 1-1/+1
2008-04-28mm: rotate_reclaimable_page() cleanupGravatar Miklos Szeredi 1-4/+6
2008-03-19mm: fix various kernel-doc commentsGravatar Randy Dunlap 1-3/+17
2008-03-10iov_iter_advance() fixGravatar Nick Piggin 1-12/+10
2008-03-09Do not include linux/backing-dev.h twiceGravatar Jesper Juhl 1-1/+0
2008-02-13remove final fastcall usersGravatar Harvey Harrison 1-1/+1
2008-02-08kill do_generic_mapping_readGravatar Christoph Hellwig 1-13/+5
2008-02-08Use pgoff_t instead of unsigned longGravatar Jan Kara 1-1/+1
2008-02-07mem-controller gfp-mask fixGravatar Badari Pulavarty 1-1/+2
2008-02-07memory controller BUG_ON()Gravatar Balbir Singh 1-7/+6
2008-02-07Memory controller: make charging gfp mask awareGravatar Balbir Singh 1-1/+1
2008-02-07Memory controller: add switch to control what type of pages to limitGravatar Balbir Singh 1-1/+1
2008-02-07Memory controller: memory accountingGravatar Balbir Singh 1-1/+11
2008-02-05mm: remove fastcall from mm/Gravatar Harvey Harrison 1-5/+5
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsGravatar Nick Piggin 1-1/+0
2008-02-03fix writev regression: pan hanging unkillable and un-straceableGravatar Nick Piggin 1-2/+6
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+21
2007-12-19Do dirty page accounting when removing a page from the page cacheGravatar Linus Torvalds 1-0/+12
2007-12-06Use lock_page_killableGravatar Matthew Wilcox 1-4/+7
2007-12-06Add lock_page_killableGravatar Matthew Wilcox 1-0/+14
2007-10-31Remove broken ptrace() special-case code from file mappingGravatar Linus Torvalds 1-11/+2
2007-10-30dio: fix cache invalidation after sync writesGravatar Zach Brown 1-10/+6
2007-10-29Fix a build error when BLOCK=nGravatar Emil Medve 1-0/+1
2007-10-19kernel-api docbook: fix content problemsGravatar Randy Dunlap 1-1/+1
2007-10-18Include <linux/backing-dev.h> in mm/filemap.cGravatar Linus Torvalds 1-0/+1
2007-10-17Implement file posix capabilitiesGravatar Serge E. Hallyn 1-4/+10
2007-10-17mm: document tree_lock->zone.lock lockorderGravatar Nick Piggin 1-0/+1
2007-10-16fs: remove some AOP_TRUNCATED_PAGEGravatar Nick Piggin 1-12/+4
2007-10-16fs: new cont helpersGravatar Nick Piggin 1-0/+5
2007-10-16mm: restore KERNEL_DS optimisationsGravatar Nick Piggin 1-2/+9
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsGravatar Nick Piggin 1-27/+223
2007-10-16mm: buffered write iteratorGravatar Nick Piggin 1-27/+117
2007-10-16mm: fix pagecache write deadlocksGravatar Nick Piggin 1-19/+103