aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PATCH] block_dev.c mutex_lock_nested() fixJason Baron2006-09-291-1/+1
* [PATCH] blockdev.c: check driver layer errorsAndrew Morton2006-09-291-12/+22
* [PATCH] lockdep: fix blkdev_open() warningPeter Zijlstra2006-08-271-58/+56
* [PATCH] lockdep: annotate blkdev nestingIngo Molnar2006-07-031-15/+87
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-1/+0
|\
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* | [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
|/
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [PATCH] Fix a race condition between ->i_mapping and iput()OGAWA Hirofumi2006-06-221-7/+25
* [PATCH] Add ->splice_read/splice_write to def_blk_fopsJens Axboe2006-05-011-0/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutexJun'ichi Nomura2006-03-271-4/+4
* [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectJun'ichi Nomura2006-03-271-0/+297
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-1/+2
* [PATCH] Use __read_mostly on some hot fs variablesEric Dumazet2006-03-261-2/+2