aboutsummaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-1/+1
2013-09-04direct-io: Handle O_(D)SYNC AIOGravatar Christoph Hellwig 1-1/+1
2013-07-30aio: Kill aio_rw_vect_retry()Gravatar Kent Overstreet 1-1/+1
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+8
2013-07-09writeback: Do not sort b_io list only because of block device inodeGravatar Jan Kara 1-1/+1
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountGravatar Mel Gorman 1-0/+1
2013-06-29block_dev: switch to fixed_size_llseek()Gravatar Al Viro 1-22/+1
2013-06-28writeback: Fix periodic writeback after fs mountGravatar Jan Kara 1-1/+8
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2013-05-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-0/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-05-07make blkdev_put() return voidGravatar Al Viro 1-8/+6
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-1/+1
2013-04-30fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Gravatar Yan Hong 1-5/+3
2013-04-29fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()Gravatar Gu Zheng 1-1/+1
2013-04-01loop: prevent bdev freeing while device in useGravatar Anatol Pomozov 1-0/+1
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-22block: remove redundant check to bd_openers()Gravatar Guo Chao 1-1/+1
2013-02-22block: use i_size_write() in bd_set_size()Gravatar Guo Chao 1-1/+3
2013-02-21fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()Gravatar MITSUNARI Shigeo 1-0/+1
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-2/+2
2012-12-08vfs: fix O_DIRECT read past end of block deviceGravatar Linus Torvalds 1-1/+17
2012-11-29blkdev_max_block: make private to fs/buffer.cGravatar Linus Torvalds 1-54/+1
2012-11-29blockdev: remove bd_block_size_semaphore againGravatar Linus Torvalds 1-101/+4
2012-10-28Lock splice_read and splice_write functionsGravatar Mikulas Patocka 1-2/+35
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+66
2012-09-26fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredGravatar Fengguang Wu 1-1/+1
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreGravatar Mikulas Patocka 1-10/+17
2012-09-26Fix a crash when block device is read and block size is changed at the same timeGravatar Mikulas Patocka 1-2/+60
2012-08-02fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devicesGravatar Jianpeng Ma 1-0/+3
2012-07-22vfs: Create function for iterating over block devicesGravatar Jan Kara 1-0/+36
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-11block: don't mark buffers beyond end of disk as mappedGravatar Jeff Moyer 1-3/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-23magic.h: move some FS magic numbers into magic.hGravatar Muthu Kumar 1-1/+2
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextGravatar Konrad Rzeszutek Wilk 1-1/+1
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskGravatar Jun'ichi Nomura 1-4/+12
2012-01-23mm: cleancache: s/flush/invalidate/Gravatar Dan Magenheimer 1-1/+1
2012-01-12vfs: cache request_queue in struct block_deviceGravatar Andi Kleen 1-0/+3
2012-01-10block_dev: Suppress bdev_cache_init() kmemleak warninigGravatar Sergey Senozhatsky 1-8/+2
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-3/+27
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2012-01-03trim fs/internal.hGravatar Al Viro 1-1/+6
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2011-10-19block: make gendisk hold a reference to its queueGravatar Tejun Heo 1-5/+8
2011-09-10Avoid dereferencing a 'request_queue' after last close.Gravatar NeilBrown 1-2/+5
2011-08-23block: add GENHD_FL_NO_PART_SCANGravatar Tejun Heo 1-1/+1