summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-2/+66
|\
| * fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu2012-09-261-1/+1
| * blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka2012-09-261-10/+17
| * Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka2012-09-261-2/+60
|/
* fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devicesJianpeng Ma2012-08-021-0/+3
* vfs: Create function for iterating over block devicesJan Kara2012-07-221-0/+36
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | block: don't mark buffers beyond end of disk as mappedJeff Moyer2012-05-111-3/+3
|/
* magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-231-1/+2
* Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk2012-03-191-1/+1
|\
| * mm: cleancache: s/flush/invalidate/Dan Magenheimer2012-01-231-1/+1
* | block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-021-4/+12
* | vfs: cache request_queue in struct block_deviceAndi Kleen2012-01-121-0/+3
* | block_dev: Suppress bdev_cache_init() kmemleak warninigSergey Senozhatsky2012-01-101-8/+2
|/
* fs: move code out of buffer.cAl Viro2012-01-031-3/+27
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* trim fs/internal.hAl Viro2012-01-031-1/+6
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-1/+1
|\
| * block: add GENHD_FL_NO_PART_SCANTejun Heo2011-08-231-1/+1
* | block: make gendisk hold a reference to its queueTejun Heo2011-10-191-5/+8
* | Avoid dereferencing a 'request_queue' after last close.NeilBrown2011-09-101-2/+5
|/
* fix block device fallout from ->fsync() changesRafael J. Wysocki2011-08-011-0/+4
* block: initialise bd_super in bdget()Lachlan McIlroy2011-08-011-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-261-6/+10
|\
| * writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-081-6/+10
* | Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-251-9/+14
|\ \
| * | block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo2011-07-011-9/+14
* | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-5/+1
* | | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-201-3/+8
|/ /
* / block: use the passed in @bdev when claiming if partno is zeroTejun Heo2011-06-131-1/+13
|/
* block: blkdev_get() should access ->bd_disk only after successTejun Heo2011-06-011-2/+2
* block: move bd_set_size() above rescan_partitions() in __blkdev_get()Tejun Heo2011-05-231-8/+9
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-7/+10
* block: rescan partitions on invalidated devices on -ENOMEDIA tooTejun Heo2011-04-211-9/+18
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-241-2/+4
|\
| * fs: move i_wb_list out from under inode_lockDave Chinner2011-03-241-2/+2
| * fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-241-0/+2
* | block: NULL dereference on error path in __blkdev_get()Dan Carpenter2011-03-191-1/+1
* | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-1/+0
|\ \
| * | block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | | block: Don't check events while open is in progressTejun Heo2011-03-091-7/+10
* | | block: Don't check events on close unless it was blockedTejun Heo2011-03-091-4/+2
* | | block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo2011-03-091-0/+1
| |/ |/|
* | fs/block_dev.c: fix new kernel-doc warningRandy Dunlap2011-02-281-0/+1
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-02-251-6/+6
|\ \
| * | Fix over-zealous flush_disk when changing device size.NeilBrown2011-02-241-6/+6
* | | block: bd_link_disk_holder() should hold on to holder_dirTejun Heo2011-02-241-0/+6
| |/ |/|
* | block: revert block_dev read-only checkChuck Ebbert2011-02-161-6/+5
|/