summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-27/+0
|\
| * exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-27/+0
* | fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig2021-08-161-2/+2
|/
* mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)2021-06-291-24/+0
* fs: unexport __set_page_dirtyChristoph Hellwig2021-06-291-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-6/+30
|\
| * mm: fs: invalidate BH LRU during page migrationMinchan Kim2021-05-051-6/+30
* | buffer: a small optimization in grow_buffersMikulas Patocka2021-03-221-5/+1
|/
* fs: buffer: use raw page_memcg() on locked pageJohannes Weiner2021-02-241-2/+2
* fs/buffer.c: add checking buffer head stat before clearYang Guo2021-02-241-1/+2
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\
| * fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-1/+1
* | mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-1/+1
|/
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-181-3/+3
* fs: Don't invalidate page buffers in block_write_full_page()Jan Kara2020-09-071-16/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-211-0/+9
|\
| * fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-08-071-0/+9
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-4/+0
|\ \
| * | fs: remove a weird comment in submit_bh_wbcChristoph Hellwig2020-07-011-5/+0
| |/
* / ext4: add inline encryption supportEric Biggers2020-07-081-3/+4
|/
* fs/buffer.c: use attach/detach_page_privateGuoqing Jiang2020-06-021-12/+4
* fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton2020-06-021-0/+7
* Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-241-1/+1
|\
| * buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu2020-04-171-1/+1
* | ext4: use non-movable memory for superblock readaheadRoman Gushchin2020-04-151-0/+11
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-12/+7
|\
| * fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner2020-03-281-12/+7
* | block: move guard_bio_eod to bio.cChristoph Hellwig2020-03-251-43/+0
|/
* smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
* fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-091-4/+4
* block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-24/+1
* fs/buffer.c: include internal.h for missing declarationsBen Dooks2019-12-011-0/+2
* fs/buffer.c: fix use true/false for bool typeSaurav Girepunje2019-12-011-2/+2
* fs/buffer.c: support fscrypt in block_read_full_page()Eric Biggers2019-11-141-5/+43
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-151-1/+1
|\
| * blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-101-1/+1
* | fs: fold __generic_write_end back into generic_write_endChristoph Hellwig2019-06-271-33/+29
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* iomap: Fix use-after-free error in page_done callbackAndreas Gruenbacher2019-05-011-1/+1
* fs: Turn __generic_write_end into a void functionAndreas Gruenbacher2019-05-011-3/+3
* fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-02-281-0/+7
* Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-9/+10
|\
| * fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-061-9/+10
* | fs/buffer.c: use bvec iterator to truncate the bioMing Lei2019-02-151-1/+4
|/
* fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-071-5/+5
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-5/+5
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-5/+5
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-7/+7
|\ \ | |/ |/|