| Commit message (Expand) | Author | Files | Lines |
2017-05-04 | blk-mq: move debugfs declarations to a separate header file | Omar Sandoval | 6 | -28/+33 |
2017-05-04 | blk-mq: Do not invoke queue operations on a dead queue | Bart Van Assche | 1 | -0/+8 |
2017-05-04 | blk-mq-debugfs: get rid of a bunch of boilerplate | Omar Sandoval | 1 | -328/+136 |
2017-05-04 | blk-mq-debugfs: rename hw queue directories from <n> to hctx<n> | Omar Sandoval | 1 | -1/+1 |
2017-05-04 | blk-mq-debugfs: don't open code strstrip() | Omar Sandoval | 1 | -5/+4 |
2017-05-04 | blk-mq-debugfs: error on long write to queue "state" file | Omar Sandoval | 1 | -7/+12 |
2017-05-04 | blk-mq-debugfs: clean up flag definitions | Omar Sandoval | 1 | -93/+108 |
2017-05-04 | blk-mq-debugfs: separate flags with | | Omar Sandoval | 1 | -1/+1 |
2017-05-04 | nfs: Fix bdi handling for cloned superblocks | Jan Kara | 2 | -21/+13 |
2017-05-04 | block/mq: Cure cpu hotplug lock inversion | Peter Zijlstra | 1 | -2/+2 |
2017-05-04 | lightnvm: fix bad back free on error path | Javier González | 1 | -2/+2 |
2017-05-04 | lightnvm: create cmd before allocating request | Javier González | 1 | -2/+2 |
2017-05-03 | blk-mq: don't use sync workqueue flushing from drivers | Jens Axboe | 1 | -5/+20 |
2017-05-03 | mtip32xx: convert internal commands to regular block infrastructure | Jens Axboe | 2 | -178/+30 |
2017-05-03 | mtip32xx: cleanup internal tag assumptions | Jens Axboe | 1 | -10/+9 |
2017-05-02 | block: don't call blk_mq_quiesce_queue() after queue is frozen | Ming Lei | 2 | -5/+0 |
2017-05-02 | blk-mq: update ->init_request and ->exit_request prototypes | Christoph Hellwig | 14 | -99/+74 |
2017-05-02 | Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED" | Jens Axboe | 1 | -1/+1 |
2017-05-02 | blk-mq-sched: remove hack that bypasses scheduler for reserved requests | Jens Axboe | 1 | -5/+1 |
2017-05-02 | mtip32xx: convert internal command issue to block IO path | Jens Axboe | 1 | -30/+73 |
2017-05-02 | mtip32xx: abstract out "are any commands active" helper | Jens Axboe | 1 | -10/+18 |
2017-05-02 | mtip32xx: kill atomic argument to mtip_quiesce_io() | Jens Axboe | 1 | -15/+5 |
2017-05-02 | mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command() | Jens Axboe | 1 | -105/+43 |
2017-05-02 | block: Remove elevator_change() | Bart Van Assche | 2 | -14/+0 |
2017-05-01 | Linux 4.11v4.11 | Linus Torvalds | 1 | -1/+1 |
2017-04-30 | Prevent timer value 0 for MWAITX | Janakarajan Natarajan | 1 | -0/+7 |
2017-04-29 | fix a braino in ITER_PIPE iov_iter_revert() | Al Viro | 1 | -1/+1 |
2017-04-28 | net: hso: register netdev later to avoid a race condition | Andreas Kemnade | 1 | -7/+7 |
2017-04-28 | net: adjust skb->truesize in ___pskb_trim() | Eric Dumazet | 1 | -0/+2 |
2017-04-28 | tcp: do not underestimate skb->truesize in tcp_trim_head() | Eric Dumazet | 1 | -7/+12 |
2017-04-28 | bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal | Paolo Abeni | 1 | -1/+1 |
2017-04-28 | ipv4: Don't pass IP fragments to upper layer GRO handlers. | Steffen Klassert | 1 | -0/+3 |
2017-04-28 | cpsw/netcp: refine cpts dependency | Arnd Bergmann | 1 | -1/+3 |
2017-04-28 | clk: sunxi-ng: always select CCU_GATE | Arnd Bergmann | 1 | -1/+1 |
2017-04-28 | tipc: close the connection if protocol messages contain errors | Parthasarathy Bhuvaragan | 1 | -0/+8 |
2017-04-28 | tipc: improve error validations for sockets in CONNECTING state | Parthasarathy Bhuvaragan | 1 | -3/+22 |
2017-04-28 | tipc: Fix missing connection request handling | Parthasarathy Bhuvaragan | 1 | -2/+1 |
2017-04-28 | block: hide badblocks attribute by default | Dan Williams | 1 | -0/+11 |
2017-04-28 | blk-mq: unify hctx delay_work and run_work | Jens Axboe | 3 | -17/+24 |
2017-04-28 | block: add kblock_mod_delayed_work_on() | Jens Axboe | 2 | -0/+8 |
2017-04-28 | blk-mq: unify hctx delayed_run_work and run_work | Jens Axboe | 3 | -24/+8 |
2017-04-28 | nbd: fix use after free on module unload | Josef Bacik | 1 | -4/+4 |
2017-04-28 | MAINTAINERS: bfq: Add Paolo as maintainer for the BFQ I/O scheduler | Ulf Hansson | 1 | -0/+8 |
2017-04-27 | statx: correct error handling of NULL pathname | Michael Kerrisk (man-pages) | 1 | -2/+0 |
2017-04-27 | blk-mq-sched: alloate reserved tags out of normal pool | Jens Axboe | 1 | -1/+5 |
2017-04-27 | mtip32xx: use runtime tag to initialize command header | Ming Lei | 1 | -12/+24 |
2017-04-27 | xfrm: fix GRO for !CONFIG_NETFILTER | Sabrina Dubroca | 1 | -1/+1 |
2017-04-27 | sched/cputime: Fix ksoftirqd cputime accounting regression | Frederic Weisbecker | 2 | -13/+23 |
2017-04-27 | nvme-scsi: remove nvme_trans_security_protocol | Christoph Hellwig | 1 | -13/+0 |
2017-04-27 | uapi: change the type of struct statx_timestamp.tv_nsec to unsigned | Dmitry V. Levin | 1 | -6/+2 |