aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-09arm64: fix possible invalid FPSIMD initialization stateJiang Liu
2014-01-09arm64: Change kernel stack size to 16KFeng Kan
2014-01-09arm64: virt: ensure visibility of __boot_cpu_modeMark Rutland
2014-01-09arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas
2014-01-09rbd: fix error handling from rbd_snap_name()Josh Durgin
2014-01-09rbd: ignore unmapped snapshots that no longer existJosh Durgin
2014-01-09rbd: fix use-after free of rbd_dev->diskJosh Durgin
2014-01-09rbd: make rbd_obj_notify_ack() synchronousJosh Durgin
2014-01-09rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin
2014-01-09libceph: add function to ensure notifies are completeJosh Durgin
2014-01-09rbd: fix null dereference in doutJosh Durgin
2014-01-09rbd: fix buffer size for writes to images with snapshotsJosh Durgin
2014-01-09ceph: allow sync_read/write return partial successed size of read/write.majianpeng
2014-01-09ceph: fix bugs about handling short-read for sync read mode.majianpeng
2014-01-09libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter
2014-01-09libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter
2014-01-09libceph: fix error handling in handle_reply()Dan Carpenter
2014-01-09ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng
2014-01-09ceph: cleanup types in striped_read()Dan Carpenter
2014-01-09ceph: fix null pointer dereferenceNathaniel Yazdani
2014-01-09libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng
2014-01-09ceph: avoid accessing invalid memorySasha Levin
2014-01-09ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng
2014-01-09rbd: fix a couple warningsSage Weil
2014-01-09libceph: fix truncate size calculationYan, Zheng
2014-01-09libceph: fix safe completionYan, Zheng
2014-01-09rbd: protect against concurrent unmapsAlex Elder
2014-01-09rbd: set removing flag while holding list lockAlex Elder
2014-01-09rbd: flush dcache after zeroing page dataAlex Elder
2014-01-09libceph: add lingering request reference when registeredAlex Elder
2014-01-09ceph: improve error handling in ceph_mdsmap_decodeEmil Goode
2014-01-09clocksource: dw_apb_timer_of: Fix read_sched_clockDinh Nguyen
2014-01-09selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore
2014-01-09selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore
2014-01-09sh: always link in helper functions extracted from libgccGeert Uytterhoeven
2014-01-09gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd
2014-01-09gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros
2014-01-09jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o
2014-01-09s390/3270: fix allocation of tty3270_screen structureMartin Schwidefsky
2014-01-09memcg: fix memcg_size() calculationVladimir Davydov
2014-01-09GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse
2014-01-09GFS2: don't hold s_umount over blkdev_putSteven Whitehouse
2014-01-09Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov
2014-01-09mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi
2014-01-09mm: fix use-after-free in sys_remap_file_pagesRik van Riel
2014-01-09mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu
2014-01-09mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim
2014-01-09mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2014-01-09sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov