summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorMike Waychison <mikew@google.com>2011-03-11 17:43:32 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 08:40:51 -0700
commit54fad532b29aa9145f12a83f4f82820c2f23b4e2 (patch)
treee56b0914ddd10a6a842914e9c851977e30201217 /scripts/patch-kernel
parent4fc756bd9dbf6b84fbf751e3bf495277849c5db7 (diff)
downloadkernel-54fad532b29aa9145f12a83f4f82820c2f23b4e2.tar.gz
efivars: Add Documentation
This patch documents the interface exposed by the 'efivars' module. Signed-off-by: Mike Waychison <mikew@google.com> Cc: Matt Domsch <Matt_Domsch@dell.com>, Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
13-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong 2013-01-14vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds 2013-01-14block: add block_{touch|dirty}_buffer tracepointTejun Heo 2013-01-14buffer: make touch_buffer() an exported functionTejun Heo 2012-12-12fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong 2012-12-12fs/buffer.c: do not inline exported functionYan Hong 2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini 2012-12-05vfs: clear to the end of the buffer on partial buffer readsDan Carpenter 2012-12-04vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds 2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds 2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds 2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2012-09-30ext4: fix mtime update in nodelalloc modeTheodore Ts'o 2012-08-23block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins 2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara 2012-07-31fs: Push file_update_time() into __block_page_mkwrite()Jan Kara 2012-07-13block: fix infinite loop in __getblk_slowJeff Moyer 2012-05-30fs: Move bh_cachep to the __read_mostly sectionShai Fultheim 2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer 2012-04-25fs/buffer.c: remove BUG() in possible but rare conditionGlauber Costa 2012-03-28fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef 2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker 2012-01-03fs: move code out of buffer.cAl Viro 2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma 2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth 2011-10-28cleanup: vfs: small comment fix for block_invalidatepageWang Sheng-Hui 2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara 2011-05-28fs: block_page_mkwrite should wait for writeback to finishDarrick J. Wong 2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds 2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer 2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara 2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara 2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner 2011-03-17fs: make fsync_buffers_list() plugJens Axboe