summaryrefslogtreecommitdiffstats
path: root/security/tomoyo (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-23xen/blkback: free requests on disconnectionRoger Pau Monne1-18/+20
2015-08-26NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey1-5/+8
2015-08-19NVMe:Remove unreachable code in nvme_abort_reqSunad Bhandary1-15/+9
2015-08-18NVMe: Add nvme subsystem reset IOCTLJon Derrick3-1/+13
2015-08-18NVMe: Add nvme subsystem reset supportKeith Busch2-1/+13
2015-08-18NVMe: removed unused nn var from nvme_dev_addMatias Bjørling1-2/+0
2015-08-17NVMe: Set queue max segmentsKeith Busch1-1/+4
2015-08-17nbd: flags is a u32 variableMarkus Pargmann1-1/+1
2015-08-17nbd: Rename functions for clearness of recv/send pathMarkus Pargmann1-6/+6
2015-08-17nbd: Change 'disconnect' to be booleanMarkus Pargmann1-4/+4
2015-08-17nbd: Add debugfs entriesMarkus Pargmann1-1/+177
2015-08-17nbd: Remove variable 'pid'Markus Pargmann1-10/+9
2015-08-17nbd: Move clear queue debug messageMarkus Pargmann1-1/+1
2015-08-17nbd: Remove 'harderror' and propagate error properlyMarkus Pargmann1-14/+14
2015-08-17nbd: restructure sock_shutdownMarkus Pargmann1-6/+7
2015-08-17nbd: sock_shutdown, remove conditional lockMarkus Pargmann1-8/+8
2015-08-17nbd: Fix timeout detectionMarkus Pargmann1-28/+70
2015-07-21nvme: Fixes u64 division which breaks i386 buildsJon Derrick1-2/+3
2015-07-21NVMe: Use CMB for the IO SQes if availableJon Derrick2-5/+134
2015-07-21NVMe: Unify SQ entry writing and doorbell ringingJon Derrick1-45/+35
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe4-2/+53
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe12-15/+15
2015-07-17block: partition: convert percpu refMing Lei3-15/+27
2015-07-17block: partition: introduce hd_free_part()Ming Lei3-4/+8
2015-07-16blk-mq: set default timeout as 30 secondsMing Lei1-1/+1
2015-07-15NVMe: Reread partitions on metadata formatsKeith Busch1-2/+11
2015-07-15jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp1-14/+13
2015-07-14intel_scu_ipc: move local memory initialization out of a mutexChristophe JAILLET1-3/+3
2015-07-14IB/core: Destroy ocrdma_dev_id IDR on module exitJohannes Thumshirn1-0/+1
2015-07-14IB/core: Destroy multcast_idr on module exitJohannes Thumshirn1-0/+1
2015-07-14IB/mlx4: Optimize do_slave_initDoug Ledford1-7/+9
2015-07-14IB/mlx4: Fix memory leak in do_slave_initDoug Ledford1-0/+2
2015-07-14IB/mlx4: Optimize freeing of items on error unwindManinder Singh1-5/+3
2015-07-14IB/mlx4: Fix use of flow-counters for process_madOr Gerlitz1-10/+19
2015-07-14IB/ipath: Convert use of __constant_<foo> to <foo>Vaishali Thakkar1-2/+2
2015-07-14IB/ipoib: Set MTU to max allowed by mode when mode changesErez Shitrit1-0/+1
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia4-46/+54
2015-07-14IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICESCarol L Soto1-2/+2
2015-07-14IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran1-6/+7
2015-07-14IB/ucma: Fix lockdep warning in ucma_lock_filesHaggai Eran1-2/+2
2015-07-14rds: rds_ib_device.refcount overflowWengang Wang1-1/+3
2015-07-14RDMA/nes: Fix for incorrect recording of the MAC addressTatyana Nikolova1-1/+1
2015-07-14RDMA/nes: Fix for resolving the neighTatyana Nikolova1-2/+3
2015-07-14RDMA/core: Fixes for port mapper client registrationTatyana Nikolova3-25/+48
2015-07-14IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai1-2/+4
2015-07-14IB/mlx4: Do not attemp to report HCA clock offset on VFsMatan Barak1-5/+6
2015-07-14IB/cm: Do not queue work to a device that's going awayErez Shitrit1-6/+55
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg3-8/+7
2015-07-14IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar1-36/+35
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny7-14/+21