aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fb_defio.c
AgeCommit message (Expand)Author
2013-02-22new helper: file_inode(file)Al Viro
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-07-31fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()Jan Kara
2012-05-08video: fb_defio.c: local functions should not be exposed globallyH Hartley Sweeten
2012-04-29fb_defio: add first_io callbackHeiko Stübner
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...Florian Tobias Schandinat
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-06-16video: don't use flush_scheduled_work() in fb_defioTejun Heo
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-06-04fb_defio: redo fix for non-dirty ptesAlbert Herranz
2010-06-04Revert "fb_defio: fix for non-dirty ptes"Albert Herranz
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25fb_defio: fix for non-dirty ptesAlbert Herranz
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-10Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer...Linus Torvalds
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo
2009-12-03fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.Konrad Rzeszutek Wilk
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2008-12-22video: deferred io with physically contiguous memoryMagnus Damm
2008-12-22video: deferred io cleanupMagnus Damm
2008-12-22video: fix deferred io fsync()Magnus Damm
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell
2008-07-12fbdev: bugfix for multiprocess defioJaya Kumar
2008-03-19fbdev: defio and MetronomefbJaya Kumar
2008-02-06fb: defio nopageNick Piggin
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt
2007-05-08fbdev: kill sparse warning in deferred IOAntonino A. Daplas
2007-05-08fb: fsync() method for deferred I/O flush.Paul Mundt
2007-05-08make fb_deferred_io_mkwrite() staticAdrian Bunk
2007-05-08fbdev: mm: Deferred IO supportJaya Kumar