aboutsummaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Gravatar Jan Kara 1-2/+2
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Gravatar Jan Kara 1-5/+10
2009-06-11vfs: Make __fsync_super() a static function (version 4)Gravatar Jan Kara 1-1/+1
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-0/+6
2009-06-11kmemleak: Remove some of the kmemleak false positivesGravatar Catalin Marinas 1-0/+6
2009-06-04Revert "block: implement blkdev_readpages"Gravatar Jens Axboe 1-7/+0
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 1-3/+3
2009-04-28block: implement blkdev_readpagesGravatar Jeff Moyer 1-0/+7
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Gravatar Al Viro 1-0/+1
2009-03-27fs: move bdev code out of buffer.cGravatar Nick Piggin 1-0/+146
2009-01-09filesystem freeze: implement generic freeze featureGravatar Takashi Sato 1-0/+2
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-0/+15
2009-01-09md: make devices disappear when they are no longer needed.Gravatar NeilBrown 1-0/+14
2009-01-06fs: fix function param name in kernel-docGravatar Randy Dunlap 1-1/+1
2009-01-03add releasepage hooks to block devices which can be used by file systemsGravatar Theodore Ts'o 1-0/+15
2008-12-31fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilizationGravatar Denis ChengRq 1-4/+5
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWGravatar Christoph Hellwig 1-1/+9
2008-12-04[PATCH] clean up blkdev_get a little bitGravatar Christoph Hellwig 1-4/+7
2008-11-06block: fix __blkdev_get() for removable devicesGravatar Tejun Heo 1-12/+11
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevGravatar Linus Torvalds 1-62/+49
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsGravatar Al Viro 1-7/+7
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsGravatar Al Viro 1-2/+6
2008-10-21[PATCH] sanitize blkdev_get() and friendsGravatar Al Viro 1-43/+22
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclGravatar Al Viro 1-13/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Gravatar Al Viro 1-11/+11
2008-10-21[PATCH] end of methods switch: remove the old onesGravatar Al Viro 1-13/+0
2008-10-21[PATCH] beginning of methods conversionGravatar Al Viro 1-3/+15
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsGravatar Al Viro 1-0/+7
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-5/+5
2008-10-17block: fix current kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2008-10-09block_dev: fix kernel-doc in new functionsGravatar Randy Dunlap 1-9/+4
2008-10-09Call flush_disk() after detecting an online resize.Gravatar Andrew Patterson 1-0/+1
2008-10-09Added flush_disk to factor out common buffer cache flushing code.Gravatar Andrew Patterson 1-5/+27
2008-10-09Adjust block device size after an online resize of a disk.Gravatar Andrew Patterson 1-0/+37
2008-10-09Wrapper for lower-level revalidate_disk routines.Gravatar Andrew Patterson 1-0/+21
2008-10-09block: always set bdev->bd_partGravatar Tejun Heo 1-36/+31
2008-10-09block: move holder_dir from disk to part0Gravatar Tejun Heo 1-9/+1
2008-10-09block: introduce partition 0Gravatar Tejun Heo 1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Gravatar Tejun Heo 1-2/+2
2008-10-09block: fix disk->part[] dereferencing raceGravatar Tejun Heo 1-7/+8
2008-10-09block: don't depend on consecutive minor spaceGravatar Tejun Heo 1-1/+1
2008-10-09block: make variable and argument names more consistentGravatar Tejun Heo 1-4/+4
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Gravatar Al Viro 1-0/+1
2008-08-01[PATCH] fix bdev leak in block_dev.c do_open()Gravatar Al Viro 1-1/+3
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-06-23[PATCH] fix cgroup-inflicted breakage in block_dev.cGravatar Al Viro 1-1/+9
2008-06-06devscgroup: check for device permissions at mount timeGravatar Pavel Emelyanov 1-1/+7
2008-02-19fs/block_dev.c: remove #if 0'ed codeGravatar Adrian Bunk 1-197/+0
2008-02-19make struct def_blk_aops staticGravatar Adrian Bunk 1-1/+3
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1