aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* writeback: Fix periodic writeback after fs mountJan Kara2013-07-281-1/+9
* loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-051-0/+1
* block: use i_size_write() in bd_set_size()Guo Chao2013-03-201-1/+3
* block: don't mark buffers beyond end of disk as mappedJeff Moyer2012-06-011-3/+3
* block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-191-4/+12
* block: make gendisk hold a reference to its queueTejun Heo2011-11-111-5/+8
* Avoid dereferencing a 'request_queue' after last close.NeilBrown2011-10-031-2/+5
* 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
|/
* convert get_sb_pseudo() usersAl Viro2010-10-291-4/+4
* fs: inode split IO and LRU listsNick Piggin2010-10-251-1/+1
* fs: switch bdev inode bdi's correctlyDave Chinner2010-10-251-5/+21
* new helper: ihold()Al Viro2010-10-251-4/+4
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-1/+1
* blkdev: cgroup whitelist permission fixChris Wright2010-08-111-4/+6
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-8/+2
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-8/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-8/+9
|\ \
| * | convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+5
| * | get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+2
| * | sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-3/+2
| |/