Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2025-04-15 | binder: fix offset calculation in debug log | Carlos Llamas | 1 | -1/+1 |
2025-04-08 | VFS: rename lookup_one_len family to lookup_noperm and remove permission check | NeilBrown | 1 | -2/+2 |
2025-03-10 | Merge 6.14-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
2025-02-20 | binder: remove unneeded <linux/export.h> inclusion from binder_internal.h | Masahiro Yamada | 1 | -1/+0 |
2025-02-20 | binderfs: fix use-after-free in binder_devices | Carlos Llamas | 1 | -0/+1 |
2025-01-27 | Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -169/+288 |
2025-01-13 | binder: log transaction code on failure | Carlos Llamas | 1 | -2/+2 |
2025-01-08 | binder: fix kernel-doc warning of 'file' member | Carlos Llamas | 1 | -1/+1 |
2025-01-08 | binderfs: add new binder devices to binder_devices | Li Li | 3 | -2/+16 |
2024-12-24 | binder: use per-vma lock in page reclaiming | Carlos Llamas | 1 | -7/+22 |
2024-12-24 | binder: propagate vm_insert_page() errors | Carlos Llamas | 1 | -1/+0 |
2024-12-24 | binder: use per-vma lock in page installation | Carlos Llamas | 1 | -17/+50 |
2024-12-24 | binder: rename alloc->buffer to vm_start | Carlos Llamas | 5 | -19/+19 |
2024-12-24 | binder: replace alloc->vma with alloc->mapped | Carlos Llamas | 3 | -26/+30 |
2024-12-24 | binder: store shrinker metadata under page->private | Carlos Llamas | 3 | -70/+99 |
2024-12-24 | binder: select correct nid for pages in LRU | Carlos Llamas | 1 | -4/+12 |
2024-12-24 | binder: concurrent page installation | Carlos Llamas | 1 | -24/+41 |
2024-12-24 | Revert "binder: switch alloc->mutex to spinlock_t" | Carlos Llamas | 2 | -28/+28 |
2024-12-15 | binder: initialize lsm_context structure | Casey Schaufler | 1 | -1/+1 |
2024-12-04 | lsm: replace context+len with lsm_context | Casey Schaufler | 1 | -3/+2 |
2024-12-04 | lsm: ensure the correct LSM context releaser | Casey Schaufler | 1 | -12/+12 |
2024-11-29 | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -15/+49 |
2024-11-11 | mm/list_lru: simplify the list_lru walk callback function | Kairui Song | 2 | -5/+4 |
2024-11-11 | mm/list_lru: split the lock to per-cgroup scope | Kairui Song | 1 | -1/+0 |
2024-10-13 | binder: add delivered_freeze to debugfs output | Carlos Llamas | 1 | -0/+4 |
2024-10-13 | binder: fix memleak of proc->delivered_freeze | Carlos Llamas | 1 | -0/+11 |
2024-10-13 | binder: allow freeze notification for dead nodes | Carlos Llamas | 1 | -15/+13 |
2024-10-13 | binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logs | Carlos Llamas | 1 | -0/+3 |
2024-10-13 | binder: fix BINDER_WORK_FROZEN_BINDER debug logs | Carlos Llamas | 1 | -0/+3 |
2024-10-13 | binder: fix freeze UAF in binder_release_work() | Carlos Llamas | 1 | -0/+6 |
2024-10-13 | binder: fix OOB in binder_add_freeze_work() | Carlos Llamas | 1 | -0/+2 |
2024-10-13 | binder: fix node UAF in binder_add_freeze_work() | Carlos Llamas | 1 | -0/+7 |
2024-09-11 | binder: modify the comment for binder_proc_unlock | Ba Jing | 1 | -1/+1 |
2024-09-09 | Merge 6.11-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
2024-09-03 | binder: fix UAF caused by offsets overwrite | Carlos Llamas | 1 | -0/+1 |
2024-09-03 | binder: fix typo in comment | Ruffalo Lavoisier | 1 | -1/+1 |
2024-08-12 | Merge 6.11-rc3 into char-misc-next | Greg Kroah-Hartman | 3 | -25/+14 |
2024-07-31 | binder: frozen notification binder_features flag | Yu-Ting Tseng | 1 | -0/+8 |
2024-07-31 | binder: frozen notification | Yu-Ting Tseng | 2 | -4/+301 |
2024-07-31 | binder_alloc: Fix sleeping function called from invalid context | Mukesh Ojha | 1 | -1/+1 |
2024-07-31 | binder: fix descriptor lookup for context manager | Carlos Llamas | 2 | -24/+13 |
2024-07-12 | binder: fix hang of unregistered readers | Carlos Llamas | 1 | -3/+1 |
2024-07-03 | binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issues | Lei Liu | 1 | -5/+5 |
2024-07-03 | binder: use bitmap for faster descriptor lookup | Carlos Llamas | 3 | -14/+279 |
2024-05-04 | binder: fix max_thread type inconsistency | Carlos Llamas | 2 | -2/+2 |
2024-04-11 | binder: check offset alignment in binder_get_object() | Carlos Llamas | 1 | -1/+3 |
2024-03-21 | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+0 |
2024-03-07 | binder: remove redundant variable page_addr | Colin Ian King | 1 | -2/+0 |
2024-02-22 | binder: use of hlist_count_nodes() | Pierre Gondois | 1 | -3/+1 |
2024-01-31 | binder: signal epoll threads of self-work | Carlos Llamas | 1 | -0/+10 |
2024-01-17 | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -475/+494 |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+3 |
2024-01-07 | android: removed duplicate linux/errno | Tanzir Hasan | 1 | -1/+0 |
2024-01-04 | android: binder: binderfs.c: removed asm-generic/errno-base.h | Tanzir Hasan | 1 | -1/+1 |
2023-12-12 | list_lru: allow explicit memcg and NUMA node selection | Nhat Pham | 1 | -4/+3 |
2023-12-12 | file: s/close_fd_get_file()/file_close_fd()/g | Christian Brauner | 1 | -1/+1 |
2023-12-06 | android: binder: fix a kernel-doc enum warning | Randy Dunlap | 1 | -0/+4 |
2023-12-05 | binder: switch alloc->mutex to spinlock_t | Carlos Llamas | 2 | -28/+28 |
2023-12-05 | binder: reverse locking order in shrinker callback | Carlos Llamas | 1 | -24/+22 |
2023-12-05 | binder: avoid user addresses in debug logs | Carlos Llamas | 2 | -11/+8 |
2023-12-05 | binder: refactor binder_delete_free_buffer() | Carlos Llamas | 1 | -33/+11 |
2023-12-05 | binder: collapse print_binder_buffer() into caller | Carlos Llamas | 1 | -13/+9 |
2023-12-05 | binder: document the final page calculation | Carlos Llamas | 1 | -7/+11 |
2023-12-05 | binder: rename lru shrinker utilities | Carlos Llamas | 3 | -25/+25 |
2023-12-05 | binder: make oversized buffer code more readable | Carlos Llamas | 1 | -11/+10 |
2023-12-05 | binder: remove redundant debug log | Carlos Llamas | 1 | -3/+0 |
2023-12-05 | binder: perform page installation outside of locks | Carlos Llamas | 1 | -28/+73 |
2023-12-05 | binder: initialize lru pages in mmap callback | Carlos Llamas | 1 | -5/+7 |
2023-12-05 | binder: malloc new_buffer outside of locks | Carlos Llamas | 1 | -21/+23 |
2023-12-05 | binder: refactor page range allocation | Carlos Llamas | 1 | -60/+47 |
2023-12-05 | binder: relocate binder_alloc_clear_buf() | Carlos Llamas | 1 | -63/+61 |
2023-12-05 | binder: relocate low space calculation | Carlos Llamas | 1 | -10/+11 |
2023-12-05 | binder: separate the no-space debugging logic | Carlos Llamas | 1 | -31/+40 |
2023-12-05 | binder: remove pid param in binder_alloc_new_buf() | Carlos Llamas | 4 | -17/+12 |
2023-12-05 | binder: do unlocked work in binder_alloc_new_buf() | Carlos Llamas | 1 | -39/+56 |
2023-12-05 | binder: split up binder_update_page_range() | Carlos Llamas | 1 | -39/+40 |
2023-12-05 | binder: keep vma addresses type as unsigned long | Carlos Llamas | 5 | -69/+57 |
2023-12-05 | binder: remove extern from function prototypes | Carlos Llamas | 1 | -19/+19 |
2023-12-05 | binder: fix comment on binder_alloc_new_buf() return value | Carlos Llamas | 1 | -1/+1 |
2023-12-05 | binder: fix trivial typo of binder_free_buf_locked() | Carlos Llamas | 1 | -1/+1 |
2023-12-05 | binder: fix unused alloc->free_async_space | Carlos Llamas | 1 | -7/+4 |
2023-12-05 | binder: fix async space check for 0-sized buffers | Carlos Llamas | 1 | -3/+4 |
2023-12-05 | binder: fix race between mmput() and do_exit() | Carlos Llamas | 1 | -2/+2 |
2023-12-05 | binder: fix use-after-free in shinker's callback | Carlos Llamas | 1 | -1/+5 |
2023-12-05 | binder: use EPOLLERR from eventpoll.h | Carlos Llamas | 1 | -1/+1 |
2023-11-03 | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -12/+18 |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -4/+4 |
2023-10-18 | android: convert to new timestamp accessors | Jeff Layton | 1 | -4/+4 |
2023-10-16 | Merge 6.6-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+2 |
2023-10-05 | binderfs: fix typo in binderfs.c | Kuan-Wei Chiu | 1 | -1/+1 |
2023-10-05 | binder: fix memory leaks of spam and pending work | Carlos Llamas | 1 | -0/+2 |
2023-10-04 | binder: dynamically allocate the android-binder shrinker | Qi Zheng | 1 | -12/+18 |
2023-09-01 | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -12/+9 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+4 |
2023-08-13 | Merge 6.5-rc6 into char-misc-next | Greg Kroah-Hartman | 3 | -0/+8 |
2023-08-04 | binderfs: Drop unused #include <linux/radix-tree.h> | Uwe Kleine-König | 1 | -1/+0 |
2023-08-04 | android: Remove error checking for debugfs_create_dir() | Wang Ming | 1 | -11/+9 |
2023-08-04 | binder: fix memory leak in binder_init() | Qi Zheng | 3 | -0/+8 |
2023-07-13 | binderfs: convert to ctime accessor functions | Jeff Layton | 1 | -4/+4 |
2023-05-28 | Merge v6.4-rc4 into char-misc-next | Greg Kroah-Hartman | 4 | -45/+53 |
2023-05-20 | binder: fix UAF of alloc->vma in race with munmap() | Carlos Llamas | 1 | -3/+3 |
2023-05-13 | Binder: Add async from to transaction record | Chuang Zhang | 2 | -2/+6 |
2023-05-13 | Binder: Add timestamp to transaction record | Chuang Zhang | 2 | -2/+8 |
2023-05-13 | binder: add lockless binder_alloc_(set|get)_vma() | Carlos Llamas | 1 | -10/+14 |
2023-05-13 | Revert "android: binder: stop saving a pointer to the VMA" | Carlos Llamas | 3 | -11/+12 |
2023-05-13 | Revert "binder_alloc: add missing mmap_lock calls when using the VMA" | Carlos Llamas | 1 | -21/+10 |
2023-05-13 | binder: fix UAF caused by faulty buffer cleanup | Carlos Llamas | 1 | -7/+21 |
2023-02-24 | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -31/+41 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+2 |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+1 |
2023-01-19 | android: fix W=1 kernel-doc warnings | Randy Dunlap | 2 | -11/+11 |
2023-01-19 | binder: return pending info for frozen async txns | Li Li | 2 | -7/+28 |
2023-01-19 | binder: remove unneeded size check code | Jiazi.Li | 1 | -13/+2 |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-18 | mm: remove zap_page_range and create zap_vma_pages | Mike Kravetz | 1 | -1/+1 |
2022-11-09 | binder: validate alloc->mm in ->mmap() handler | Carlos Llamas | 1 | -0/+7 |
2022-10-10 | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+1 |
2022-09-07 | freezer,sched: Rewrite core freezer logic | Peter Zijlstra | 1 | -3/+1 |
2022-09-06 | binder: fix binder_alloc kernel-doc warnings | Carlos Llamas | 1 | -3/+2 |
2022-09-06 | binder: remove binder_alloc_set_vma() | Carlos Llamas | 1 | -23/+2 |
2022-09-06 | binder: rename alloc->vma_vm_mm to alloc->mm | Carlos Llamas | 2 | -19/+19 |
2022-09-05 | Merge 6.0-rc4 into char-misc-next | Greg Kroah-Hartman | 2 | -12/+35 |
2022-09-02 | Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+14 |
2022-09-01 | binderfs: rework superblock destruction | Al Viro | 1 | -13/+17 |
2022-09-01 | binderfs: remove unused INTSTRLEN macro | Carlos Llamas | 1 | -1/+0 |
2022-09-01 | binder: remove unused binder_alloc->buffer_free | Carlos Llamas | 1 | -1/+0 |
2022-09-01 | binder: fix trivial kernel-doc typo | Carlos Llamas | 1 | -2/+2 |
2022-09-01 | binder: fix alloc->vma_vm_mm null-ptr dereference | Carlos Llamas | 1 | -2/+2 |
2022-08-28 | binder_alloc: add missing mmap_lock calls when using the VMA | Liam Howlett | 1 | -10/+21 |
2022-08-19 | Revert "binder_alloc: Add missing mmap_lock calls when using the VMA" | Greg Kroah-Hartman | 1 | -21/+10 |
2022-08-18 | binder_alloc: Add missing mmap_lock calls when using the VMA | Liam Howlett | 1 | -10/+21 |
2022-08-18 | binder: fix UAF of ref->proc caused by race condition | Carlos Llamas | 1 | -0/+12 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -18/+23 |
2022-07-29 | android: binder: fix lockdep check on clearing vma | Liam Howlett | 1 | -1/+8 |
2022-07-29 | android: binder: stop saving a pointer to the VMA | Liam R. Howlett | 3 | -18/+16 |
2022-07-08 | binder: fix redefinition of seq_file attributes | Carlos Llamas | 3 | -107/+100 |
2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+1 |
2022-07-01 | remove CONFIG_ANDROID | Christoph Hellwig | 1 | -9/+0 |
2022-06-27 | Binder: add TF_UPDATE_TXN to replace outdated txn | Li Li | 2 | -3/+86 |
2022-06-05 | Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
2022-06-05 | fix the breakage in close_fd_get_file() calling conventions change | Al Viro | 1 | -0/+2 |
2022-06-04 | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-05-19 | binder: fix atomic sleep when get extended error | Schspa Shi | 1 | -9/+6 |
2022-05-19 | binder: fix potential UAF of target_{proc,thread} | Carlos Llamas | 1 | -4/+5 |
2022-05-19 | binder: fix printk format for commands | Carlos Llamas | 1 | -2/+2 |
2022-05-14 | Unify the primitives for file descriptor closing | Al Viro | 1 | -1/+1 |
2022-05-09 | binder: additional transaction error logs | Carlos Llamas | 1 | -4/+44 |
2022-05-09 | binder: convert logging macros into functions | Carlos Llamas | 1 | -12/+29 |
2022-05-09 | binderfs: add extended_error feature entry | Carlos Llamas | 1 | -0/+8 |
2022-05-09 | binder: add BINDER_GET_EXTENDED_ERROR ioctl | Carlos Llamas | 2 | -0/+63 |
2022-05-09 | binder: add failed transaction logging info | Carlos Llamas | 1 | -2/+6 |
2022-05-02 | Merge 5.18-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+9 |
2022-04-26 | binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy() | Fabio M. De Francesco | 1 | -11/+2 |
2022-04-26 | binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer() | Fabio M. De Francesco | 1 | -2/+2 |
2022-04-26 | binder: Use memset_page() in binder_alloc_clear_buf() | Fabio M. De Francesco | 1 | -4/+1 |
2022-04-22 | binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 | Alessandro Astone | 1 | -0/+3 |
2022-04-22 | binder: Address corner cases in deferred copy and fixup | Alessandro Astone | 1 | -1/+6 |
2022-04-22 | binder: hold fd_install until allocating fds first | Carlos Llamas | 2 | -21/+15 |
2022-02-04 | drivers/android: remove redundant ret variable | Minghao Chi | 1 | -6/+2 |
2022-01-03 | Merge 5.16-rc8 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
2021-12-21 | binder: fix async_free_space accounting for empty parcels | Todd Kjos | 1 | -1/+1 |
2021-12-21 | binder: use proper cacheflush header file | Ajith P V | 1 | -1/+1 |
2021-12-13 | Merge v5.15-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -12/+9 |
2021-12-09 | binder: use wake_up_pollfree() | Eric Biggers | 1 | -12/+9 |
2021-12-08 | binder: fix pointer cast warning | Arnd Bergmann | 1 | -1/+2 |
2021-12-03 | binder: defer copies of pre-patched txn data | Todd Kjos | 1 | -25/+274 |
2021-12-03 | binder: read pre-translated fds from sender buffer | Todd Kjos | 1 | -7/+32 |
2021-12-03 | binder: avoid potential data leakage when copying txn | Todd Kjos | 1 | -24/+70 |
2021-12-03 | binder: fix handling of error during copy | Todd Kjos | 1 | -2/+2 |
2021-12-03 | binder: remove repeat word from comment | Ajith P V | 1 | -1/+1 |
2021-11-17 | binder: fix test regression due to sender_euid change | Todd Kjos | 1 | -1/+1 |
2021-11-04 | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -7/+7 |
2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -17/+14 |
2021-10-19 | binder: don't detect sender/target during buffer cleanup | Todd Kjos | 1 | -7/+7 |
2021-10-14 | binder: use cred instead of task for getsecid | Todd Kjos | 1 | -10/+1 |
2021-10-14 | binder: use cred instead of task for selinux checks | Todd Kjos | 1 | -6/+6 |
2021-10-14 | binder: use euid from cred instead of using task | Todd Kjos | 2 | -1/+7 |
2021-09-14 | binder: make sure fd closes complete | Todd Kjos | 1 | -6/+17 |
2021-09-14 | binder: fix freeze race | Li Li | 2 | -6/+31 |
2021-08-03 | binder: Add invalid handle info in user error log | Ramji Jiyani | 1 | -2/+2 |
2021-07-21 | binderfs: add support for feature files | Carlos Llamas | 1 | -0/+39 |
2021-05-13 | binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTION | Luca Stefani | 1 | -1/+1 |
2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+10 |
2021-04-10 | binder: tell userspace to dump current backtrace when detected oneway spamming | Hang Lu | 4 | -8/+48 |
2021-04-10 | binder: fix the missing BR_FROZEN_REPLY in binder_return_strings | Hang Lu | 2 | -2/+3 |
2021-03-24 | binder: BINDER_GET_FROZEN_INFO ioctl | Marco Ballesio | 2 | -0/+61 |
2021-03-24 | binder: use EINTR for interrupted wait for work | Marco Ballesio | 1 | -2/+2 |
2021-03-24 | binder: BINDER_FREEZE ioctl | Marco Ballesio | 2 | -10/+141 |
2021-03-22 | lsm: separate security_task_getsecid() into subjective and objective variants | Paul Moore | 1 | -1/+10 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -2/+4 |
2020-12-15 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2020-12-10 | file: Rename __close_fd_get_file close_fd_get_file | Eric W. Biederman | 1 | -1/+1 |
2020-12-09 | binder: add flag to clear buffer on txn complete | Todd Kjos | 3 | -1/+52 |
2020-11-11 | binder: add trace at free transaction. | Frankie.Chang | 2 | -0/+47 |
2020-11-11 | binder: move structs from core file to header file | Frankie.Chang | 2 | -406/+406 |
2020-11-09 | binder: change error code from postive to negative in binder_transaction | Zhang Qilong | 1 | -1/+1 |
2020-11-09 | Android: binder: added a missing blank line after declaration | Andrew Bridges | 1 | -0/+1 |
2020-10-17 | task_work: cleanup notification modes | Jens Axboe | 1 | -1/+1 |