summaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)Author
2010-06-10block: remove duplicate BUG_ON() in bd_finish_claiming()Jens Axboe
2010-06-10block: bd_start_claiming cleanupNick Piggin
2010-06-10block: bd_start_claiming fix module refcountNick Piggin
2010-05-27fs: convert simple fs to new truncateNick Piggin
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik
2010-05-21Move grabbing s_umount to callers of grab_super()Al Viro
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-04-27block: implement bd_claiming and claiming blockTejun Heo
2010-04-27block: factor out bd_may_claim()Tejun Heo
2010-04-24fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block...Anton Blanchard
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Andrew Morton
2010-04-07raw: fsync method is now requiredAnton Blanchard
2010-02-07freeze_bdev: don't deactivate successfully frozen MS_RDONLY sbJun'ichi Nomura
2009-11-03Merge branch 'for-linus' into for-2.6.33Jens Axboe
2009-10-29blkdev: flush disk cache on ->fsyncChristoph Hellwig
2009-10-26block: use after free bug in __blkdev_getNeil Brown
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara
2009-06-11vfs: Make __fsync_super() a static function (version 4)Jan Kara
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas
2009-06-04Revert "block: implement blkdev_readpages"Jens Axboe
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-04-28block: implement blkdev_readpagesJeff Moyer
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro
2009-03-27fs: move bdev code out of buffer.cNick Piggin
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-01-09md: make devices disappear when they are no longer needed.NeilBrown
2009-01-06fs: fix function param name in kernel-docRandy Dunlap
2009-01-03add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o
2008-12-31fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilizationDenis ChengRq
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig
2008-12-04[PATCH] clean up blkdev_get a little bitChristoph Hellwig
2008-11-06block: fix __blkdev_get() for removable devicesTejun Heo
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro