summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* percpu: remove PER_CPU_DEF_ATTRIBUTES macroAlexander Pateenok2018-10-312-8/+2
* kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-10-311-1/+3
* lib/lz4: update LZ4 decompressor moduleGao Xiang2018-10-312-141/+349
* ipc: IPCMNI limit check for semmniWaiman Long2018-10-312-1/+31
* ipc: IPCMNI limit check for msgmni and shmmniWaiman Long2018-10-311-2/+5
* kernel/panic.c: filter out a potential trailing newlineBorislav Petkov2018-10-311-2/+6
* kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov2018-10-311-1/+1
* include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva2018-10-311-0/+6
* kernel/signal.c: fix a comment errorWeikang Shi2018-10-312-3/+3
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-311-0/+12
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-315-20/+20
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-316-0/+87
* fat: create a function to calculate the timezone offestFrank Sorenson2018-10-311-7/+9
* fat: expand a slightly out-of-date commentMihir Mehta2018-10-311-1/+3
* reiserfs: remove workaround code for GCC 3.xMasahiro Yamada2018-10-311-9/+0
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-10-311-0/+7
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2018-10-311-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2018-10-311-0/+2
* hfsplus: update timestamps on truncate()Ernesto A. Fernández2018-10-311-0/+1
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-314-16/+46
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-315-16/+68
* hfs: fix BUG on bnode parent updateErnesto A. Fernández2018-10-311-0/+1
* hfs: prevent btree data loss on root splitErnesto A. Fernández2018-10-311-0/+4
* hfsplus: fix BUG on bnode parent updateErnesto A. Fernández2018-10-311-0/+1
* hfsplus: prevent btree data loss on root splitErnesto A. Fernández2018-10-311-0/+4
* init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss2018-10-311-0/+31
* checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-10-311-11/+0
* include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva2018-10-311-0/+3
* lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan2018-10-311-8/+8
* lib/rbtree.c: fix typo in comment of rb_insert_augmented()Wei Yang2018-10-311-2/+2
* lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang2018-10-311-4/+3
* lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe2018-10-311-0/+12
* lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers2018-10-311-4/+1
* lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers2018-10-311-4/+1
* lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers2018-10-311-5/+1
* lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes2018-10-311-5/+2
* lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes2018-10-311-4/+6
* linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes2018-10-311-2/+2
* linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes2018-10-311-1/+1
* linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes2018-10-311-18/+6
* linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes2018-10-311-1/+6
* lib/bitmap.c: remove wrong documentationRasmus Villemoes2018-10-311-5/+0
* kernel/fail_function.c: remove meaningless null pointer check before debugfs_...zhong jiang2018-10-311-2/+1
* treewide: remove current_text_addrNick Desaulniers2018-10-3129-199/+2
* .mailmap: add Oleksij RempelOleksij Rempel2018-10-311-0/+5
* fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder2018-10-311-1/+1
* mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter2018-10-311-0/+3
* mm/hmm: invalidate device page table at start of invalidationJérôme Glisse2018-10-311-12/+15