summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: move events should indicate the event was on a childEric Paris2009-06-111-8/+4
* inotify: reimplement inotify using fsnotifyEric Paris2009-06-111-0/+11
* fsnotify: handle filesystem unmounts with fsnotify marksEric Paris2009-06-111-0/+4
* fsnotify: allow groups to add private data to eventsEric Paris2009-06-111-5/+19
* fsnotify: add correlations between eventsEric Paris2009-06-112-20/+30
* fsnotify: include pathnames with entries when possibleEric Paris2009-06-112-17/+22
* fsnotify: generic notification queue and waitqEric Paris2009-06-111-0/+37
* dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-114-73/+32
* fsnotify: parent event notificationEric Paris2009-06-113-10/+92
* fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-113-1/+78
* fsnotify: unified filesystem notification backendEric Paris2009-06-112-35/+257
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-1114-304/+222
|\
| * block: add request clone interface (v2)Kiyoshi Ueda2009-06-111-0/+5
| * block: prevent possible io_context->refcount overflowNikanth Karthikesan2009-06-101-3/+3
| * Add serial number support for virtio_blk, V4ajohn cooper2009-06-091-0/+4
| * Revert "block: Fix bounce limit setting in DM"Jens Axboe2009-06-091-1/+0
| * block: Fix bounce limit setting in DMMartin K. Petersen2009-06-031-0/+1
| * block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-222-0/+48
| * block: Move queue limits to an embedded structMartin K. Petersen2009-05-221-18/+26
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-222-1/+37
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-222-8/+8
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-224-3/+29
| |\
| * \ Merge branch 'master' into for-2.6.31Jens Axboe2009-05-2247-90/+319
| |\ \
| * | | block: change the tag sync vs async restriction logicJens Axboe2009-05-201-1/+6
| * | | block: Un-export blk_rq_append_bioBoaz Harrosh2009-05-191-6/+0
| * | | block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh2009-05-191-0/+2
| * | | virtio_blk: SG_IO passthru supportHannes Reinecke2009-05-181-0/+8
| * | | splice: fix misleading commentJens Axboe2009-05-121-2/+1
| * | | splice: implement default splice_read methodMiklos Szeredi2009-05-112-0/+3
| * | | block: move completion related functions back to blk-core.cFUJITA Tomonori2009-05-111-120/+8
| * | | block: let blk_end_request_all handle bidi requestsFUJITA Tomonori2009-05-111-2/+10
| * | | block: implement and enforce request peek/start/fetchTejun Heo2009-05-112-4/+7
| * | | block: hide request sector and data_lenTejun Heo2009-05-111-4/+5
| * | | block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-113-25/+20
| * | | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
| * | | block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-3/+20
| * | | block: add rq->resid_lenTejun Heo2009-05-111-0/+1
| * | | mg_disk: fold mg_disk.h into mg_disk.cTejun Heo2009-04-281-206/+0
| * | | block: make blk_end_request_cur() return boolTejun Heo2009-04-281-4/+12
| * | | block: kill rq->dataTejun Heo2009-04-281-3/+2
| * | | block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-23/+23
| * | | block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-0/+32
| * | | block: clean up request completion APITejun Heo2009-04-281-12/+82
| * | | block: kill blk_end_request_callback()Tejun Heo2009-04-281-3/+0
| * | | block: reorder request completion functionsTejun Heo2009-04-281-8/+8
| * | | block: kill blk_start_queueing()Tejun Heo2009-04-281-1/+0
| * | | ide-atapi: kill unused fields and callbacksTejun Heo2009-04-281-12/+0
| * | | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-281-1/+1
| * | | ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-281-2/+1
| * | | ide: add helpers for preparing sense requestsBorislav Petkov2009-04-281-0/+11