Linus Torvalds 4ef58d4e2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 15 年之前
..
raid6test dce3a7a42d md: drivers/md/unroll.pl replaced with awk analog 15 年之前
.gitignore 352dd1df32 gitignore: misc files 19 年之前
Kconfig bbb20089a3 Merge branch 'dmaengine' into async-tx-next 15 年之前
Makefile dce3a7a42d md: drivers/md/unroll.pl replaced with awk analog 15 年之前
bitmap.c ae8fa2831b md: remove clumsy usage of do_sync_mapping_range from bitmap code 15 年之前
bitmap.h ef740c372d md: move headers out of include/linux/raid/ 16 年之前
dm-bio-record.h a920f6b3ac dm: preserve bi_io_vec when resubmitting bios 16 年之前
dm-crypt.c 06fe9fb418 tree-wide: fix a very frequent spelling mistake 15 年之前
dm-delay.c 5dea271b6d dm table: pass correct dev area size to device_area_is_valid 16 年之前
dm-exception-store.c c1cc65caa1 dm snapshot: allow chunk size to be less than page size 15 年之前
dm-exception-store.h df96eee679 dm snapshot: use unsigned integer chunk size 15 年之前
dm-io.c 51aa322849 dm io: retry after barrier error 16 年之前
dm-ioctl.c e454cea20b Driver-Core: extend devnode callbacks to provide permissions 15 年之前
dm-kcopyd.c 340cd44451 dm kcopyd: fix callback race 16 年之前
dm-linear.c 5dea271b6d dm table: pass correct dev area size to device_area_is_valid 16 年之前
dm-log-userspace-base.c bca915aae8 dm log: userspace fix incorrect luid cast in userspace_ctr 15 年之前
dm-log-userspace-transfer.c 24836479a1 dm/connector: Only process connector packages from privileged processes 15 年之前
dm-log-userspace-transfer.h 7ec23d5094 dm log: userspace add luid to distinguish between concurrent log instances 16 年之前
dm-log.c 18d8594dd9 dm log: fix create_log_context to use logical_block_size of log device 16 年之前
dm-mpath.c 3ae31f6a7b [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous 15 年之前
dm-mpath.h 6680073d3e dm mpath: remove is_active from struct dm_path 16 年之前
dm-path-selector.c aea9058801 dm: path selector use module refcount directly 16 年之前
dm-path-selector.h 02ab823fd1 dm mpath: add start_io and nr_bytes to path selectors 16 年之前
dm-queue-length.c fd5e033908 dm mpath: add queue length load balancer 16 年之前
dm-raid1.c 1f98a13f62 bio: first step in sanitizing the bio->bi_rw flag testing 15 年之前
dm-region-hash.c a72986c562 dm raid1: keep retrying alloc if mempool_alloc failed 16 年之前
dm-round-robin.c 02ab823fd1 dm mpath: add start_io and nr_bytes to path selectors 16 年之前
dm-service-time.c f392ba889b dm mpath: add service time load balancer 16 年之前
dm-snap-persistent.c df96eee679 dm snapshot: use unsigned integer chunk size 15 年之前
dm-snap-transient.c 1e302a929e dm snapshot: move status to exception store 16 年之前
dm-snap.c df96eee679 dm snapshot: use unsigned integer chunk size 15 年之前
dm-stripe.c 3c5820c743 block: Optimal I/O limit wrapper 15 年之前
dm-sysfs.c 486d220fe4 dm: sysfs add suspended attribute 16 年之前
dm-table.c 40bea43127 dm stripe: expose correct io hints 16 年之前
dm-target.c 45194e4f89 dm target: remove struct tt_internal 16 年之前
dm-uevent.c e46b272b66 md: replace remaining __FUNCTION__ occurrences 17 年之前
dm-uevent.h 7a8c3d3b92 dm: uevent generate events 17 年之前
dm-zero.c 10d3bd09a3 dm: consolidate target deregistration error handling 16 年之前
dm.c f88fb98118 dm: dec_pending needs locking to save error value 15 年之前
dm.h a732c207d1 dm: remove queue next_ordered workaround for barriers 16 年之前
faulty.c 0894cc3066 md: Move check for bitmap presence to personality code. 16 年之前
linear.c 3fa841d7e7 md: report device as congested when suspended 15 年之前
linear.h 495d357301 md/linear: use call_rcu to free obsolete 'conf' structures. 16 年之前
md.c 1557d33007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 15 年之前
md.h 3fa841d7e7 md: report device as congested when suspended 15 年之前
mktables.c f701d589aa md/raid6: move raid6 data processing to raid6_pq.ko 16 年之前
multipath.c f28f4e2728 md: remove unnecessary memset from multipath. 15 年之前
multipath.h 070ec55d07 md: remove mddev_to_conf "helper" macro 16 年之前
raid0.c 3fa841d7e7 md: report device as congested when suspended 15 年之前
raid0.h 070ec55d07 md: remove mddev_to_conf "helper" macro 16 年之前
raid1.c d0e260782c md: revert incorrect fix for read error handling in raid1. 15 年之前
raid1.h 070ec55d07 md: remove mddev_to_conf "helper" macro 16 年之前
raid10.c ed9bfdf1a4 md: raid1/raid10: handle allocation errors during array setup. 15 年之前
raid10.h 070ec55d07 md: remove mddev_to_conf "helper" macro 16 年之前
raid5.c c148ffdcda md/raid5: Allow dirty-degraded arrays to be assembled when only party is degraded. 15 年之前
raid5.h e4424fee18 md: fix problems with RAID6 calculations for DDF. 15 年之前
raid6algos.c f701d589aa md/raid6: move raid6 data processing to raid6_pq.ko 16 年之前
raid6altivec.uc dce3a7a42d md: drivers/md/unroll.pl replaced with awk analog 15 年之前
raid6int.uc dce3a7a42d md: drivers/md/unroll.pl replaced with awk analog 15 年之前
raid6mmx.c f701d589aa md/raid6: move raid6 data processing to raid6_pq.ko 16 年之前
raid6recov.c f701d589aa md/raid6: move raid6 data processing to raid6_pq.ko 16 年之前
raid6sse1.c f701d589aa md/raid6: move raid6 data processing to raid6_pq.ko 16 年之前
raid6sse2.c f701d589aa md/raid6: move raid6 data processing to raid6_pq.ko 16 年之前
raid6x86.h 93ed05e2a5 md: fix typo in FSF address 16 年之前
unroll.awk dce3a7a42d md: drivers/md/unroll.pl replaced with awk analog 15 年之前