summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] switch mtd and dm-table to lookup_bdev()Al Viro2008-08-011-0/+1
* [PATCH] fix bdev leak in block_dev.c do_open()Al Viro2008-08-011-1/+3
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* [PATCH] fix cgroup-inflicted breakage in block_dev.cAl Viro2008-06-231-1/+9
* devscgroup: check for device permissions at mount timePavel Emelyanov2008-06-061-1/+7
* fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2008-02-191-197/+0
* make struct def_blk_aops staticAdrian Bunk2008-02-191-1/+3
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+2
* kill an unused PTR_ERR in bdev_cache_init()Qi Yong2008-02-061-1/+0
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-241-4/+4
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* block_dev: convert to new aopsNick Piggin2007-10-161-6/+18
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* bd_claim_by_disk: fix warningAndrew Morton2007-07-161-10/+7
* Replace obscure constructs in fs/block_dev.cJohannes Weiner2007-07-161-22/+28
* fs/block_dev.c: use list_for_each_entry()Matthias Kaehlcke2007-07-161-4/+2
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-9/+7
* is_power_of_2 in fs/block_dev.cVignesh Babu BM2007-05-081-1/+2
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-3/+1
* mm: optimize kill_bdev()Peter Zijlstra2007-05-071-2/+4
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-071-2/+2
* [PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra2007-02-201-0/+7
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] revert blockdev direct io back to 2.6.19 versionAndrew Morton2007-02-031-0/+41
* [PATCH] fix blk_direct_IO bio preparationChen, Kenneth W2007-01-231-0/+8
* [PATCH] blockdev direct_io: fix signedness bugAndrew Morton2007-01-231-1/+1
* [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-111-1/+1
* [PATCH] optimize o_direct on block devicesChen, Kenneth W2006-12-131-27/+175
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] bdev: fix ->bd_part_count leakPeter Zijlstra2006-12-081-1/+2
* [PATCH] lockdep: use mutex_lock_nested for bd_mutex to avoid lockdep warningNeilBrown2006-12-081-2/+2
* [PATCH] lockdep: simplify some aspects of bd_mutex nestingNeilBrown2006-12-081-22/+29
* [PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locksNeilBrown2006-12-081-9/+0
* [PATCH] new bd_mutex lockdep annotationPeter Zijlstra2006-12-081-0/+9
* [PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra2006-12-081-125/+55
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] find_bd_holder() fixAndrew Morton2006-10-311-2/+2
* [PATCH] clean up add_bd_holder()Jun'ichi Nomura2006-10-301-18/+35
* [PATCH] fix bd_claim_by_kobject error handlingJun'ichi Nomura2006-10-301-1/+4
* [PATCH] Fix potential OOPs in blkdev_open()Pavel Emelianov2006-10-281-0/+2
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-10/+2
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-9/+1
* [PATCH] BLOCK: Move __invalidate_device() to block_dev.c [try #6]David Howells2006-09-301-0/+21
* [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells2006-09-301-0/+1
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-0/+1
OpenPOWER on IntegriCloud