aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09block_dev: fix kernel-doc in new functionsRandy Dunlap1-9/+4
2008-10-09Call flush_disk() after detecting an online resize.Andrew Patterson1-0/+1
2008-10-09Added flush_disk to factor out common buffer cache flushing code.Andrew Patterson1-5/+27
2008-10-09Adjust block device size after an online resize of a disk.Andrew Patterson1-0/+37
2008-10-09Wrapper for lower-level revalidate_disk routines.Andrew Patterson1-0/+21
2008-10-09block: always set bdev->bd_partTejun Heo1-36/+31
2008-10-09block: move holder_dir from disk to part0Tejun Heo1-9/+1
2008-10-09block: introduce partition 0Tejun Heo1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-7/+8
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-1/+1
2008-10-09block: make variable and argument names more consistentTejun Heo1-4/+4
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-0/+1
2008-08-01[PATCH] fix bdev leak in block_dev.c do_open()Al Viro1-1/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-06-23[PATCH] fix cgroup-inflicted breakage in block_dev.cAl Viro1-1/+9
2008-06-06devscgroup: check for device permissions at mount timePavel Emelyanov1-1/+7
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk1-197/+0
2008-02-19make struct def_blk_aops staticAdrian Bunk1-1/+3
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-06kill an unused PTR_ERR in bdev_cache_init()Qi Yong1-1/+0
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-4/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16block_dev: convert to new aopsNick Piggin1-6/+18
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16bd_claim_by_disk: fix warningAndrew Morton1-10/+7
2007-07-16Replace obscure constructs in fs/block_dev.cJohannes Weiner1-22/+28
2007-07-16fs/block_dev.c: use list_for_each_entry()Matthias Kaehlcke1-4/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-9/+7
2007-05-08is_power_of_2 in fs/block_dev.cVignesh Babu BM1-1/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-3/+1
2007-05-07mm: optimize kill_bdev()Peter Zijlstra1-2/+4
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra1-0/+7
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-03[PATCH] revert blockdev direct io back to 2.6.19 versionAndrew Morton1-0/+41
2007-01-23[PATCH] fix blk_direct_IO bio preparationChen, Kenneth W1-0/+8
2007-01-23[PATCH] blockdev direct_io: fix signedness bugAndrew Morton1-1/+1
2007-01-11[PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner1-1/+1
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W1-27/+175
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-2/+2
2006-12-08[PATCH] bdev: fix ->bd_part_count leakPeter Zijlstra1-1/+2
2006-12-08[PATCH] lockdep: use mutex_lock_nested for bd_mutex to avoid lockdep warningNeilBrown1-2/+2
2006-12-08[PATCH] lockdep: simplify some aspects of bd_mutex nestingNeilBrown1-22/+29
2006-12-08[PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locksNeilBrown1-9/+0
2006-12-08[PATCH] new bd_mutex lockdep annotationPeter Zijlstra1-0/+9
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra1-125/+55