summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* convert get_sb_pseudo() usersAl Viro2010-10-291-4/+4
* fs: inode split IO and LRU listsNick Piggin2010-10-251-1/+1
* fs: switch bdev inode bdi's correctlyDave Chinner2010-10-251-5/+21
* new helper: ihold()Al Viro2010-10-251-4/+4
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-1/+1
* blkdev: cgroup whitelist permission fixChris Wright2010-08-111-4/+6
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-8/+2
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-8/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-8/+9
|\ \
| * | convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+5
| * | get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+2
| * | sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-3/+2
| |/
* | block_dev: always serialize exclusive open attemptsTejun Heo2010-08-041-2/+2
|/
* block: remove duplicate BUG_ON() in bd_finish_claiming()Jens Axboe2010-06-101-1/+0
* block: bd_start_claiming cleanupNick Piggin2010-06-101-24/+48
* block: bd_start_claiming fix module refcountNick Piggin2010-06-101-0/+1
* fs: convert simple fs to new truncateNick Piggin2010-05-271-4/+5
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-6/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-211-57/+16
|\
| * Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-211-58/+16
| * Move grabbing s_umount to callers of grab_super()Al Viro2010-05-211-0/+1
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-291-7/+13
|\ \ | |/
| * fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block...Anton Blanchard2010-04-241-5/+12
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-1/+2
* | block: implement bd_claiming and claiming blockTejun Heo2010-04-271-24/+174
* | block: factor out bd_may_claim()Tejun Heo2010-04-271-18/+47
|/
* vfs: rename block_fsync() to blkdev_fsync()Andrew Morton2010-04-071-3/+3
* raw: fsync method is now requiredAnton Blanchard2010-04-071-1/+2
* freeze_bdev: don't deactivate successfully frozen MS_RDONLY sbJun'ichi Nomura2010-02-071-3/+4
* Merge branch 'for-linus' into for-2.6.33Jens Axboe2009-11-031-1/+1
|\
| * block: use after free bug in __blkdev_getNeil Brown2009-10-261-1/+1
* | blkdev: flush disk cache on ->fsyncChristoph Hellwig2009-10-291-1/+11
|/
* freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig2009-09-241-60/+72
* freeze_bdev: kill bd_mount_semChristoph Hellwig2009-09-241-7/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* fs: remove bdev->bd_inode_backing_dev_infoJens Axboe2009-09-161-1/+0
* vfs: Rename generic_file_aio_write_nolockChristoph Hellwig2009-09-141-1/+28
* PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins2009-07-291-0/+10
* vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara2009-06-111-2/+2
* vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-111-5/+10
* vfs: Make __fsync_super() a static function (version 4)Jan Kara2009-06-111-1/+1
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-111-0/+6
|\
| * kmemleak: Remove some of the kmemleak false positivesCatalin Marinas2009-06-111-0/+6
* | Revert "block: implement blkdev_readpages"Jens Axboe2009-06-041-7/+0
* | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-3/+3
* | block: implement blkdev_readpagesJeff Moyer2009-04-281-0/+7
|/
* Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro2009-04-011-0/+1
* fs: move bdev code out of buffer.cNick Piggin2009-03-271-0/+146
* filesystem freeze: implement generic freeze featureTakashi Sato2009-01-091-0/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-081-0/+15
|\
OpenPOWER on IntegriCloud