aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+40
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-25/+1
2015-01-20block_dev: only write bdev inode on closeChristoph Hellwig1-12/+19
2015-01-13block: Change direct_access calling conventionMatthew Wilcox1-0/+40
2014-11-17fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski1-2/+8
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-1/+2
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+11
2014-10-09block_dev: implement readpages() to optimize sequential readAkinobu Mita1-0/+7
2014-09-08bdi: reimplement bdev_inode_switch_bdi()Tejun Heo1-21/+11
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo1-2/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-22/+18
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox1-0/+63
2014-05-06blkdev_aio_write() - turn into blkdev_write_iter()Al Viro1-10/+6
2014-05-06fs/block_dev.c: switch to ->read_iter()Al Viro1-10/+6
2014-05-06blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()Al Viro1-3/+6
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-4/+5
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter1-1/+1
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro1-1/+1
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-1/+1
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-1/+1
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2013-07-09writeback: Do not sort b_io list only because of block device inodeJan Kara1-1/+1
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+1
2013-06-29block_dev: switch to fixed_size_llseek()Al Viro1-22/+1
2013-06-28writeback: Fix periodic writeback after fs mountJan Kara1-1/+8
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07make blkdev_put() return voidAl Viro1-8/+6
2013-05-07block_device_operations->release() should return voidAl Viro1-1/+1
2013-04-30fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong1-5/+3
2013-04-29fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()Gu Zheng1-1/+1
2013-04-01loop: prevent bdev freeing while device in useAnatol Pomozov1-0/+1
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-22block: remove redundant check to bd_openers()Guo Chao1-1/+1
2013-02-22block: use i_size_write() in bd_set_size()Guo Chao1-1/+3
2013-02-21fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo1-0/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-08vfs: fix O_DIRECT read past end of block deviceLinus Torvalds1-1/+17
2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds1-54/+1
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds1-101/+4
2012-10-28Lock splice_read and splice_write functionsMikulas Patocka1-2/+35
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+66
2012-09-26fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu1-1/+1
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka1-10/+17
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka1-2/+60
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...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