aboutsummaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountGravatar Mel Gorman 1-0/+34
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-3/+18
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+5
2013-04-29fs/buffer.c: remove unnecessary init operation after allocating buffer_head.Gravatar majianpeng 1-2/+0
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationGravatar Darrick J. Wong 1-1/+8
2013-04-20buffer: add BH_Prio and BH_Meta flagsGravatar Theodore Ts'o 1-0/+5
2013-03-23block: Remove bi_idx referencesGravatar Kent Overstreet 1-1/+0
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+10
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-02-23fs/buffer.c: change type of max_buffer_heads to unsigned longGravatar Zhang Yanfei 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-02-21mm: only enforce stable page writes if the backing device requires itGravatar Darrick J. Wong 1-1/+1
2013-01-14vfs: add missing virtual cache flush after editing partial pagesGravatar Linus Torvalds 1-0/+1
2013-01-14block: add block_{touch|dirty}_buffer tracepointGravatar Tejun Heo 1-0/+4
2013-01-14buffer: make touch_buffer() an exported functionGravatar Tejun Heo 1-0/+6
2012-12-12fs/buffer.c: remove redundant initialization in alloc_page_buffers()Gravatar Yan Hong 1-3/+0
2012-12-12fs/buffer.c: do not inline exported functionGravatar Yan Hong 1-2/+1
2012-12-11mm: redefine address_space.assoc_mappingGravatar Rafael Aquini 1-6/+6
2012-12-05vfs: clear to the end of the buffer on partial buffer readsGravatar Dan Carpenter 1-1/+1
2012-12-04vfs: avoid "attempt to access beyond end of device" warningsGravatar Linus Torvalds 1-0/+52
2012-11-29blkdev_max_block: make private to fs/buffer.cGravatar Linus Torvalds 1-1/+13
2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockGravatar Linus Torvalds 1-31/+48
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-6/+7
2012-09-30ext4: fix mtime update in nodelalloc modeGravatar Theodore Ts'o 1-6/+7
2012-08-23block: replace __getblk_slow misfix by grow_dev_page fixGravatar Hugh Dickins 1-36/+30
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeGravatar Jan Kara 1-18/+4
2012-07-31fs: Push file_update_time() into __block_page_mkwrite()Gravatar Jan Kara 1-0/+6
2012-07-13block: fix infinite loop in __getblk_slowGravatar Jeff Moyer 1-9/+13
2012-05-30fs: Move bh_cachep to the __read_mostly sectionGravatar Shai Fultheim 1-1/+1
2012-05-11block: don't mark buffers beyond end of disk as mappedGravatar Jeff Moyer 1-1/+3
2012-04-25fs/buffer.c: remove BUG() in possible but rare conditionGravatar Glauber Costa 1-1/+0
2012-03-28fs: only send IPI to invalidate LRU BH when neededGravatar Gilad Ben-Yossef 1-1/+14
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-50/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Gravatar Tao Ma 1-1/+4
2011-10-31writeback: Add a 'reason' to wb_writeback_workGravatar Curt Wohlgemuth 1-1/+1
2011-10-28cleanup: vfs: small comment fix for block_invalidatepageGravatar Wang Sheng-Hui 1-2/+2
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Gravatar Jan Kara 1-3/+1
2011-05-28fs: block_page_mkwrite should wait for writeback to finishGravatar Darrick J. Wong 1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Gravatar Linus Torvalds 1-0/+5
2011-05-26mm/fs: add hooks to support cleancacheGravatar Dan Magenheimer 1-0/+5
2011-05-26vfs: Block mmapped writes while the fs is frozenGravatar Jan Kara 1-1/+23
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backGravatar Jan Kara 1-17/+20
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockGravatar Dave Chinner 1-1/+1
2011-03-17fs: make fsync_buffers_list() plugGravatar Jens Axboe 1-0/+6
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-10/+4
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-27/+4