aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-02fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devicesJianpeng Ma1-0/+3
2012-07-22vfs: Create function for iterating over block devicesJan Kara1-0/+36
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer1-3/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar1-1/+2
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk1-1/+1
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-4/+12
2012-01-23mm: cleancache: s/flush/invalidate/Dan Magenheimer1-1/+1
2012-01-12vfs: cache request_queue in struct block_deviceAndi Kleen1-0/+3
2012-01-10block_dev: Suppress bdev_cache_init() kmemleak warninigSergey Senozhatsky1-8/+2
2012-01-03fs: move code out of buffer.cAl Viro1-3/+27
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03trim fs/internal.hAl Viro1-1/+6
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2011-10-19block: make gendisk hold a reference to its queueTejun Heo1-5/+8
2011-09-10Avoid dereferencing a 'request_queue' after last close.NeilBrown1-2/+5
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo1-1/+1
2011-08-01fix block device fallout from ->fsync() changesRafael J. Wysocki1-0/+4
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy1-0/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds1-6/+10
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+14
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-5/+1
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-3/+8
2011-07-01block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo1-9/+14
2011-06-13block: use the passed in @bdev when claiming if partno is zeroTejun Heo1-1/+13
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-6/+10
2011-06-01block: blkdev_get() should access ->bd_disk only after successTejun Heo1-2/+2
2011-05-23block: move bd_set_size() above rescan_partitions() in __blkdev_get()Tejun Heo1-8/+9
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-7/+10
2011-04-21block: rescan partitions on invalidated devices on -ENOMEDIA tooTejun Heo1-9/+18
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+4
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-2/+2
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-0/+2
2011-03-19block: NULL dereference on error path in __blkdev_get()Dan Carpenter1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-09block: Don't check events while open is in progressTejun Heo1-7/+10
2011-03-09block: Don't check events on close unless it was blockedTejun Heo1-4/+2
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo1-0/+1
2011-02-28fs/block_dev.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-6/+6
2011-02-24block: bd_link_disk_holder() should hold on to holder_dirTejun Heo1-0/+6
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-6/+6
2011-02-16block: revert block_dev read-only checkChuck Ebbert1-6/+5
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo1-18/+75
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-490/+251
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8