aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kernel: add support for gcc 5Sasha Levin2017-06-091-0/+66
* kernel: Only expose su when daemon is runningTom Marshall2017-06-072-0/+15
* tcp: fix build error if !CONFIG_SYN_COOKIESEric Dumazet2017-06-071-1/+18
* tcp: Change possible SYN flooding messagesEric Dumazet2017-06-073-1/+7
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2017-03-171-1/+2
* tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-10-281-0/+2
* mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2016-10-271-3/+2
* mnt: Only change user settable mount flags in remountEric W. Biederman2016-10-271-1/+3
* netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin2016-10-271-2/+2
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-211-0/+1
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-10-122-0/+5
* UPSTREAM: include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov2016-10-121-2/+2
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-10-121-0/+1
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-10-121-5/+6
* OMAPDSS: panel-ltn: remove set_gptimer_idle()Ziyan2016-07-031-1/+0
* dm table: share target argument parsing functionsMike Snitzer2016-06-051-0/+43
* mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-06-051-0/+10
* mm: Need page_swap_info() helper method from upstreamD. Andrei Măceș2016-06-051-0/+1
* mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-06-052-3/+19
* zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2016-06-051-1/+1
* lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2016-06-051-4/+4
* lib: add lz4 compressor moduleChanho Min2016-06-051-0/+36
* lib: add support for LZ4-compressed kernelKyungsik Lee2016-06-051-0/+10
* decompressor: add LZ4 decompressor moduleKyungsik Lee2016-06-051-0/+51
* zsmalloc: add copyrightMinchan Kim2016-06-051-0/+1
* zsmalloc: move it under mmMinchan Kim2016-06-051-0/+50
* mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2016-06-051-3/+3
* block: Add bio_for_each_segment_all()Kent Overstreet2016-06-051-0/+9
* f2fs: introduce large directory supportJaegeuk Kim2016-06-051-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2016-06-053-6/+8
* f2fs: add inline_data recovery routineJaegeuk Kim2016-06-051-2/+1
* block: separate priority boosting from REQ_METAChristoph Hellwig2016-06-051-2/+4
* block: remove READ_META and WRITE_METAChristoph Hellwig2016-06-051-2/+0
* f2fs: refactor bio-related operationsJaegeuk Kim2016-06-051-20/+10
* f2fs: add flags and helpers to support inline dataHuajun Li2016-06-051-0/+8
* f2fs: add detailed information of bio types in the tracepointsJaegeuk Kim2016-06-051-5/+17
* f2fs: adds a tracepoint for f2fs_submit_read_bioChao Yu2016-06-051-17/+32
* f2fs: adds a tracepoint for submit_read_pageChao Yu2016-06-051-4/+21
* f2fs: add a tracepoint for f2fs_issue_discardJaegeuk Kim2016-06-051-0/+23
* f2fs: add tracepoint for vm_page_mkwriteJaegeuk Kim2016-06-051-0/+7
* f2fs: add tracepoint for set_page_dirtyJaegeuk Kim2016-06-051-0/+44
* f2fs: support the inline xattrsJaegeuk Kim2016-06-051-1/+1
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2016-06-051-4/+12
* f2fs: add flags for inline xattrsJaegeuk Kim2016-06-051-1/+3
* f2fs: align data types between on-disk and in-memory block addressesJaegeuk Kim2016-06-051-2/+2
* vfs: mnt_drop_write_file()Al Viro2016-06-051-0/+1
* f2fs: add a tracepoint on f2fs_new_inodeJaegeuk Kim2016-06-051-0/+7
* f2fs: add tracepoints to debug checkpoint requestNamjae Jeon2016-06-051-0/+24
* f2fs: add tracepoints for write page operationsNamjae Jeon2016-06-051-0/+67
* f2fs: add tracepoints to debug the block allocationNamjae Jeon2016-06-051-0/+64