Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
783684f1f60faec09f3ac74c0b12e89bdb182429
/
fs
/
block_dev.c
0fcc3ab
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
ef51042
block, dax: move "select DAX" from BLOCK to FS_DAX
by Dan Williams
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
a5f6a6a
fs/block_dev: always invalidate cleancache in invalidate_bdev()
by Andrey Ryabinin
· 8 years ago
67fd389
block, dax: use correct format string in bdev_dax_supported
by Arnd Bergmann
· 8 years ago
d4b29fd7
block: remove block_device_operations ->direct_access()
by Dan Williams
· 8 years ago
2093f2e
block, dax: convert bdev_dax_supported() to dax_direct_access()
by Dan Williams
· 8 years ago
19b7ccf
block: get rid of blk_integrity_revalidate()
by Ilya Dryomov
· 8 years ago
b068626
dax: introduce dax_direct_access()
by Dan Williams
· 8 years ago
d8f07ae
block: kill bdev_dax_capable()
by Dan Williams
· 8 years ago
3404512
block_dev: use blkdev_issue_zerout for hole punches
by Christoph Hellwig
· 8 years ago
ee472d8
block: add a flags argument to (__)blkdev_issue_zeroout
by Christoph Hellwig
· 8 years ago
f759741
block: Fix oops in locked_inode_to_wb_and_lock_list()
by Jan Kara
· 8 years ago
03e2627
block: Fix bdi assignment to bdev inode when racing with disk delete
by Jan Kara
· 8 years ago
a5a79d0
block: Initialize bd_bdi on inode initialization
by Jan Kara
· 8 years ago
9340747
fs: add i_blocksize()
by Fabian Frederick
· 8 years ago
cccd9fb
block: Revalidate i_bdev reference in bd_aquire()
by Jan Kara
· 8 years ago
818551e
Merge branch 'for-4.11/next' into for-4.11/linus-merge
by Jens Axboe
· 8 years ago
b1d2dc56
block: Make blk_get_backing_dev_info() safe without open bdev
by Jan Kara
· 8 years ago
f44f1ab
block: Unhash block device inodes on gendisk destruction
by Jan Kara
· 8 years ago
690e532
block: fix use after free in __blkdev_direct_IO
by Christoph Hellwig
· 8 years ago
62f8c405
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
64d656a
block: add back plugging in __blkdev_direct_IO
by Christoph Hellwig
· 8 years ago
7a62a52
block_dev: don't update file access position for sync direct IO
by Shaohua Li
· 8 years ago
bcc7f5b
block_dev: don't test bdev->bd_contains when it is not stable
by NeilBrown
· 8 years ago
af30922
block: protect iterate_bdevs() against concurrent close
by Rabin Vincent
· 8 years ago
3a83f46
block: bio: pass bvec table to bio_init()
by Ming Lei
· 8 years ago
9a794fb
block_dev: get rid of blksize bits calculation
by Jens Axboe
· 8 years ago
4d1a476
block_dev: Fixed direct I/O bio sector calculation
by Damien Le Moal
· 8 years ago
542ff7b
block: new direct I/O implementation
by Christoph Hellwig
· 8 years ago
78250c0
block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNC
by Jens Axboe
· 8 years ago
72ecad2
block: support a full bio worth of IO for simplified bdev direct-io
by Jens Axboe
· 8 years ago
189ce2b
block: fast-path for small and simple direct I/O requests
by Christoph Hellwig
· 8 years ago
25f4c41
block: implement (some of) fallocate for block devices
by Darrick J. Wong
· 8 years ago
997198b
fs/block_dev.c: return the right error in thaw_bdev()
by Pierre Morel
· 8 years ago
2237570
block_dev: remove DAX leftovers
by Christoph Hellwig
· 8 years ago
5bb53c0
fs/block_dev: fix potential NULL ptr deref in freeze_bdev()
by Andrey Ryabinin
· 8 years ago
e9e5e3f
bdev: fix NULL pointer dereference
by Vegard Nossum
· 8 years ago
c11f0c0
block/mm: make bdev_ops->rw_page() take a bool for read/write
by Jens Axboe
· 8 years ago
abf5454
mm/block: convert rw_page users to bio op use
by Mike Christie
· 8 years ago
99a01cd
block: remove BLK_DEV_DAX config option
by Ross Zwisler
· 8 years ago
a867d73
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
163d4ba
block: add QUEUE_FLAG_DAX for devices to advertise their DAX support
by Toshi Kani
· 8 years ago
a4a4f94
bdev: get rid of ->bd_inodes
by Al Viro
· 8 years ago
a2982cc
vfs: Generalize filesystem nodev handling.
by Eric W. Biederman
· 8 years ago
315227f
Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
1f40c49
Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
acc93d3
Revert "block: enable dax for raw block devices"
by Dan Williams
· 9 years ago
0a70bd4
dax: enable dax in the presence of known media errors (badblocks)
by Dan Williams
· 9 years ago
a8078b1
block: Update blkdev_dax_capable() for consistency
by Toshi Kani
· 9 years ago
2d96afc
block: Add bdev_dax_supported() for dax mount checks
by Toshi Kani
· 9 years ago
2af3a81
block: Add vfs_msg() interface
by Toshi Kani
· 9 years ago
02fbd13
dax: Remove complete_unwritten argument
by Jan Kara
· 9 years ago
e259221
fs: simplify the generic_write_sync prototype
by Christoph Hellwig
· 9 years ago
dde0c2e
fs: add IOCB_SYNC and IOCB_DSYNC
by Christoph Hellwig
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
35d88d9
Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
3684aa7
block-dev: enable writeback cgroup support
by Shaohua Li
· 9 years ago
7f6d5b5
dax: move writeback calls into the filesystems
by Ross Zwisler
· 9 years ago
03cdadb
block: disable block device DAX by default
by Dan Williams
· 9 years ago
9c5a05bc
block: fix pfn_mkwrite() DAX fault handler
by Ross Zwisler
· 9 years ago
9f4736f
block: revert runtime dax control of the raw block device
by Dan Williams
· 9 years ago
cc67375
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
f9fe48b
dax: support dirty DAX entries in radix tree
by Ross Zwisler
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
7c24d9f
Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
b2e0d16
dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()
by Dan Williams
· 9 years ago
fe683ad
dax: guarantee page aligned results from bdev_direct_access()
by Dan Williams
· 9 years ago
b832861
fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)
by Andrew Morton
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
d080827
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
ed8a9d2c
block: use bd{grab,put}() instead of open-coding
by Ilya Dryomov
· 9 years ago
5a023cd
block: enable dax for raw block devices
by Dan Williams
· 9 years ago
4ebb16c
block: introduce bdev_file_inode()
by Dan Williams
· 9 years ago
424081f
fs: use gendisk->disk_name where possible
by Dmitry Monakhov
· 10 years ago
43d1c0e
block: detach bdev inode from its wb in __blkdev_put()
by Ilya Dryomov
· 9 years ago
6f3b0e8
blk-mq: add a flags parameter to blk_mq_alloc_request
by Christoph Hellwig
· 9 years ago
2e6edc9
block: protect rw_page against device teardown
by Dan Williams
· 9 years ago
dbd3ca5
fs/block_dev.c: Remove WARN_ON() when inode writeback fails
by Vivek Goyal
· 9 years ago
25520d5
block: Inline blk_integrity in struct gendisk
by Martin K. Petersen
· 9 years ago
f0b2e56
blockdev: don't set S_DAX for misaligned partitions
by Jeff Moyer
· 9 years ago
f6f7a63
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
c94c2ac
dax: move DAX-related functions to a new header
by Matthew Wilcox
· 9 years ago
12f03ee
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
cb389b9
dax: drop size parameter to ->direct_access()
by Dan Williams
· 9 years ago
e2e0539
pmem, dax: have direct_access use __pmem annotation
by Ross Zwisler
· 9 years ago
74278da
inode: convert inode_sb_list_lock to per-sb
by Dave Chinner
· 10 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
43c3dd0
dax: bdev_direct_access() may sleep
by Matthew Wilcox
· 9 years ago
bbab37d
block: Add support for DAX reads/writes to block devices
by Matthew Wilcox
· 9 years ago
43baed3
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
88793e5
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm
by Linus Torvalds
· 9 years ago
ff5053f
bdi: Remove "inline" keyword from exported I_BDEV() implementation
by Geert Uytterhoeven
· 9 years ago
f68eb1e
fs/block_dev.c: skip rw_page if bdev has integrity
by Vishal Verma
· 10 years ago
a212b10
bdi: make inode_to_bdi() inline
by Tejun Heo
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 9 years ago
fe0f07d
direct-io: only inc/dec inode->i_dio_count for file systems
by Jens Axboe
· 10 years ago
Next »