aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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/vir...Linus 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
2010-12-16implement in-kernel gendisk events handlingTejun Heo1-7/+34
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-46/+93
2010-11-13block: check bdev_read_only() from blkdev_get()Tejun Heo1-5/+6
2010-11-13block: reorganize claim/release implementationTejun Heo1-79/+48
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-99/+50
2010-11-13block: simplify holder symlink handlingTejun Heo1-278/+44
2010-10-29convert get_sb_pseudo() usersAl Viro1-4/+4
2010-10-25fs: inode split IO and LRU listsNick Piggin1-1/+1
2010-10-25fs: switch bdev inode bdi's correctlyDave Chinner1-5/+21
2010-10-25new helper: ihold()Al Viro1-4/+4
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-1/+1
2010-08-11blkdev: cgroup whitelist permission fixChris Wright1-4/+6
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-8/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+9
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+5
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+2
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-3/+2
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-8/+2
2010-08-04block_dev: always serialize exclusive open attemptsTejun Heo1-2/+2
2010-06-10block: remove duplicate BUG_ON() in bd_finish_claiming()Jens Axboe1-1/+0
2010-06-10block: bd_start_claiming cleanupNick Piggin1-24/+48
2010-06-10block: bd_start_claiming fix module refcountNick Piggin1-0/+1
2010-05-27fs: convert simple fs to new truncateNick Piggin1-4/+5
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-6/+1
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-57/+16
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik1-58/+16
2010-05-21Move grabbing s_umount to callers of grab_super()Al Viro1-0/+1
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe1-7/+13
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2010-04-27block: implement bd_claiming and claiming blockTejun Heo1-24/+174
2010-04-27block: factor out bd_may_claim()Tejun Heo1-18/+47
2010-04-24fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block...Anton Blanchard1-5/+12
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Andrew Morton1-3/+3
2010-04-07raw: fsync method is now requiredAnton Blanchard1-1/+2
2010-02-07freeze_bdev: don't deactivate successfully frozen MS_RDONLY sbJun'ichi Nomura1-3/+4
2009-11-03Merge branch 'for-linus' into for-2.6.33Jens Axboe1-1/+1
2009-10-29blkdev: flush disk cache on ->fsyncChristoph Hellwig1-1/+11
2009-10-26block: use after free bug in __blkdev_getNeil Brown1-1/+1
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig1-60/+72
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig1-7/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe1-1/+0
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig1-1/+28
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins1-0/+10
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara1-2/+2
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-5/+10
2009-06-11vfs: Make __fsync_super() a static function (version 4)Jan Kara1-1/+1
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+6
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas1-0/+6
2009-06-04Revert "block: implement blkdev_readpages"Jens Axboe1-7/+0
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-3/+3
2009-04-28block: implement blkdev_readpagesJeff Moyer1-0/+7
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro1-0/+1
2009-03-27fs: move bdev code out of buffer.cNick Piggin1-0/+146
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato1-0/+2
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-0/+15
2009-01-09md: make devices disappear when they are no longer needed.NeilBrown1-0/+14
2009-01-06fs: fix function param name in kernel-docRandy Dunlap1-1/+1
2009-01-03add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o1-0/+15
2008-12-31fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilizationDenis ChengRq1-4/+5
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig1-1/+9
2008-12-04[PATCH] clean up blkdev_get a little bitChristoph Hellwig1-4/+7
2008-11-06block: fix __blkdev_get() for removable devicesTejun Heo1-12/+11
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-62/+49
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro1-7/+7
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro1-2/+6
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-43/+22
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro1-13/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-11/+11
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro1-13/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+15
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-0/+7
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-5/+5
2008-10-17block: fix current kernel-doc warningsRandy Dunlap1-1/+1
2008-10-09block_dev: fix kernel-doc in new functionsRandy Dunlap1-9/+4
2008-10-09Call flush_disk() after detecting an online resize.Andrew Patterson1-0/+1
2008-10-09Added flush_disk to factor out common buffer cache flushing code.Andrew Patterson1-5/+27
2008-10-09Adjust block device size after an online resize of a disk.Andrew Patterson1-0/+37
2008-10-09Wrapper for lower-level revalidate_disk routines.Andrew Patterson1-0/+21
2008-10-09block: always set bdev->bd_partTejun Heo1-36/+31
2008-10-09block: move holder_dir from disk to part0Tejun Heo1-9/+1
2008-10-09block: introduce partition 0Tejun Heo1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-7/+8
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-1/+1
2008-10-09block: make variable and argument names more consistentTejun Heo1-4/+4
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-0/+1
2008-08-01[PATCH] fix bdev leak in block_dev.c do_open()Al Viro1-1/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-06-23[PATCH] fix cgroup-inflicted breakage in block_dev.cAl Viro1-1/+9
2008-06-06devscgroup: check for device permissions at mount timePavel Emelyanov1-1/+7
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk1-197/+0
2008-02-19make struct def_blk_aops staticAdrian Bunk1-1/+3
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-06kill an unused PTR_ERR in bdev_cache_init()Qi Yong1-1/+0
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-4/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16block_dev: convert to new aopsNick Piggin1-6/+18
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16bd_claim_by_disk: fix warningAndrew Morton1-10/+7
2007-07-16Replace obscure constructs in fs/block_dev.cJohannes Weiner1-22/+28
2007-07-16fs/block_dev.c: use list_for_each_entry()Matthias Kaehlcke1-4/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-9/+7
2007-05-08is_power_of_2 in fs/block_dev.cVignesh Babu BM1-1/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-3/+1
2007-05-07mm: optimize kill_bdev()Peter Zijlstra1-2/+4
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra1-0/+7
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-03[PATCH] revert blockdev direct io back to 2.6.19 versionAndrew Morton1-0/+41
2007-01-23[PATCH] fix blk_direct_IO bio preparationChen, Kenneth W1-0/+8
2007-01-23[PATCH] blockdev direct_io: fix signedness bugAndrew Morton1-1/+1
2007-01-11[PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner1-1/+1
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W1-27/+175
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-2/+2
2006-12-08[PATCH] bdev: fix ->bd_part_count leakPeter Zijlstra1-1/+2
2006-12-08[PATCH] lockdep: use mutex_lock_nested for bd_mutex to avoid lockdep warningNeilBrown1-2/+2
2006-12-08[PATCH] lockdep: simplify some aspects of bd_mutex nestingNeilBrown1-22/+29
2006-12-08[PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locksNeilBrown1-9/+0
2006-12-08[PATCH] new bd_mutex lockdep annotationPeter Zijlstra1-0/+9
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra1-125/+55
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-31[PATCH] find_bd_holder() fixAndrew Morton1-2/+2
2006-10-30[PATCH] clean up add_bd_holder()Jun'ichi Nomura1-18/+35
2006-10-30[PATCH] fix bd_claim_by_kobject error handlingJun'ichi Nomura1-1/+4
2006-10-28[PATCH] Fix potential OOPs in blkdev_open()Pavel Emelianov1-0/+2
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-10/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-9/+1
2006-09-30[PATCH] BLOCK: Move __invalidate_device() to block_dev.c [try #6]David Howells1-0/+21
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells1-0/+1
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells1-0/+1
2006-09-29[PATCH] block_dev.c mutex_lock_nested() fixJason Baron1-1/+1
2006-09-29[PATCH] blockdev.c: check driver layer errorsAndrew Morton1-12/+22
2006-08-27[PATCH] lockdep: fix blkdev_open() warningPeter Zijlstra1-58/+56
2006-07-03[PATCH] lockdep: annotate blkdev nestingIngo Molnar1-15/+87
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-22[PATCH] Fix a race condition between ->i_mapping and iput()OGAWA Hirofumi1-7/+25
2006-05-01[PATCH] Add ->splice_read/splice_write to def_blk_fopsJens Axboe1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-27[PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutexJun'ichi Nomura1-4/+4
2006-03-27[PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectJun'ichi Nomura1-0/+297
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-1/+2
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesEric Dumazet1-2/+2
2006-03-24[PATCH] sb_set_blocksize cleanupCoywolf Qi Hunt1-5/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2