aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-05cfq-iosched: Add documentation about idlingVivek Goyal1-0/+71
2011-08-05block: Make rq_affinity = 1 work as expectedTao Ma1-5/+3
2011-08-03block: swim3: fix unterminated of_device_id tableAxel Lin1-0/+1
2011-08-02block/genhd.c: remove useless cast in diskstats_show()Herbert Poetzl1-4/+4
2011-08-02drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton1-1/+7
2011-08-02drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten1-2/+2
2011-08-02bsg-lib: add module.h includeJens Axboe1-0/+1
2011-08-02cfq-iosched: Reduce linked group count upon group destructionVivek Goyal1-0/+3
2011-08-01blk-throttle: correctly determine sync bioShaohua Li1-2/+2
2011-07-31loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers1-2/+4
2011-07-31loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop devicesKay Sievers3-20/+31
2011-07-31loop: add management interface for on-demand device allocationKay Sievers3-4/+121
2011-07-31loop: replace linked list of allocated devices with an idr indexKay Sievers2-73/+80
2011-07-31block: add bsg helper libraryMike Christie5-0/+385
2011-07-31pnfsblock: write_pagelist handle zero invalid extentsPeng Tao1-42/+233
2011-07-31pnfsblock: note written INVAL areas for layoutcommitFred Isaman3-0/+129
2011-07-31pnfsblock: bl_write_pagelistFred Isaman1-3/+126
2011-07-31pnfsblock: bl_read_pagelistFred Isaman1-0/+265
2011-07-31pnfsblock: cleanup_layoutcommitFred Isaman3-0/+217
2011-07-31pnfsblock: encode_layoutcommitFred Isaman3-44/+146
2011-07-31pnfsblock: merge rw extentsFred Isaman1-0/+47
2011-07-31pnfsblock: add extent manipulation functionsFred Isaman3-3/+287
2011-07-31pnfsblock: bl_find_get_extentFred Isaman2-0/+50
2011-07-31pnfsblock: xdr decode pnfs_block_layout4Fred Isaman1-2/+206
2011-07-31pnfsblock: call and parse getdevicelistFred Isaman5-8/+158
2011-07-31pnfsblock: merge extentsFred Isaman2-0/+119
2011-07-31pnfsblock: lseg alloc and freeFred Isaman3-6/+39
2011-07-31pnfsblock: remove device operationsJim Rees3-1/+115
2011-07-31pnfsblock: add device operationsJim Rees6-2/+277
2011-07-31pnfsblock: basic extent codeFred Isaman4-5/+107
2011-07-31pnfsblock: use pageio_ops apiBenny Halevy1-0/+14
2011-07-31pnfsblock: add blocklayout Kconfig option, Makefile, and stubsFred Isaman5-1/+278
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson5-0/+14
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman6-22/+91
2011-07-31pnfs: add set-clear layoutdriver interfaceBenny Halevy3-7/+24
2011-07-31pnfs: GETDEVICELISTAndy Adamson5-0/+203
2011-07-31pnfs: use lwb as layoutcommit lengthPeng Tao1-1/+1
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao4-18/+26
2011-07-31pnfs: save layoutcommit cred at layout header initPeng Tao2-11/+12
2011-07-31pnfs: save layoutcommit lwb at layout headerPeng Tao3-6/+8
2011-07-31slab: use NUMA_NO_NODEAndrew Morton1-1/+1
2011-07-31don't busy retry the inode on failed grab_super_passive()Wu Fengguang1-1/+6
2011-07-30shm: optimize locking and ipc_namespace gettingVasiliy Kulikov1-33/+28
2011-07-30shm: handle separate PID namespaces caseVasiliy Kulikov2-7/+23
2011-07-30Additional readdir cookie loop informationBryan Schumaker1-1/+2
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust2-24/+35
2011-07-29frv: remove unnecessary codeGreg Dietsche1-7/+1
2011-07-29ramoops: fix compile failure on pariscJames Bottomley1-0/+1
2011-07-29ext2: remove duplicate 'ext2_get_acl()' defineLinus Torvalds1-1/+0
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek3-58/+47