aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-02[PATCH] blkdev_get_blocks(): handle eofAndrew Morton1-3/+16
2004-10-18[PATCH] don't export blkdev_open and def_blk_opsChristoph Hellwig1-5/+1
2004-06-29[PATCH] Combined patch for remaining trivial sparse warnings in allnoconfig b...Mika Kukkonen1-15/+14
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-8/+3
2004-05-21[PATCH] block device layer: separate backing_dev_info infrastructureAndrew Morton1-1/+4
2004-04-20[PATCH] lockfs - vfs bitsAndrew Morton1-0/+1
2004-04-18[PATCH] direct-IO return type fixesAndrew Morton1-1/+1
2004-04-11[PATCH] blockdev direct-io speedupsAndrew Morton1-3/+3
2004-03-11[PATCH] Fix reading the last block on a bdevAndrew Morton1-3/+12
2004-03-11[PATCH] loop setup race fixAndrew Morton1-1/+2
2004-02-18[PATCH] bd_set_size i_size handlingAndrew Morton1-1/+2
2004-02-18[PATCH] Remove BDEV_RAW and friendsAndrew Morton1-18/+15
2004-02-17[PATCH] blkdev_put() data corruptionAlexander Viro1-6/+1
2004-01-18[PATCH] bdev: add I_BDEV()Andrew Morton1-27/+36
2004-01-18[PATCH] bdev: bd_acquire() cleanupAndrew Morton1-19/+18
2004-01-18[PATCH] bdev: switch to f_mappingAndrew Morton1-1/+1
2004-01-18[PATCH] bdev: add file.f_mappingAndrew Morton1-0/+1
2004-01-18[PATCH] bdev: blkdev_put() cleanupAndrew Morton1-1/+1
2004-01-18[PATCH] bdev: open() changesAndrew Morton1-5/+5
2003-10-01o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/block_dev.cArnaldo Carvalho de Melo1-0/+32
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-2/+2
2003-08-30[PATCH] dev_t handling cleanups (12/12)Alexander Viro1-2/+6
2003-08-30[PATCH] dev_t handling cleanups (9/12)Alexander Viro1-130/+122
2003-08-20[PATCH] Allow O_EXCL on a block device to claim exclusive use.Andrew Morton1-1/+15
2003-08-20[PATCH] When a partition is claimed, claim the whole deviceAndrew Morton1-4/+28
2003-08-18[PATCH] async write errors: use flags in address spaceAndrew Morton1-1/+1
2003-07-24Add an IO completion handler to the direct_IO path to allow the initiatorStephen Lord1-1/+1
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-3/+3
2003-07-02[PATCH] block_llseek(): remove lock_kernel()Andrew Morton1-4/+6
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds1-4/+4
2003-04-29[PATCH] aio support for block devicesAndrew Morton1-0/+11
2003-04-27[PATCH] bdget_disk()Alexander Viro1-1/+1
2003-04-27[PATCH] open_by_devnum()Alexander Viro1-0/+17
2003-04-24[PATCH] invalidate_device()/check_disk_change() fixesAlexander Viro1-32/+1
2003-04-20[PATCH] Allocate hd_structs dynamicallyAndrew Morton1-2/+2
2003-03-28[PATCH] sync blockdevs on the final close onlyAndrew Morton1-7/+8
2003-03-08[PATCH] register_blkdev cleanupsAndrew Morton1-62/+0
2003-01-14[PATCH] stale bdev reference in quotactlChristoph Hellwig1-19/+38
2003-01-07[PATCH] AIO support for raw/O_DIRECTAndrew Morton1-2/+3
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig1-6/+5
2002-12-14Merge master.kernel.org:/home/hch/BK/xfs/linux-2.5Linus Torvalds1-0/+80
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-2/+2
2002-12-11share some code between get_sb_bdev and xfs log/rtdev handlingChristoph Hellwig1-0/+80
2002-11-25[PATCH] Don't hold BKL across sync_blockdev() in blkdev_put()Andrew Morton1-1/+1
2002-11-21[PATCH] Remove mapping->vm_writebackAndrew Morton1-1/+0
2002-11-20[PATCH] Missing unlock_kernel() in fs/block_dev.cDavid S. Miller1-0/+1
2002-11-17[PATCH] fix for rescan_partitions()Alexander Viro1-1/+1
2002-11-16[PATCH] don't include net.h in fs.hChristoph Hellwig1-1/+2
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-11-10[PATCH] bdevname() cleanupsAlexander Viro1-3/+3
2002-11-04[PATCH] `event' removal: core kernelAndrew Morton1-1/+0
2002-10-28[PATCH] permit direct IO with finer-than-fs-blocksize alignmentsAndrew Morton1-1/+1
2002-10-28[PATCH] blkdev_get_block fixAndrew Morton1-0/+1
2002-10-28[PATCH] block_device_operations always picked from gendiskAlexander Viro1-130/+80
2002-10-28[PATCH] blk_dev[] is goneAlexander Viro1-10/+2
2002-10-17[PATCH] old methods removalAlexander Viro1-8/+3
2002-10-17[PATCH] probesAlexander Viro1-3/+7
2002-10-17[PATCH] infrastructureAlexander Viro1-11/+20
2002-10-15[PATCH] bdev->bd_disk introducedAlexander Viro1-44/+28
2002-10-15[PATCH] refcounts for gendisksAlexander Viro1-5/+18
2002-10-15[PATCH] block ioctl cleanupAlexander Viro1-29/+0
2002-10-15[PATCH] disk->minor_shift cleanupAlexander Viro1-2/+2
2002-10-14Merge tove:v2.5/linux into home.transmeta.com:/home/torvalds/v2.5/linuxLinus Torvalds1-38/+3
2002-10-14Block layer ioctl cleanups.Linus Torvalds1-38/+3
2002-10-13[PATCH] remove kiobufsAndrew Morton1-1/+0
2002-10-06[PATCH] add struct file* to ->direct_IO addr space opChuck Lever1-1/+3
2002-09-29[PATCH] get_gendisk() prototype changeAlexander Viro1-22/+25
2002-09-21[PATCH] blk_size[] is goneAlexander Viro1-2/+0
2002-09-21[PATCH] misc cleanupsAlexander Viro1-2/+3
2002-09-17[PATCH] designated initializer patches for fs_Art Haas1-3/+3
2002-09-15[PATCH] resurrect /proc/meminfo:BuffersAndrew Morton1-0/+23
2002-09-13[PATCH] readv/writev speedupAndrew Morton1-21/+31
2002-09-07Merge home.transmeta.com:/home/torvalds/v2.5/viroLinus Torvalds1-43/+16
2002-09-07[PATCH] (25/25) more cleanups of struct gendisk.Alexander Viro1-8/+4
2002-09-07[PATCH] (9/25) update_partition()Alexander Viro1-40/+8
2002-09-07[PATCH] (3/25) Removing useless minor argumentsAlexander Viro1-16/+26
2002-09-07[PATCH] (2/25) Removing ->nr_realAlexander Viro1-2/+1
2002-09-06Finally get rid of that irritating disk change message.Linus Torvalds1-3/+0
2002-08-31Make block device initialization initialize the request queueLinus Torvalds1-5/+8
2002-08-13[PATCH] random fixesAndrew Morton1-3/+3
2002-08-13[PATCH] embarrassing 2.5.31 small bug fix for blkdev_reread_part()Badari Pulavarty1-1/+1
2002-08-12[PATCH] i_sem-less generic_file_write for O_DIRECT & XFSChristoph Hellwig1-1/+1
2002-08-10[PATCH] direct IO fixesAndrew Morton1-1/+1
2002-08-10[PATCH] fix check_disk_change() deadlocksAlexander Viro1-59/+94
2002-08-10[PATCH] partition table flush/read cleanupAlexander Viro1-7/+55
2002-08-10[PATCH] make check_disk_change() use struct block_deviceAlexander Viro1-36/+35
2002-07-31[PATCH] split "gendisk" to be per-disk, part 1Alexander Viro1-3/+4
2002-07-30Remove the devfs_should* functions I added, and replace them with one devfs_o...Greg Kroah-Hartman1-2/+2
2002-07-30Removed devfs_register_blkdev and devfs_unregister_blkdev.Greg Kroah-Hartman1-0/+4
2002-07-28MergeLinus Torvalds1-0/+1
2002-07-28[PATCH] direct IO updatesAndrew Morton1-6/+22
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+1
2002-07-25do_mounts.c, block_dev.c, hiddev.c, md.c:Richard Gooch1-4/+5
2002-07-20[PATCH] blk_ioctl() not exported anymoreAlexander Viro1-13/+32
2002-07-20[PATCH] partition handling locking cleanupsAlexander Viro1-9/+23
2002-07-20[PATCH] block device size cleanupsAlexander Viro1-23/+34
2002-07-18[PATCH] writeback scalability improvementsAndrew Morton1-7/+12
2002-07-18[PATCH] inline generic_writepages()Andrew Morton1-0/+1
2002-07-14[PATCH] direct-to-BIO for O_DIRECTAndrew Morton1-2/+5
2002-07-04Merge home.transmeta.com:/home/torvalds/v2.5/viroLinus Torvalds1-1/+0
2002-07-04[PATCH] ->i_dev switched to dev_tAlexander Viro1-1/+0
2002-07-04[PATCH] misc cleanups and fixesAndrew Morton1-2/+0
2002-06-11[PATCH] (2/14) resyncAlexander Viro1-29/+1
2002-05-27[PATCH] rename writeback_mapping to writepagesAndrew Morton1-1/+1
2002-05-24[PATCH] kdev_t -> bdev cleanups [2/2]Alexander Viro1-0/+8
2002-05-24Undo block devices changes from floppy fix: incorrect.Linus Torvalds1-1/+10
2002-05-24[PATCH] kdev_t -> bdev cleanups [1/2]Alexander Viro1-2/+1
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig1-0/+1
2002-05-22[PATCH] possible fix for broken floppy driver, take 2Mikael Pettersson1-10/+1
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig1-1/+0
2002-05-19[PATCH] pdflush exclusion infrastructureAndrew Morton1-8/+9
2002-04-30[PATCH] (6/6) blksize_size[] removalAlexander Viro1-5/+9
2002-04-30[PATCH] (4/6) blksize_size[] removalAlexander Viro1-16/+13
2002-04-30[PATCH] (3/6) blksize_size[] removalAlexander Viro1-5/+5
2002-04-30[PATCH] (2/6) blksize_size[] removalAlexander Viro1-5/+3
2002-04-29[PATCH] cleanup sync_buffers()Andrew Morton1-10/+3
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-14/+1
2002-04-29[PATCH] cleanup of bh->flagsAndrew Morton1-1/+1
2002-04-29[PATCH] writeback from address spacesAndrew Morton1-1/+5
2002-04-29[PATCH] readahead fixAndrew Morton1-0/+6
2002-04-24[PATCH] (14/15) big struct block_device * push (first series)Alexander Viro1-3/+2
2002-04-24[PATCH] (9/15) big struct block_device * push (first series)Alexander Viro1-17/+57
2002-04-24[PATCH] (3/15) big struct block_device * push (first series)Alexander Viro1-1/+1
2002-04-09[PATCH] readaheadAndrew Morton1-4/+15
2002-04-07[PATCH] size_in_bytesAndries E. Brouwer1-21/+10
2002-04-03[PATCH] list_for_each is fs/Dave Jones1-1/+1
2002-03-10[PATCH] (3/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-03-04[PATCH] death of is_mounted() and aother fixesAlexander Viro1-0/+21
2002-02-27[PATCH] (3/7) kdev_t removalsAlexander Viro1-2/+2
2002-02-18Clean up BDEV type handlingLinus Torvalds1-2/+6
2002-02-17[PATCH] msync correctnessAndrew Morton1-5/+9
2002-02-06[PATCH] (1/6) more ->get_sb() stuffAlexander Viro1-1/+0
2002-02-06[PATCH] (8/8) ->get_sb() switchoverAlexander Viro1-5/+16
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds1-0/+3
2002-02-05v2.5.2.1.1 -> v2.5.2.2Linus Torvalds1-6/+8
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds1-0/+1
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-2/+1
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds1-14/+14
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-1/+4
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-0/+20
2002-02-04v2.5.0.10 -> v2.5.0.11Linus Torvalds1-0/+1
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-1/+1
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds1-1/+1
2002-02-04v2.4.14.8 -> v2.4.14.9Linus Torvalds1-0/+6
2002-02-04v2.4.13.1 -> v2.4.13.2Linus Torvalds1-2/+10
2002-02-04v2.4.12 -> v2.4.12.1Linus Torvalds1-23/+0
2002-02-04v2.4.10.2 -> v2.4.10.3Linus Torvalds1-44/+27
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-1/+0
2002-02-04v2.4.10.0.4 -> v2.4.10.1Linus Torvalds1-0/+1
2002-02-04v2.4.10.0.3 -> v2.4.10.0.4Linus Torvalds1-268/+43
2002-02-04v2.4.10.0.2 -> v2.4.10.0.3Linus Torvalds1-16/+54
2002-02-04v2.4.10.0.1 -> v2.4.10.0.2Linus Torvalds1-16/+14
2002-02-04v2.4.10 -> v2.4.10.0.1Linus Torvalds1-46/+69
2002-02-04v2.4.9.15 -> v2.4.10Linus Torvalds1-127/+55
2002-02-04v2.4.9.14 -> v2.4.9.15Linus Torvalds1-9/+59
2002-02-04v2.4.9.13 -> v2.4.9.14Linus Torvalds1-2/+0
2002-02-04v2.4.9.12 -> v2.4.9.13Linus Torvalds1-58/+107
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds1-298/+398
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds1-1/+1
2002-02-04v2.4.7.7 -> v2.4.7.8Linus Torvalds1-1/+3
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds1-2/+3
2002-02-04v2.4.4.4 -> v2.4.4.5Linus Torvalds1-1/+1
2002-02-04v2.4.4.2 -> v2.4.4.3Linus Torvalds1-12/+22
2002-02-04v2.4.4 -> v2.4.4.1Linus Torvalds1-5/+1
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+2
2002-02-04Import changesetLinus Torvalds1-0/+729