summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi2008-09-021-2/+9
* mm: rename page trylockNick Piggin2008-08-041-6/+6
* Fix off-by-one error in iov_iter_advance()Linus Torvalds2008-07-301-1/+1
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-2/+12
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-261-3/+4
* mm: spinlock tree_lockNick Piggin2008-07-261-5/+5
* mm: lockless pagecacheNick Piggin2008-07-261-45/+134
* mm: speculative page referencesNick Piggin2008-07-261-14/+18
* memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki2008-07-251-3/+3
* jbd: fix race between free buffer and commit transactionMingming Cao2008-07-251-2/+1
* generic_file_aio_read() cleanupsHugh Dickins2008-07-241-23/+19
* kill generic_file_direct_IO()Christoph Hellwig2008-07-241-66/+51
* vfs: export filemap_fdatawrite_range()Jan Kara2008-07-111-1/+2
* mm: fix infinite loop in filemap_faultMiklos Szeredi2008-05-141-0/+5
* vfs: splice remove_suid() cleanupMiklos Szeredi2008-05-071-1/+1
* mm: rotate_reclaimable_page() cleanupMiklos Szeredi2008-04-281-4/+6
* mm: fix various kernel-doc commentsRandy Dunlap2008-03-191-3/+17
* iov_iter_advance() fixNick Piggin2008-03-101-12/+10
* Do not include linux/backing-dev.h twiceJesper Juhl2008-03-091-1/+0
* remove final fastcall usersHarvey Harrison2008-02-131-1/+1
* kill do_generic_mapping_readChristoph Hellwig2008-02-081-13/+5
* Use pgoff_t instead of unsigned longJan Kara2008-02-081-1/+1
* mem-controller gfp-mask fixBadari Pulavarty2008-02-071-1/+2
* memory controller BUG_ON()Balbir Singh2008-02-071-7/+6
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-071-1/+1
* Memory controller: add switch to control what type of pages to limitBalbir Singh2008-02-071-1/+1
* Memory controller: memory accountingBalbir Singh2008-02-071-1/+11
* mm: remove fastcall from mm/Harvey Harrison2008-02-051-5/+5
* radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin2008-02-051-1/+0
* fix writev regression: pan hanging unkillable and un-straceableNick Piggin2008-02-031-2/+6
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-4/+21
|\
| * Use lock_page_killableMatthew Wilcox2007-12-061-4/+7
| * Add lock_page_killableMatthew Wilcox2007-12-061-0/+14
* | Do dirty page accounting when removing a page from the page cacheLinus Torvalds2007-12-191-0/+12
|/
* Remove broken ptrace() special-case code from file mappingLinus Torvalds2007-10-311-11/+2
* dio: fix cache invalidation after sync writesZach Brown2007-10-301-10/+6
* Fix a build error when BLOCK=nEmil Medve2007-10-291-0/+1
* kernel-api docbook: fix content problemsRandy Dunlap2007-10-191-1/+1
* Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds2007-10-181-0/+1
* Implement file posix capabilitiesSerge E. Hallyn2007-10-171-4/+10
* mm: document tree_lock->zone.lock lockorderNick Piggin2007-10-171-0/+1
* fs: remove some AOP_TRUNCATED_PAGENick Piggin2007-10-161-12/+4
* fs: new cont helpersNick Piggin2007-10-161-0/+5
* mm: restore KERNEL_DS optimisationsNick Piggin2007-10-161-2/+9
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-27/+223
* mm: buffered write iteratorNick Piggin2007-10-161-27/+117
* mm: fix pagecache write deadlocksNick Piggin2007-10-161-19/+103
* mm: write iovec cleanupNick Piggin2007-10-161-26/+10
* mm: buffered write cleanupNick Piggin2007-10-161-88/+55
* mm: trim more holesNick Piggin2007-10-161-40/+40