index
:
bcachefs.git
388-debug
9p-revert
9p_mempool
BCH_IOCTL_FSCK
alloc
alloc_debug
alloc_striping
alloc_tags
alloc_tags_rfc
alloc_tags_v2
backpointer_debug
backpointers
bcache-journal_fix
bcache2
bcachefs-5.17
bcachefs-6.7-for-stable
bcachefs-block
bcachefs-btree-transactions
bcachefs-btree-write-buffer-via-journal
bcachefs-buffered-write-fix
bcachefs-buffered-write-locking
bcachefs-bug-gitlab-4
bcachefs-data_update_fix
bcachefs-deadlock-avoidance
bcachefs-dev-lifetime
bcachefs-developer-guide
bcachefs-dir-i-size
bcachefs-disk-accounting-rewrite-1
bcachefs-downgrade-table
bcachefs-ec
bcachefs-erasure-coding
bcachefs-for-6.9
bcachefs-for-review
bcachefs-for-upstream
bcachefs-for-upstream-merged
bcachefs-for-upstream-merged-next
bcachefs-for-v6.10
bcachefs-for-v6.12
bcachefs-for-v6.13
bcachefs-for-v6.14
bcachefs-for-v6.15
bcachefs-for-v6.7
bcachefs-fsck-work
bcachefs-garbage
bcachefs-icache
bcachefs-ioctl-fsck
bcachefs-kill-prereservations
bcachefs-locking
bcachefs-lordkitsuna
bcachefs-memalloc-profiling
bcachefs-nocow
bcachefs-online-fsck
bcachefs-prereqs
bcachefs-put-folio-assert
bcachefs-rebalance-ratelimit
bcachefs-splice-disable
bcachefs-sysfs-ioctls
bcachefs-testing
bcachefs-testing-2
bcachefs-testing-rebased
bcachefs-tracepoints
bcachefs-v4.13
bcachefs-v4.15
bcachefs-v4.16
bcachefs-v4.18
bcachefs-v4.19
bcachefs-v4.19-backport
bcachefs-v4.19-backport-2.0
bcachefs-v4.19-backport-2019-hotfix
bcachefs-v4.19-backport-2022-hotfix
bcachefs-v4.19-backport-compat
bcachefs-v4.19-backport-debug
bcachefs-v4.20
bcachefs-v5.0
bcachefs-v5.10
bcachefs-v5.10-snapshots
bcachefs-v5.11
bcachefs-v5.15
bcachefs-v5.16
bcachefs-v5.19
bcachefs-v5.7
bcachefs-v5.9
bcachefs-v6.0
bcachefs-v6.13-rc1
bcachefs-v6.3
bcachefs-v6.4
bcachefs-v6.5
bcachefs-zstd
bcachefs_btree_ptr_update
bcachefs_disk_groups
bcachefs_major_minor
bcachefs_subvol_ioctls
bio_copy_data_revert
bio_folio_iter
bkey-renumbering
bkey_unpack
block-for-bcachefs
btree-iter
btree-iter-locking
btree-key-cache
btree_iter_cow
btree_path
btree_root_fix
buffered-io
buffered-io-2
bug-gitlab-4
bug-report-template
ci-monkeypatch
codetags
codetags_v0
codetags_v1
compat
copy_folio_from_iter_atomic
copygc_get_buckets
daniel-debug
data_update
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
dev
dev2
dirent-borken-fix
dirent-hack
disk-usage
durability
ec_disk_accounting
exent_overlap_repair
extent-hook-removal
extent-inline-data
extent-overwrite
fast_list
fcollapse
finsert
fix_missing_include
folio_iter_batched
for-jens
for-next
fs-uuid-ioctl
fua_work
gap_buffer
genradix
header_cleanup
hyperfect-debug
i_blocks_debug
incompressible
inode_hash_find_debug
inode_work
journal_debug
kill-alloc-btree-hack
lacriatch-fix
latency_debug
lazy_percpu_counters
lockdep_cmp_fn
lockdep_debug
lordkitsuna
lordkitsuna-debug
lz4-refactoring
marcin
master
mean_and_variance_fixups
memalloc-prof-v7
memalloc_prof_debug
memalloc_prof_v1
memalloc_prof_v2
memalloc_prof_v3
memalloc_prof_v4
memalloc_prof_v5
move-checksum-debug
new_allocator
persistent-alloc
printbuf_v2
printbuf_v3
printbuf_v3_bcachefs
printbuf_v4
printbuf_v5
printbuf_v6
promote
quota
raof-455
rcu_pending
read_path_debug
readahead
refactor-heap
reflink_fix
reflink_p_fix
replicas-status
ringbuffer
shrinker
shrinker_to_text
six_locks
snapshots
snapshots-wip
sonicrules-debug
srcu
stintel-debug
syzbot-fix
test
testing
time_stats_sched
time_stats_twf
tracing_to_printbuf
u128
vmalloc_size
vmap_disable
wip
woob-debug
xfs-next
xfs_no_data_io
zones
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
n_tty.c
Age
Commit message (
Expand
)
Author
2022-06-10
tty: Use flow-control char function on closing path
Ilpo Järvinen
2022-06-10
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
2022-05-19
tty: Rework receive flow control char logic
Ilpo Järvinen
2022-04-22
tty: Add function for handling flow control chars
Ilpo Järvinen
2022-04-15
tty: n_tty: Restore EOF push handling behavior
Daniel Gibson
2022-02-16
tty: n_tty: do not look ahead for EOL character past the end of the buffer
Linus Torvalds
2022-01-31
n_tty: wake up poll(POLLRDNORM) on receiving data
TATSUKAWA KOSUKE (立川 江介)
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2021-11-26
tty: reformat kernel-doc in n_tty.c
Jiri Slaby
2021-11-26
tty: fix kernel-doc in n_tty.c
Jiri Slaby
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
2021-09-22
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
2021-09-22
tty: remove flags from struct tty_ldisc_ops
Jiri Slaby
2021-05-13
tty: drop tty_ldisc_ops::refcount
Jiri Slaby
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-05-13
n_tty: remove superfluous return from n_tty_receive_signal_char
Jiri Slaby
2021-05-13
n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
n_tty: do only one cp dereference in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
n_tty: make n_tty_receive_char_special return void
Jiri Slaby
2021-05-13
n_tty: move lnext handling
Jiri Slaby
2021-05-13
n_tty: drop parmrk_dbl from n_tty_receive_char
Jiri Slaby
2021-05-13
n_tty: drop n_tty_receive_buf_fast
Jiri Slaby
2021-05-13
n_tty: remove n_tty_receive_char_fast
Jiri Slaby
2021-05-13
n_tty: remove n_tty_receive_char wrapper
Jiri Slaby
2021-04-15
tty: create internal tty.h file
Greg Kroah-Hartman
2021-03-10
tty: n_tty, set tty_ldisc_ops::owner
Jiri Slaby
2021-03-10
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
2021-02-20
Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-01-25
Commit 9bb48c82aced ("tty: implement write_iter") converted the tty
Sami Tolvanen
2021-01-21
Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Greg Kroah-Hartman
2021-01-20
tty: teach the n_tty ICANON case about the new "cookie continuations" too
Linus Torvalds
2021-01-20
tty: teach n_tty line discipline about the new "cookie continuations"
Linus Torvalds
2021-01-20
tty: clean up legacy leftovers from n_tty line discipline
Linus Torvalds
2021-01-20
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
2021-01-07
tty: Protect disc_data in n_tty_close and n_tty_flush_buffer
Yan.Gao
2020-11-06
tty: n_tty: Add 2 missing parameter descriptions
Lee Jones
2020-08-18
tty: ldiscs, fix kernel-doc
Jiri Slaby
2020-02-23
n_tty: Distribute switch variables for initialization
Kees Cook
2020-02-10
n_tty: check printk arguments for n_tty_trace
Jiri Slaby
2019-04-16
n_tty: check for negative and zero space return from tty_write_room
Colin Ian King
2019-01-18
n_tty: update comment for WAKEUP_CHARS define
Valentin Vidic
2018-12-05
tty: Don't block on IO when ldisc change is pending
Dmitry Safonov
2018-10-11
tty: wipe buffer if not echoing data
Greg KH
2018-06-28
n_tty: Access echo_* variables carefully.
Tetsuo Handa
2018-06-28
n_tty: Fix stall at n_tty_receive_char_special().
Tetsuo Handa
2018-02-28
tty: make n_tty_read() always abort if hangup is in progress
Tejun Heo
[next]