summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Linux 3.14.10v3.14.10Greg Kroah-Hartman1-1/+1
2014-06-30efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski1-1/+1
2014-06-30builddeb: use $OBJCOPY variable instead of objcopyFathi Boudra1-3/+3
2014-06-30epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov1-2/+2
2014-06-30x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-06-30lz4: fix another possible overrunGreg Kroah-Hartman1-1/+3
2014-06-30btrfs: allocate raid type kobjects dynamicallyJeff Mahoney3-16/+36
2014-06-30btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney1-3/+7
2014-06-30btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-30Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-06-30Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-30Btrfs: don't check nodes for extent itemsJosef Bacik1-2/+3
2014-06-30fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-06-30Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-30Btrfs: set right total device count for seeding supportWang Shilong1-1/+0
2014-06-30Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2
2014-06-30Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo1-4/+8
2014-06-30Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-30Btrfs: output warning instead of error when loading free space cache failedMiao Xie1-2/+2
2014-06-30btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo1-2/+24
2014-06-30Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-06-30CIFS: Fix memory leaks in SMB2_openPavel Shilovsky1-1/+6
2014-06-30aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise1-0/+3
2014-06-30aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise1-2/+1
2014-06-30genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner3-6/+108
2014-06-30x86, x32: Use compat shims for io_{setup,submit}Mike Frysinger1-2/+4
2014-06-30x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0
2014-06-30arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macroSuravee Suthikulpanit1-2/+0
2014-06-30ARM: mvebu: DT: fix OpenBlocks AX3-4 RAM sizeJason Cooper1-1/+1
2014-06-30SCSI: Fix spurious request sense in error handlingJames Bottomley1-0/+9
2014-06-30target: Explicitly clear ramdisk_mcp backend pagesNicholas A. Bellinger1-1/+1
2014-06-30target: Report correct response length for some commandsRoland Dreier4-5/+26
2014-06-30Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg3-6/+13
2014-06-30iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger1-2/+1
2014-06-30target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger1-3/+3
2014-06-30target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger1-0/+6
2014-06-30Target/iser: Wait for proper cleanup before unloadingSagi Grimberg1-0/+1
2014-06-30Target/iser: Improve cm events handlingSagi Grimberg2-12/+15
2014-06-30Target/iser: Fix hangs in connection teardownSagi Grimberg2-22/+10
2014-06-30Target/iser: Bail from accept_np if np_thread is trying to closeSagi Grimberg1-2/+7
2014-06-30Bluetooth: Fix L2CAP deadlockJukka Taimisto1-1/+4
2014-06-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen1-30/+35
2014-06-30bluetooth: hci_ldisc: fix deadlock conditionFelipe Balbi2-5/+20
2014-06-30PM / OPP: fix incorrect OPP count handling in of_init_opp_tableChander Kashyap1-3/+1
2014-06-30ARM: 8037/1: mm: support big-endian page tablesJianguo Wu1-5/+13
2014-06-30ARM: stacktrace: avoid listing stacktrace functions in stacktraceRussell King1-5/+13
2014-06-30media: saa7134: fix regression with tvtimeHans Verkuil1-6/+3
2014-06-30media: radio-bcm2048: fix wrong overflow checkPali Rohár1-1/+1
2014-06-30media: uvcvideo: Fix clock param realtime settingOlivier Langlois1-5/+10
2014-06-30rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109