aboutsummaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)Author
2013-07-28writeback: Fix periodic writeback after fs mountJan Kara
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07make blkdev_put() return voidAl Viro
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-30fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong
2013-04-29fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()Gu Zheng
2013-04-01loop: prevent bdev freeing while device in useAnatol Pomozov
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22block: remove redundant check to bd_openers()Guo Chao
2013-02-22block: use i_size_write() in bd_set_size()Guo Chao
2013-02-21fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-08vfs: fix O_DIRECT read past end of block deviceLinus Torvalds
2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds
2012-10-28Lock splice_read and splice_write functionsMikulas Patocka
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-09-26fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka
2012-08-02fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devicesJianpeng Ma
2012-07-22vfs: Create function for iterating over block devicesJan Kara
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura
2012-01-23mm: cleancache: s/flush/invalidate/Dan Magenheimer
2012-01-12vfs: cache request_queue in struct block_deviceAndi Kleen
2012-01-10block_dev: Suppress bdev_cache_init() kmemleak warninigSergey Senozhatsky
2012-01-03fs: move code out of buffer.cAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03trim fs/internal.hAl Viro
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-10-19block: make gendisk hold a reference to its queueTejun Heo
2011-09-10Avoid dereferencing a 'request_queue' after last close.NeilBrown
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo
2011-08-01fix block device fallout from ->fsync() changesRafael J. Wysocki
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-01block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo
2011-06-13block: use the passed in @bdev when claiming if partno is zeroTejun Heo