aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* writeback: Fix periodic writeback after fs mountJan Kara2013-07-271-1/+8
* loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-101-0/+1
* block: use i_size_write() in bd_set_size()Guo Chao2013-03-201-1/+3
* nbd: fsync and kill block device on shutdownPaolo Bonzini2013-03-061-1/+2
* fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo2013-03-061-0/+1
* block: don't mark buffers beyond end of disk as mappedJeff Moyer2012-05-311-3/+3
* block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-191-4/+12
* 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
|/
* block: restore multiple bd_link_disk_holder() supportTejun Heo2011-01-141-18/+75
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-490/+251
|\
| * implement in-kernel gendisk events handlingTejun Heo2010-12-161-7/+34
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-46/+93
| * block: check bdev_read_only() from blkdev_get()Tejun Heo2010-11-131-5/+6
| * block: reorganize claim/release implementationTejun Heo2010-11-131-79/+48
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-99/+50
| * block: simplify holder symlink handlingTejun Heo2010-11-131-278/+44
* | pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-1/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/