aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-05CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky1-7/+5
2019-03-05CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky1-6/+18
2019-03-05CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky1-9/+30
2019-03-05CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky1-21/+3
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky4-42/+94
2019-03-05CIFS: Check for reconnects before sending compound requestsPavel Shilovsky1-2/+36
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky4-9/+25
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky4-38/+64
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky8-63/+118
2019-03-05CIFS: Set reconnect instance to one initiallyPavel Shilovsky1-1/+1
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds63-1268/+1395
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds107-1264/+1655
2019-03-05nfsd: fix memory corruption caused by readdirNeilBrown2-2/+15
2019-03-05PCI: Fix "try" semantics of bus and slot resetAlex Williamson1-28/+26
2019-03-05PCI/LINK: Report degraded links via link bandwidth notificationAlexandru Gagniuc5-6/+129
2019-03-05net/sched: act_tunnel_key: Fix double free dst_cachewenxu1-16/+6
2019-03-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-12/+46
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds30-281/+1177
2019-03-05ubi: wl: Silence uninitialized variable warningDan Carpenter1-1/+1
2019-03-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds26-195/+509
2019-03-05dm snapshot: don't define direct_access if we don't support itMikulas Patocka1-8/+0
2019-03-05dm cache: add support for discard passdown to the origin deviceMike Snitzer2-26/+103
2019-03-05dm writecache: fix typo in name for writeback_wqHuaisheng Ye1-1/+1
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike6-0/+545
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)1-0/+13
2019-03-05dm block manager: remove redundant unlikely annotationChengguang Xu1-4/+4
2019-03-05dm verity fec: remove redundant unlikely annotationChengguang Xu1-3/+3
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu1-1/+1
2019-03-05dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer1-3/+2
2019-03-05dm: fix to_sector() for 32bitNeilBrown1-1/+1
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer3-36/+18
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds119-4614/+1609
2019-03-05Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds22-131/+197
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds71-1079/+1845
2019-03-05Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds21-438/+50
2019-03-05x86: Deprecate a.out supportBorislav Petkov2-2/+1
2019-03-05a.out: remove core dumping supportLinus Torvalds6-485/+0
2019-03-05Documentation: modern versions of ceph are not backed by btrfsJeff Layton1-6/+4
2019-03-05rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov1-0/+2
2019-03-05rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov1-5/+7
2019-03-05rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov1-10/+79
2019-03-05rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov1-33/+43
2019-03-05rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov1-31/+59
2019-03-05rbd: factor out __rbd_osd_req_create()Ilya Dryomov1-7/+12
2019-03-05rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov1-0/+1
2019-03-05rbd: remove experimental designation from kernel layeringIlya Dryomov1-8/+0
2019-03-05ceph: add mount option to limit caps countYan, Zheng8-21/+91
2019-03-05ceph: periodically trim stale dentriesYan, Zheng5-68/+312