- c7eaf34 Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
- f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
- ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
- 5ccedf1 ceph: don't encode inode pathes into reconnect message by Yan, Zheng · 6 years ago
- d2f8bb2 ceph: update wanted caps after resuming stale session by Yan, Zheng · 6 years ago
- fdac94f ceph: skip updating 'wanted' caps if caps are already issued by Yan, Zheng · 6 years ago
- 8a2ac3a ceph: don't request excl caps when mount is readonly by Yan, Zheng · 6 years ago
- 3c1392d ceph: don't update importing cap's mseq when handing cap export by Yan, Zheng · 6 years ago
- 0cab9f3 ceph: remove redundant assignment by Chengguang Xu · 6 years ago
- 2bf996a ceph: cleanup splice_dentry() by Yan, Zheng · 6 years ago
- 6f9718f ceph: make 'nocopyfrom' a default mount option by Luis Henriques · 6 years ago
- 23c625c libceph: assume argonaut on the server side by Ilya Dryomov · 6 years ago
- 71f2cc6 ceph: quota: fix null pointer dereference in quota check by Luis Henriques · 6 years ago
- c2c6d3c ceph: add destination file data sync before doing any remote copy by Luis Henriques · 6 years ago
- 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
- 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
- ea4cdc5 ceph: new mount option to disable usage of copy-from op by Luis Henriques · 6 years ago
- 503f82a ceph: support copy_file_range file operation by Luis Henriques · 6 years ago
- 2ee9dd9 ceph: add non-blocking parameter to ceph_try_get_caps() by Luis Henriques · 6 years ago
- 0d9c1ab libceph: preallocate message data items by Ilya Dryomov · 6 years ago
- 26f887e libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls by Ilya Dryomov · 6 years ago
- 61d2f85 ceph: num_ops is off by one in ceph_aio_retry_work() by Ilya Dryomov · 6 years ago
- 6680288 ceph: set timeout conditionally in __cap_delay_requeue by Xuehan Xu · 6 years ago
- 89486833 libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() by Ilya Dryomov · 6 years ago
- 33165d4 libceph: introduce ceph_pagelist_alloc() by Ilya Dryomov · 6 years ago
- bddff63 ceph: only allow punch hole mode in fallocate by Luis Henriques · 6 years ago
- fce7a97 ceph: refactor ceph_sync_read() by Yan, Zheng · 6 years ago
- 74c9e6b ceph: check if LOOKUPNAME request was aborted when filling trace by Yan, Zheng · 6 years ago
- c58f450 ceph: fix dentry leak in ceph_readdir_prepopulate by Yan, Zheng · 6 years ago
- efe3282 Revert "ceph: fix dentry leak in splice_dentry()" by Yan, Zheng · 6 years ago
- 5da2079 ceph: check snap first in ceph_set_acl() by Chengguang Xu · 6 years ago
- 3167893 ceph: reset cap hold timeout only for requeued inode by Chengguang Xu · 6 years ago
- 8aaff15 ceph: avoid a use-after-free in ceph_destroy_options() by Ilya Dryomov · 6 years ago
- 0a78ac4 Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
- a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 0fcf6c0 ceph: don't drop message if it contains more data than expected by Yan, Zheng · 6 years ago
- 342ce18 ceph: support cephfs' own feature bits by Yan, Zheng · 7 years ago
- e5bc08d ceph: refactor error handling code in ceph_reserve_caps() by Chengguang Xu · 6 years ago
- 7bf8f73 ceph: refactor ceph_unreserve_caps() by Chengguang Xu · 6 years ago
- d554849 ceph: change to void return type for __do_request() by Chengguang Xu · 6 years ago
- 9da12e3 ceph: compare fsc->max_file_size and inode->i_size for max file size limit by Chengguang Xu · 6 years ago
- 36a4c72d ceph: add additional size check in ceph_setattr() by Chengguang Xu · 6 years ago
- 8687a3e ceph: add additional offset check in ceph_write_iter() by Chengguang Xu · 6 years ago
- 0671e99 ceph: add additional range check in ceph_fallocate() by Chengguang Xu · 6 years ago
- 719784b ceph: add new field max_file_size in ceph_fs_client by Chengguang Xu · 6 years ago
- 6daca13 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
- 2449984 ceph: adding new return type vm_fault_t by Souptick Joarder · 6 years ago
- 0ed1e90 ceph: use timespec64 for r_stamp by Arnd Bergmann · 6 years ago
- fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 6 years ago
- 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 6 years ago
- 63ecae7 ceph: stop using current_kernel_time() by Arnd Bergmann · 6 years ago
- 67fcd15 ceph: add d_drop for some error cases in ceph_symlink() by Chengguang Xu · 6 years ago
- 0459871 ceph: add d_drop for some error cases in ceph_mknod() by Chengguang Xu · 6 years ago
- 61ad36d ceph: return errors from posix_acl_equiv_mode() correctly by Chengguang Xu · 6 years ago
- dfeb84d ceph: fix incorrect use of strncpy by Yan, Zheng · 6 years ago
- 2f56b6b libceph: amend "bad option arg" error message by Ilya Dryomov · 7 years ago
- 93d35c7 ceph: restore ctime as well in the case of restoring old mode by Chengguang Xu · 7 years ago
- f017754 ceph: add retry logic for error -ERANGE in ceph_get_acl() by Chengguang Xu · 7 years ago
- 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 7 years ago
- be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 7 years ago
- 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 7 years ago
- 8b8f53a ceph: fix dentry leak in splice_dentry() by Yan, Zheng · 7 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- dc594c3 Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- 3619aa8 ceph: show ino32 if the value is different with default by Chengguang Xu · 7 years ago
- 8db0c75 ceph: strengthen rsize/wsize/readdir_max_bytes validation by Chengguang Xu · 7 years ago
- c36ed50 ceph: fix alignment of rasize by Chengguang Xu · 7 years ago
- 73fb094 ceph: fix use-after-free in ceph_statfs() by Luis Henriques · 7 years ago
- aae1a44 ceph: prevent i_version from going back by Yan, Zheng · 7 years ago
- fa46674 ceph: fix wrong check for the case of updating link count by Yan, Zheng · 7 years ago
- c843d13 libceph: make abort_on_full a per-osdc setting by Ilya Dryomov · 7 years ago
- a57d906 ceph: flush pending works before shutdown super by Yan, Zheng · 7 years ago
- 12b69d5 ceph: abort osd requests on force umount by Yan, Zheng · 7 years ago
- 8c6286f ceph: fix st_nlink stat for directories by Luis Henriques · 7 years ago
- 597817d ceph: support file lock on directory by Yan, Zheng · 7 years ago
- 6dd4940 ceph: show wsize only if non-default by Ilya Dryomov · 7 years ago
- 4985d6f ceph: handle the new nfiles/nsubdirs fields in cap message by Yan, Zheng · 7 years ago
- a1c6b83 ceph: define argument structure for handle_cap_grant by Yan, Zheng · 7 years ago
- 2af54a7 ceph: update i_files/i_subdirs only when Fs cap is issued by Yan, Zheng · 7 years ago
- 49a9f4f ceph: always get rstat from auth mds by Yan, Zheng · 7 years ago
- 4e9906e ceph: use bit flags to define vxattr attributes by Yan, Zheng · 7 years ago
- 13442b0 ceph: make inode time prints to be long long by Deepa Dinamani · 7 years ago
- fc21854 ceph: fix iov_iter issues in ceph_direct_read_write() by Ilya Dryomov · 7 years ago
- 3a15b38 ceph: fix rsize/wsize capping in ceph_direct_read_write() by Ilya Dryomov · 7 years ago
- f191982 ceph: check if mds create snaprealm when setting quota by Yan, Zheng · 7 years ago
- ffdeec7 ceph: always update atime/mtime/ctime for new inode by Yan, Zheng · 7 years ago
- b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
- 62f8e6c Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
- 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- ee1235a fscache: Pass object size in rather than calling back for it by David Howells · 7 years ago
- 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 7 years ago
- 9122eed ceph: quota: report root dir quota usage in statfs by Luis Henriques · 7 years ago
- d557c48 ceph: quota: add counter for snaprealms with quota by Luis Henriques · 7 years ago
- e3161f1 ceph: quota: cache inode pointer in ceph_snap_realm by Luis Henriques · 7 years ago
- 0eb6bbe ceph: fix root quota realm check by Yan, Zheng · 7 years ago
- 2596366 ceph: don't check quota for snap inode by Yan, Zheng · 7 years ago
- 1ab302a ceph: quota: update MDS when max_bytes is approaching by Luis Henriques · 7 years ago