summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crush: fix using plain integer as NULL warningYueHaibing2018-08-131-2/+2
* libceph: remove unnecessary non NULL check for request_keyYueHaibing2018-08-131-1/+1
* ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu2018-08-131-33/+13
* ceph: refactor ceph_unreserve_caps()Chengguang Xu2018-08-132-31/+37
* ceph: change to void return type for __do_request()Chengguang Xu2018-08-131-6/+5
* ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu2018-08-131-1/+2
* ceph: add additional size check in ceph_setattr()Chengguang Xu2018-08-131-0/+5
* ceph: add additional offset check in ceph_write_iter()Chengguang Xu2018-08-021-4/+11
* ceph: add additional range check in ceph_fallocate()Chengguang Xu2018-08-021-3/+5
* ceph: add new field max_file_size in ceph_fs_clientChengguang Xu2018-08-023-2/+5
* libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-08-021-2/+4
* libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-08-021-0/+7
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-022-20/+60
* libceph: add authorizer challengeIlya Dryomov2018-08-029-7/+140
* libceph: factor out encrypt_authorizer()Ilya Dryomov2018-08-021-13/+36
* libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-08-021-9/+24
* libceph: factor out __prepare_write_connect()Ilya Dryomov2018-08-021-9/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-022-30/+27
* ceph: fix whitespaceStephen Hemminger2018-08-028-9/+1
* ceph: adding new return type vm_fault_tSouptick Joarder2018-08-021-30/+32
* libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov2018-08-021-12/+0
* ceph: use timespec64 for r_stampArnd Bergmann2018-08-023-6/+5
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-025-19/+17
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-028-74/+71
* ceph: stop using current_kernel_time()Arnd Bergmann2018-08-021-1/+4
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-026-22/+40
* ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu2018-08-021-2/+4
* ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu2018-08-021-3/+5
* ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu2018-08-021-3/+3
* ceph: fix incorrect use of strncpyYan, Zheng2018-08-021-2/+2
* rbd: support for images within namespacesIlya Dryomov2018-08-021-2/+49
* rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov2018-08-021-33/+37
* libceph: amend "bad option arg" error messageIlya Dryomov2018-08-023-5/+3
* libceph: stop parsing when a bad int arg is detectedChengguang Xu2018-08-021-4/+4
* libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov2018-08-021-1/+1
* libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2018-08-022-6/+6
* ceph: restore ctime as well in the case of restoring old modeChengguang Xu2018-08-021-2/+4
* ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu2018-08-021-3/+15
* Linux 4.18-rc7v4.18-rc7Linus Torvalds2018-07-291-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-296-33/+35
|\
| * ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-07-292-8/+5
| * ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-07-132-0/+6
| * ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-07-102-17/+18
| * ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2018-07-092-5/+4
| * ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-07-091-3/+2
* | squashfs: be more careful about metadata corruptionLinus Torvalds2018-07-294-5/+16
* | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-291-1/+9
|\ \
| * | random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-07-181-1/+9
| |/
* | Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-07-292-2/+7
|\ \
| * | gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada2018-07-231-1/+5