summaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)Author
2011-11-11block: make gendisk hold a reference to its queueTejun Heo
2011-09-10Avoid dereferencing a 'request_queue' after last close.NeilBrown
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
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig
2011-06-01block: blkdev_get() should access ->bd_disk only after successTejun Heo
2011-05-23block: move bd_set_size() above rescan_partitions() in __blkdev_get()Tejun Heo
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo
2011-04-21block: rescan partitions on invalidated devices on -ENOMEDIA tooTejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-03-19block: NULL dereference on error path in __blkdev_get()Dan Carpenter
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-09block: Don't check events while open is in progressTejun Heo
2011-03-09block: Don't check events on close unless it was blockedTejun Heo
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo
2011-02-28fs/block_dev.c: fix new kernel-doc warningRandy Dunlap
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-02-24block: bd_link_disk_holder() should hold on to holder_dirTejun Heo
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown
2011-02-16block: revert block_dev read-only checkChuck Ebbert
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-16implement in-kernel gendisk events handlingTejun Heo
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: check bdev_read_only() from blkdev_get()Tejun Heo
2010-11-13block: reorganize claim/release implementationTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-13block: simplify holder symlink handlingTejun Heo
2010-10-29convert get_sb_pseudo() usersAl Viro
2010-10-25fs: inode split IO and LRU listsNick Piggin
2010-10-25fs: switch bdev inode bdi's correctlyDave Chinner
2010-10-25new helper: ihold()Al Viro
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-08-11blkdev: cgroup whitelist permission fixChris Wright
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro