aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
Commit message (Expand)AuthorAge
* fs: clarify rate limit suppressed buffer I/O errorsRobert Elliott2014-10-21
* fs: merge I/O error prints into one lineRobert Elliott2014-10-21
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-20
|\
| * vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-10-01
| * fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim2014-09-04
* | fs: check bh blocknr earlier when searching lruZach Brown2014-10-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-13
|\ \
| * | fs: make cont_expand_zero interruptibleMikulas Patocka2014-10-09
* | | fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson2014-10-09
* | | vfs: guard end of device for mpage interfaceAkinobu Mita2014-10-09
* | | vfs: make guard_bh_eod() more genericAkinobu Mita2014-10-09
|/ /
* / Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov2014-09-22
|/
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-04
* fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman2014-06-04
* fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-04
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\
| * switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-01
* | Merge branch 'master' into for-nextJiri Kosina2014-02-20
|\|
| * mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro2014-02-06
| * block: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter2013-12-03
| * block: Abstract out bvec iteratorKent Overstreet2013-11-24
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-19
|/
* fs: buffer: move allocation failure loop into the allocatorJohannes Weiner2013-10-17
* mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2013-07-03
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * block: Remove bi_idx referencesKent Overstreet2013-03-23
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-05-01
|\ \
| * | buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o2013-04-20
| |/
* | fs/buffer.c: remove unnecessary init operation after allocating buffer_head.majianpeng2013-04-29
* | mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-29
|/
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-28
|\
| * block: add block_{touch|dirty}_buffer tracepointTejun Heo2013-01-14
| * buffer: make touch_buffer() an exported functionTejun Heo2013-01-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-22
* | | fs/buffer.c: change type of max_buffer_heads to unsigned longZhang Yanfei2013-02-23
* | | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-21
|/ /
* / vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds2013-01-14
|/
* fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong2012-12-12
* fs/buffer.c: do not inline exported functionYan Hong2012-12-12
* mm: redefine address_space.assoc_mappingRafael Aquini2012-12-11
* vfs: clear to the end of the buffer on partial buffer readsDan Carpenter2012-12-05
* vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds2012-12-04
* blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-29
* fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds2012-11-29
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-07
|\
| * ext4: fix mtime update in nodelalloc modeTheodore Ts'o2012-09-30