| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-06-15 | 15 | -256/+372 |
|\ |
|
| * | rbd: flush rbd_dev->watch_dwork after watch is unregistered | Dongsheng Yang | 2018-06-04 | 1 | -1/+1 |
| * | ceph: update description of some mount options | Chengguang Xu | 2018-06-04 | 1 | -5/+3 |
| * | ceph: show ino32 if the value is different with default | Chengguang Xu | 2018-06-04 | 1 | -0/+2 |
| * | ceph: strengthen rsize/wsize/readdir_max_bytes validation | Chengguang Xu | 2018-06-04 | 1 | -3/+3 |
| * | ceph: fix alignment of rasize | Chengguang Xu | 2018-06-04 | 1 | -1/+1 |
| * | ceph: fix use-after-free in ceph_statfs() | Luis Henriques | 2018-06-04 | 1 | -4/+7 |
| * | ceph: prevent i_version from going back | Yan, Zheng | 2018-06-04 | 1 | -1/+2 |
| * | ceph: fix wrong check for the case of updating link count | Yan, Zheng | 2018-06-04 | 1 | -2/+2 |
| * | libceph: allocate the locator string with GFP_NOFAIL | Ilya Dryomov | 2018-06-04 | 3 | -24/+13 |
| * | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov | 2018-06-04 | 5 | -8/+7 |
| * | libceph: don't abort reads in ceph_osdc_abort_on_full() | Ilya Dryomov | 2018-06-04 | 1 | -1/+2 |
| * | libceph: avoid a use-after-free during map check | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |
| * | libceph: don't warn if req->r_abort_on_full is set | Ilya Dryomov | 2018-06-04 | 1 | -4/+6 |
| * | libceph: use for_each_request() in ceph_osdc_abort_on_full() | Ilya Dryomov | 2018-06-04 | 1 | -53/+26 |
| * | libceph: defer __complete_request() to a workqueue | Ilya Dryomov | 2018-06-04 | 2 | -1/+20 |
| * | libceph: move more code into __complete_request() | Ilya Dryomov | 2018-06-04 | 1 | -8/+6 |
| * | libceph: no need to call flush_workqueue() before destruction | Ilya Dryomov | 2018-06-04 | 1 | -1/+0 |
| * | ceph: flush pending works before shutdown super | Yan, Zheng | 2018-06-04 | 1 | -0/+9 |
| * | ceph: abort osd requests on force umount | Yan, Zheng | 2018-06-04 | 1 | -0/+1 |
| * | libceph: introduce ceph_osdc_abort_requests() | Ilya Dryomov | 2018-06-04 | 2 | -5/+64 |
| * | ceph: fix st_nlink stat for directories | Luis Henriques | 2018-06-04 | 1 | -0/+8 |
| * | ceph: support file lock on directory | Yan, Zheng | 2018-06-04 | 1 | -0/+2 |
| * | ceph: show wsize only if non-default | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |
| * | ceph: handle the new nfiles/nsubdirs fields in cap message | Yan, Zheng | 2018-06-04 | 1 | -5/+34 |
| * | ceph: define argument structure for handle_cap_grant | Yan, Zheng | 2018-06-04 | 1 | -54/+61 |
| * | ceph: update i_files/i_subdirs only when Fs cap is issued | Yan, Zheng | 2018-06-04 | 1 | -17/+18 |
| * | ceph: always get rstat from auth mds | Yan, Zheng | 2018-06-04 | 4 | -18/+36 |
| * | ceph: use bit flags to define vxattr attributes | Yan, Zheng | 2018-06-04 | 1 | -18/+16 |
| * | libceph: use MSG_TRUNC for discarding received bytes | Ilya Dryomov | 2018-06-04 | 1 | -13/+8 |
| * | libceph: get rid of more_kvec in try_write() | Ilya Dryomov | 2018-06-04 | 1 | -7/+3 |
| * | libceph, rbd: add error handling for osd_req_op_cls_init() | Chengguang Xu | 2018-06-04 | 3 | -7/+16 |
* | | Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-15 | 5 | -19/+19 |
|\ \ |
|
| * | | btrfs: scrub: Don't use inode pages for device replace | Qu Wenruo | 2018-06-11 | 1 | -1/+1 |
| * | | btrfs: change return type of btrfs_page_mkwrite to vm_fault_t | Souptick Joarder | 2018-06-07 | 2 | -15/+13 |
| * | | Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero | Robbie Ko | 2018-06-07 | 1 | -3/+1 |
| * | | btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_user | Misono Tomohiro | 2018-06-05 | 1 | -0/+4 |
* | | | Kbuild: rename HAVE_CC_STACKPROTECTOR config variable | Masahiro Yamada | 2018-06-15 | 8 | -9/+9 |
* | | | kconfig: tinyconfig: remove stale stack protector fixups | Masahiro Yamada | 2018-06-15 | 1 | -4/+0 |
* | | | x86: fix dependency of X86_32_LAZY_GS | Masahiro Yamada | 2018-06-15 | 1 | -1/+1 |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2018-06-14 | 8 | -12/+32 |
|\ \ \ |
|
| * | | | scsi: qla2xxx: Mask off Scope bits in retry delay | Anil Gurumurthy | 2018-06-07 | 1 | -2/+6 |
| * | | | scsi: qla2xxx: Fix crash on qla2x00_mailbox_command | Rodrigo R. Galvao | 2018-06-07 | 1 | -0/+8 |
| * | | | scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahd | Colin Ian King | 2018-06-07 | 1 | -4/+4 |
| * | | | scsi: mpt3sas: Add an I/O barrier | Tomas Henzl | 2018-06-05 | 1 | -0/+1 |
| * | | | scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails | Himanshu Madhani | 2018-06-05 | 1 | -1/+2 |
| * | | | scsi: hpsa: disable device during shutdown | Sinan Kaya | 2018-06-05 | 1 | -2/+8 |
| * | | | scsi: sd_zbc: Fix sd_zbc_check_zone_size() error path | Damien Le Moal | 2018-06-05 | 1 | -1/+1 |
| * | | | scsi: aacraid: remove bogus GFP_DMA32 specifies | Christoph Hellwig | 2018-06-05 | 1 | -2/+2 |
* | | | | Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 2018-06-14 | 20 | -77/+585 |
|\ \ \ \ |
|