Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2786c9622e9031ff03b6d54d8b5d2d28e9fd2579
/
fs
/
block_dev.c
3711d86
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 11 years ago
9bf12df
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
02afc27
direct-io: Handle O_(D)SYNC AIO
by Christoph Hellwig
· 11 years ago
73a7075
aio: Kill aio_rw_vect_retry()
by Kent Overstreet
· 11 years ago
36805aa
Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
a885599
writeback: Do not sort b_io list only because of block device inode
by Jan Kara
· 11 years ago
b459722
mm: vmscan: take page buffers dirty and locked state into account
by Mel Gorman
· 11 years ago
5d48f3a
block_dev: switch to fixed_size_llseek()
by Al Viro
· 11 years ago
a5faeaf
writeback: Fix periodic writeback after fs mount
by Jan Kara
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
5af43c2
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
4385bab
make blkdev_put() return void
by Al Viro
· 11 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 11 years ago
b4ea2ea
fs/block_dev.c: no need to check inode->i_bdev in bd_forget()
by Yan Hong
· 12 years ago
6f8f5c2
fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()
by Gu Zheng
· 12 years ago
c1681bf
loop: prevent bdev freeing while device in use
by Anatol Pomozov
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
de33127
block: remove redundant check to bd_openers()
by Guo Chao
· 12 years ago
d646a02
block: use i_size_write() in bd_set_size()
by Guo Chao
· 12 years ago
7630b66
fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()
by MITSUNARI Shigeo
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
684c9aa
vfs: fix O_DIRECT read past end of block device
by Linus Torvalds
· 12 years ago
bbec0270
blkdev_max_block: make private to fs/buffer.c
by Linus Torvalds
· 12 years ago
1e8b333
blockdev: remove bd_block_size_semaphore again
by Linus Torvalds
· 12 years ago
1a25b1c
Lock splice_read and splice_write functions
by Mikulas Patocka
· 12 years ago
ce40be7
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
3eab731
fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declared
by Fengguang Wu
· 12 years ago
62ac665
blockdev: turn a rw semaphore into a percpu rw semaphore
by Mikulas Patocka
· 12 years ago
b87570f
Fix a crash when block device is read and block size is changed at the same time
by Mikulas Patocka
· 12 years ago
53362a0
fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devices
by Jianpeng Ma
· 12 years ago
5c0d6b6
vfs: Create function for iterating over block devices
by Jan Kara
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
080399a
block: don't mark buffers beyond end of disk as mapped
by Jeff Moyer
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
b502bd1
magic.h: move some FS magic numbers into magic.h
by Muthu Kumar
· 13 years ago
16c0cfa
Merge branch 'stable/cleancache.v13' into linux-next
by Konrad Rzeszutek Wilk
· 13 years ago
fe316bf
block: Fix NULL pointer dereference in sd_revalidate_disk
by Jun'ichi Nomura
· 13 years ago
3167760
mm: cleancache: s/flush/invalidate/
by Dan Magenheimer
· 13 years ago
87192a2
vfs: cache request_queue in struct block_device
by Andi Kleen
· 13 years ago
ace8577
block_dev: Suppress bdev_cache_init() kmemleak warninig
by Sergey Senozhatsky
· 13 years ago
ff01bb48
fs: move code out of buffer.c
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
f47ec3f
trim fs/internal.h
by Al Viro
· 13 years ago
3d0a8d1
Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
523e1d3
block: make gendisk hold a reference to its queue
by Tejun Heo
· 13 years ago
9400775
Avoid dereferencing a 'request_queue' after last close.
by NeilBrown
· 13 years ago
d27769e
block: add GENHD_FL_NO_PART_SCAN
by Tejun Heo
· 13 years ago
da5aa86
fix block device fallout from ->fsync() changes
by Rafael J. Wysocki
· 13 years ago
782b94c
block: initialise bd_super in bdget()
by Lachlan McIlroy
· 13 years ago
f01ef56
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback
by Linus Torvalds
· 13 years ago
096a705
Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
06222e4
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
by Josef Bacik
· 13 years ago
85ef06d
block: flush MEDIA_CHANGE from drivers on close(2)
by Tejun Heo
· 13 years ago
d4c208b
block: use the passed in @bdev when claiming if partno is zero
by Tejun Heo
· 13 years ago
f758eea
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
by Christoph Hellwig
· 14 years ago
4c49ff3
block: blkdev_get() should access ->bd_disk only after success
by Tejun Heo
· 13 years ago
7e69723
block: move bd_set_size() above rescan_partitions() in __blkdev_get()
by Tejun Heo
· 13 years ago
d4dc210
block: don't block events on excl write for non-optical devices
by Tejun Heo
· 14 years ago
1196f8b
block: rescan partitions on invalidated devices on -ENOMEDIA too
by Tejun Heo
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d39dd11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
a66979a
fs: move i_wb_list out from under inode_lock
by Dave Chinner
· 14 years ago
250df6e
fs: protect inode->i_state with inode->i_lock
by Dave Chinner
· 14 years ago
4345cab
block: NULL dereference on error path in __blkdev_get()
by Dan Carpenter
· 14 years ago
4c63f56
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
69e02c5
block: Don't check events while open is in progress
by Tejun Heo
· 14 years ago
6936217
block: Don't check events on close unless it was blocked
by Tejun Heo
· 14 years ago
facc31d
block: Don't implicitly trigger event check on disk_unblock_events()
by Tejun Heo
· 14 years ago
e6eb5ce
fs/block_dev.c: fix new kernel-doc warning
by Randy Dunlap
· 14 years ago
638691a
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 14 years ago
e7407d1
block: bd_link_disk_holder() should hold on to holder_dir
by Tejun Heo
· 14 years ago
93b270f
Fix over-zealous flush_disk when changing device size.
by NeilBrown
· 14 years ago
e51900f
block: revert block_dev read-only check
by Chuck Ebbert
· 14 years ago
49731ba
block: restore multiple bd_link_disk_holder() support
by Tejun Heo
· 14 years ago
275220f
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
c74a1cb
pass default dentry_operations to mount_pseudo()
by Al Viro
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
77ea887
implement in-kernel gendisk events handling
by Tejun Heo
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
d4d7762
block: clean up blkdev_get() wrappers and their users
by Tejun Heo
· 14 years ago
75f1dc0
block: check bdev_read_only() from blkdev_get()
by Tejun Heo
· 14 years ago
6a027ef
block: reorganize claim/release implementation
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
e09b457
block: simplify holder symlink handling
by Tejun Heo
· 14 years ago
51139ad
convert get_sb_pseudo() users
by Al Viro
· 14 years ago
7ccf19a
fs: inode split IO and LRU lists
by Nick Piggin
· 14 years ago
a5491e0
fs: switch bdev inode bdi's correctly
by Dave Chinner
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
b7300b7
blkdev: cgroup whitelist permission fix
by Chris Wright
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
Next »