aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul4-4/+12
2018-08-22ipc: reorganize initialization of kern_ipc_perm.seqManfred Spraul2-44/+50
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul3-15/+41
2018-08-22init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber1-12/+12
2018-08-22fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann1-3/+3
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann1-7/+4
2018-08-22kernel/sysctl.c: fix typos in commentsRandy Dunlap1-3/+3
2018-08-22drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King1-2/+0
2018-08-22fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-08-22signal: make get_signal() return boolChristian Brauner2-3/+3
2018-08-22signal: make sigkill_pending() return boolChristian Brauner1-3/+3
2018-08-22signal: make legacy_queue() return boolChristian Brauner1-1/+1
2018-08-22signal: make wants_signal() return boolChristian Brauner1-5/+9
2018-08-22signal: make flush_sigqueue_mask() voidChristian Brauner1-3/+2
2018-08-22signal: make unhandled_signal() return boolChristian Brauner2-4/+6
2018-08-22signal: make recalc_sigpending_tsk() return boolChristian Brauner1-3/+4
2018-08-22signal: make has_pending_signals() return boolChristian Brauner1-1/+1
2018-08-22signal: make sig_ignored() return boolChristian Brauner1-3/+3
2018-08-22signal: make sig_task_ignored() return boolChristian Brauner1-2/+2
2018-08-22signal: make sig_handler_ignored() return boolChristian Brauner1-2/+2
2018-08-22signal: make kill_ok_by_cred() return boolChristian Brauner1-11/+6
2018-08-22signal: simplify rt_sigaction()Christian Brauner1-12/+10
2018-08-22signal: make do_sigpending() voidChristian Brauner1-21/+20
2018-08-22signal: make may_ptrace_stop() return boolChristian Brauner1-4/+4
2018-08-22signal: make kill_as_cred_perm() return boolChristian Brauner1-6/+7
2018-08-22signal: make force_sigsegv() voidChristian Brauner2-6/+3
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann6-48/+30
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi3-10/+20
2018-08-22fat: add FITRIM ioctl for FAT file systemWentao Wang3-0/+136
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-08-22reiserfs: change j_timestamp type to time64_tArnd Bergmann1-1/+1
2018-08-22reiserfs: remove obsolete print_time functionArnd Bergmann1-12/+4
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann3-14/+21
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández11-232/+4
2018-08-22hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández1-6/+56
2018-08-22hfsplus: avoid deadlock on file truncationErnesto A. Fernández1-4/+14
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann1-1/+1
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent2-15/+55
2018-08-22autofs: make expire flags usage consistent with v5 paramsIan Kent2-34/+29
2018-08-22autofs: make autofs_expire_indirect() staticIan Kent2-7/+4
2018-08-22autofs: make autofs_expire_direct() staticIan Kent2-7/+4
2018-08-22autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent1-1/+1
2018-08-22autofs: fix inconsistent use of now variableIan Kent1-7/+3
2018-08-22autofs: fix directory and symlink accessIan Kent1-3/+30
2018-08-22init/main.c: log init process file namePaul Menzel1-0/+1
2018-08-22init/Kconfig: fix its typosRandy Dunlap1-2/+2
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck5-50/+0
2018-08-22fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso1-8/+8