summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger2018-08-151-3/+2
* ubifs: Add comment on c->commit_semRichard Weinberger2018-08-151-0/+1
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-156-3/+29
* ubifs: use swap macro in swap_dirty_idxGustavo A. R. Silva2018-08-151-4/+1
* ubifs: tnc: use monotonic znode timestampArnd Bergmann2018-08-154-5/+5
* ubifs: use timespec64 for inode timestampsArnd Bergmann2018-08-152-9/+8
* ubifs: xattr: Don't operate on deleted inodesRichard Weinberger2018-08-151-0/+24
* ubifs: gc: Fix typoRichard Weinberger2018-08-151-1/+1
* ubifs: Fix memory leak in lprobs self-checkRichard Weinberger2018-08-151-4/+4
* ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger2018-08-151-10/+10
* ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger2018-08-151-0/+5
* ubifs: Fix directory size calculation for symlinksRichard Weinberger2018-08-151-2/+3
* Linux 4.18v4.18Linus Torvalds2018-08-121-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-08-127-49/+69
|\
| * scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill2018-08-031-3/+8
| * scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche2018-08-031-8/+21
| * scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy2018-08-031-8/+8
| * scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn2018-08-021-0/+1
| * scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn2018-08-021-2/+2
| * scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendJohannes Thumshirn2018-08-021-1/+1
| * scsi: qedi: Fix a potential buffer overflowBart Van Assche2018-07-311-1/+1
| * scsi: qla2xxx: Fix memory leak for allocating abort IOCBQuinn Tran2018-07-311-26/+27
* | init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-123-3/+3
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-08-122-9/+32
|\ \
| * | make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-08-101-5/+2
| * | fix __legitimize_mnt()/mntput() raceAl Viro2018-08-091-0/+14
| * | fix mntput/mntput raceAl Viro2018-08-091-2/+12
| * | root dentries need RCU-delayed freeingAl Viro2018-08-061-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-1111-39/+46
|\ \ \
| * | | xen/netfront: don't cache skb_shinfo()Juergen Gross2018-08-111-4/+4
| * | | Merge branch 'cpsw-runtime-pm-fix'David S. Miller2018-08-112-15/+12
| |\ \ \
| | * | | net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk2018-08-111-4/+7
| | * | | net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2018-08-112-11/+5
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-108-20/+30
| |\ \ \
| | * \ \ Merge branch 'bpf-fix-cpu-and-devmap-teardown'Daniel Borkmann2018-08-094-14/+21
| | |\ \ \
| | | * | | xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
| | | * | | samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2018-08-092-3/+3
| | | * | | xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
| | |/ / /
| | * | | Merge branch 'sockmap-fixes'Alexei Starovoitov2018-08-082-4/+7
| | |\ \ \
| | | * | | bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann2018-08-081-1/+1
| | | * | | bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann2018-08-081-2/+5
| | | * | | bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann2018-08-081-1/+1
| | |/ / /
| | * | | bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-062-2/+2
* | | | | zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim2018-08-111-1/+14
* | | | | mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-08-111-0/+3
* | | | | lib/ubsan: remove null-pointer checksAndrey Ryabinin2018-08-114-17/+0
* | | | | MAINTAINERS: GDB: update e-mail addressKieran Bingham2018-08-111-1/+1
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-101-13/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | i2c: xlp9xx: Fix case where SSIF read transaction completes earlyGeorge Cherian2018-08-091-13/+28
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-098-191/+101
|\ \ \ \ \