summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal: simplify rt_sigaction()Christian Brauner2018-08-221-12/+10
* signal: make do_sigpending() voidChristian Brauner2018-08-221-21/+20
* signal: make may_ptrace_stop() return boolChristian Brauner2018-08-221-4/+4
* signal: make kill_as_cred_perm() return boolChristian Brauner2018-08-221-6/+7
* signal: make force_sigsegv() voidChristian Brauner2018-08-222-6/+3
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-226-48/+30
* fat: validate ->i_start before usingOGAWA Hirofumi2018-08-223-10/+20
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-223-0/+136
* reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-221-1/+3
* reiserfs: change j_timestamp type to time64_tArnd Bergmann2018-08-221-1/+1
* reiserfs: remove obsolete print_time functionArnd Bergmann2018-08-221-12/+4
* reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann2018-08-223-14/+21
* hfsplus: drop ACL supportErnesto A. Fernández2018-08-2211-232/+4
* hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández2018-08-221-6/+56
* hfsplus: avoid deadlock on file truncationErnesto A. Fernández2018-08-221-4/+14
* hfsplus: don't return 0 when fill_super() failedTetsuo Handa2018-08-221-1/+3
* fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder2018-08-221-1/+1
* nilfs2: use 64-bit superblock timstampsArnd Bergmann2018-08-221-1/+1
* autofs: add AUTOFS_EXP_FORCED flagIan Kent2018-08-222-15/+55
* autofs: make expire flags usage consistent with v5 paramsIan Kent2018-08-222-34/+29
* autofs: make autofs_expire_indirect() staticIan Kent2018-08-222-7/+4
* autofs: make autofs_expire_direct() staticIan Kent2018-08-222-7/+4
* autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent2018-08-221-1/+1
* autofs: fix inconsistent use of now variableIan Kent2018-08-221-7/+3
* autofs: fix directory and symlink accessIan Kent2018-08-221-3/+30
* init/main.c: log init process file namePaul Menzel2018-08-221-0/+1
* init/Kconfig: fix its typosRandy Dunlap2018-08-221-2/+2
* init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-225-50/+0
* fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso2018-08-221-8/+8
* fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso2018-08-221-6/+7
* fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso2018-08-221-7/+16
* checkpatch: DT bindings should be a separate patchRob Herring2018-08-221-0/+14
* checkpatch: warn on unnecessary int declarationsJoe Perches2018-08-221-0/+20
* checkpatch: check for space after "else" keywordMichal Zylowski2018-08-221-2/+2
* checkpatch: fix SPDX license check with --root=<path>Joe Perches2018-08-221-2/+3
* checkpatch: warn when a patch doesn't have a descriptionJoe Perches2018-08-221-0/+13
* checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu2018-08-221-3/+8
* checkpatch: fix krealloc reuse testJoe Perches2018-08-221-1/+2
* checkpatch: validate SPDX license with spdxcheck.pyJoe Perches2018-08-221-2/+18
* checkpatch: fix macro argument reuse testJoe Perches2018-08-221-0/+1
* checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven2018-08-221-3/+25
* checkpatch: update section keywordsGeert Uytterhoeven2018-08-221-1/+2
* checkpatch: improve runtime execution speed a littleJoe Perches2018-08-221-33/+33
* checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches2018-08-221-5/+18
* checkpatch: add a --strict test for structs with bool member definitionsJoe Perches2018-08-221-0/+7
* lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy2018-08-221-5/+23
* lib/Kconfig: remove 'default n' for testsAndy Shevchenko2018-08-222-18/+0
* bcache: use routines from lib/crc64.c for CRC64 calculationColy Li2018-08-223-135/+18
* lib: add crc64 calculation routinesColy Li2018-08-226-0/+156
* lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King2018-08-221-1/+1