summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-490/+251Star
|\
| * 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/+48Star
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-99/+50Star
| * block: simplify holder symlink handlingTejun Heo2010-11-131-278/+44Star
* | pass default dentry_operations to mount_pseudo()Al Viro2011-01-131-1/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
|/
* convert get_sb_pseudo() usersAl Viro2010-10-291-4/+4
* fs: inode split IO and LRU listsNick Piggin2010-10-261-1/+1
* fs: switch bdev inode bdi's correctlyDave Chinner2010-10-261-5/+21
* new helper: ihold()Al Viro2010-10-261-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-111-8/+2Star
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-8/+2Star
* | 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/+2Star
| * | sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-3/+2Star
| |/
* / 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/+0Star
* 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-281-4/+5
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-281-6/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-221-57/+16Star
|\
| * Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-221-58/+16Star
| * Move grabbing s_umount to callers of grab_super()Al Viro2010-05-221-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/+1Star
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* fs: remove bdev->bd_inode_backing_dev_infoJens Axboe2009-09-161-1/+0Star
* 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-121-2/+2
* vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-121-5/+10