android_kernel_sony_msm8994.../block/partitions
Rk779 66be7bf2a8 Merge tag 'v3.10.99' into lineage-15.1
e39c179 Linux 3.10.99
d012f71 xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted.
1b153db do_last(): don't let a bogus return value from ->open() et.al. to confuse us
b19e7a8 kernel/resource.c: fix muxed resource handling in __request_region()
a7d9970 sunrpc/cache: fix off-by-one in qword_get()
eb63a90 tracing: Fix showing function event in available_events
bd54a80 KVM: async_pf: do not warn on page allocation failures
9c8e8b9 nfs: fix nfs_size_to_loff_t
dcc121e PCI/AER: Flush workqueue on device remove to avoid use-after-free
43a3499 libata: fix sff host state machine locking while polling
49662cf Revert "workqueue: make sure delayed work run in local cpu"
01e527f rfkill: fix rfkill_fop_read wait_event usage
eb80dec cdc-acm:exclude Samsung phone 04e8:685d
636a9c8 libceph: don't bail early from try_read() when skipping a message
b6c92a4 IB/qib: fix mcast detach when qp not attached
a81bfc0 drm/radeon: use post-decrement in error handling
8d5e1e5 drm/radeon: hold reference to fences in radeon_sa_bo_new
cb071fb drm/radeon: clean up fujitsu quirks
a1c393a drm/vmwgfx: respect 'nomodeset'
39e88dd sparc64: fix incorrect sign extension in sys_sparc64_personality
bf64271c mmc: mmci: fix an ages old detection error
794c33b posix-clock: Fix return code on the poll method's error path
eeb7b0e dm snapshot: fix hung bios when copy error occurs
2cd5299 tda1004x: only update the frontend properties if locked
590d6fd gspca: ov534/topro: prevent a division by 0
1b29bcf media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
4c77a51 uml: fix hostfs mknod()
9cbb43b uml: flush stdout before forking
509a4bc s390/dasd: fix refcount for PAV reassignment
9155d3f s390/dasd: prevent incorrect length error under z/VM after PAV changes
396a61b s390: fix normalization bug in exception table sorting
dbf7fab Btrfs: fix number of transaction units required to create symlink
1f81573 Btrfs: send, don't BUG_ON() when an empty symlink is found
d6ecb7e Btrfs: igrab inode in writepage
bf00d12 Btrfs: add missing brelse when superblock checksum fails
099e9d4 scripts: recordmcount: break hardlinks
f80e6ad ses: fix additional element traversal bug
b856930 ses: Fix problems with simple enclosures
ffb785e rfkill: copy the name into the rfkill struct
9cec788 vgaarb: fix signal handling in vga_get()
859ac05 dm btree: fix bufio buffer leaks in dm_btree_del() error path
d6eab6f sata_sil: disable trim
6bf97b0 sched/core: Remove false-positive warning from wake_up_process()
4af5f24 can: sja1000: clear interrupts on start
e2f3d50 RDS: fix race condition when sending a message on unbound socket
1467bec mac80211: mesh: fix call_rcu() usage
963e1625 virtio: fix memory leak of virtio ida cache layers
6039f02 ring-buffer: Update read stamp with first real commit on page
b63a96f vfs: Avoid softlockups with sendfile(2)
677eea6 ARC: dw2 unwind: Remove falllback linear search thru FDE entries
2a27f61 mac: validate mac_partition is within sector
e3dda03 mmc: remove bondage between REQ_META and reliable write
eef1255 megaraid_sas : SMAP restriction--do not access user memory from IOCTL code
6489613 megaraid_sas: Do not use PAGE_SIZE for max_sectors
621264c wm831x_power: Use IRQF_ONESHOT to request threaded IRQs
7366521 devres: fix a for loop bounds check
db13625 lockd: create NSM handles per net namespace
1644fe6 clocksource/drivers/vt8500: Increase the minimum delta
bf5cd0c genirq: Prevent chip buslock deadlock
341f09c unix: correctly track in-flight fds in sending process user_struct
59ae7b1 Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount
4c67196 splice: sendfile() at once fails for big files
23a9a7d MIPS: KVM: Uninit VCPU in vcpu_create error path
7b0fc45 MIPS: KVM: Fix CACHE immediate offset sign extension
5525dd6 MIPS: KVM: Fix ASID restoration logic
1630624 iw_cxgb3: Fix incorrectly returning error on success
b048b93 proc: Fix ptrace-based permission checks for accessing task maps
db9b679 USB: option: add "4G LTE usb-modem U901"
b920f51 USB: option: add support for SIM7100E
9195b27 USB: cp210x: add IDs for GE B650V3 and B850V3 boards
fadc5c1 can: ems_usb: Fix possible tx overflow
86d80ec dm thin: fix race condition when destroying thin pool workqueue
9bb86db dm thin metadata: fix bug when taking a metadata snapshot
9ee0d9a efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
f2419de drm/radeon: fix hotplug race at startup
8719b00 tools: Add a "make all" rule
9fac6600 bcache: unregister reboot notifier if bcache fails to unregister device
f79d019 netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
9f5bc01 drm/ast: Initialized data needed to map fbdev memory
c3e0708 tracepoints: Do not trace when cpu is offline
2020-05-18 01:35:04 +08:00
..
acorn.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
acorn.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
amiga.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
amiga.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
atari.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
atari.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
check.c block/partitions: optimize memory allocation in check_partition() 2013-02-27 19:10:21 -08:00
check.h block/partitions: optimize memory allocation in check_partition() 2013-02-27 19:10:21 -08:00
efi.c partitions/efi.c: replace useless kzalloc's by kmalloc's 2013-04-30 08:34:25 +02:00
efi.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
ibm.c s390/partitions: make partition detection independent from DASD ioctls 2012-09-26 15:45:05 +02:00
ibm.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
karma.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
karma.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
Kconfig partitions: enable EFI/GPT support by default 2012-12-06 14:34:58 +01:00
ldm.c LDM: Fix reassembly of extended VBLKs. 2012-02-24 09:37:42 +00:00
ldm.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
mac.c Merge tag 'v3.10.99' into lineage-15.1 2020-05-18 01:35:04 +08:00
mac.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
Makefile move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
msdos.c block/partition/msdos: detect AIX formatted disks even without 55aa 2013-02-27 19:10:21 -08:00
msdos.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
osf.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
osf.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
sgi.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
sgi.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
sun.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
sun.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
sysv68.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
sysv68.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
ultrix.c move fs/partitions to block/ 2012-01-03 22:54:06 -05:00
ultrix.h move fs/partitions to block/ 2012-01-03 22:54:06 -05:00