aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* fs/block_dev.c: fix new kernel-doc warningRandy Dunlap2011-02-281-0/+1
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-02-251-6/+6
|\
| * Fix over-zealous flush_disk when changing device size.NeilBrown2011-02-241-6/+6
* | block: bd_link_disk_holder() should hold on to holder_dirTejun Heo2011-02-241-0/+6
* | block: revert block_dev read-only checkChuck Ebbert2011-02-161-6/+5
|/
* block: restore multiple bd_link_disk_holder() supportTejun Heo2011-01-141-18/+75
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-490/+251
|\
| * implement in-kernel gendisk events handlingTejun Heo2010-12-161-7/+34
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-46/+93
| * block: check bdev_read_only() from blkdev_get()Tejun Heo2010-11-131-5/+6
| * block: reorganize claim/release implementationTejun Heo2010-11-131-79/+48
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-99/+50
| * block: simplify holder symlink handlingTejun Heo2010-11-131-278/+44
* | pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-1/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* 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