- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 6a81749 ceph: increment/decrement dio counter on async requests by Jeff Layton · 5 years ago
- a81bc31 ceph: take the inode lock before acquiring cap refs by Jeff Layton · 5 years ago
- a3a0819 ceph: don't allow copy_file_range when stripe_count != 1 by Luis Henriques · 5 years ago
- 5bb5e6e ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open by Jeff Layton · 5 years ago
- 18bd6ca ceph: fix compat_ioctl for ceph_dir_operations by Arnd Bergmann · 6 years ago
- 6fd4e63 ceph: allow object copies across different filesystems in the same cluster by Luis Henriques · 5 years ago
- 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago
- 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
- 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
- 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
- f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
- e1e4460 ceph: allow copy_file_range when src and dst inode are same by Jeff Layton · 5 years ago
- d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
- d31d07b ceph: fix end offset in truncate_inode_pages_range call by Luis Henriques · 5 years ago
- 94e8577 libceph: rename r_unsafe_item to r_private_item by Ilya Dryomov · 5 years ago
- 5c30835 ceph: increment change_attribute on local changes by Jeff Layton · 6 years ago
- ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
- 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
- 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
- 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
- 1cf89a8 ceph: single workqueue for inode related works by Yan, Zheng · 6 years ago
- 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
- 40e7e2c ceph: fix NULL pointer deref when debugging is enabled by Jeff Layton · 6 years ago
- 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- e450f4d ceph: pass inclusive lend parameter to filemap_write_and_wait_range() by zhengbin · 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
- 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
- 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
- 0a78ac4 Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 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
- 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
- fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 6 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
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- c843d13 libceph: make abort_on_full a per-osdc setting by Ilya Dryomov · 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
- 1ab302a ceph: quota: update MDS when max_bytes is approaching by Luis Henriques · 7 years ago
- 2b83845 ceph: quota: support for ceph.quota.max_bytes by Luis Henriques · 7 years ago
- b7a2921 ceph: quota: support for ceph.quota.max_files by Luis Henriques · 7 years ago
- bb48bd4 ceph: optimize memory usage by Chengguang Xu · 7 years ago
- 51b10f3 ceph: filter out used flags when printing unused open flags by Chengguang Xu · 7 years ago
- 7373768 ceph: change variable name to follow common rule by Chengguang Xu · 7 years ago
- 4c069a5 ceph: add newline to end of debug message format by Chengguang Xu · 7 years ago
- 85784f9 ceph: only dirty ITER_IOVEC pages for direct read by Yan, Zheng · 7 years ago
- 5d98830 ceph: track read contexts in ceph_file_info by Yan, Zheng · 7 years ago
- 222b7f9 ceph: voluntarily drop Ax cap for requests that create new inode by Yan, Zheng · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
- 397f238 ceph: check negative offsets in ceph_llseek() by Luis Henriques · 7 years ago
- b178cf4 ceph: don't use CEPH_OSD_FLAG_ORDERSNAP by Yan, Zheng · 7 years ago
- 1c0a9c2 ceph: include snapc in debug message of write by Yan, Zheng · 7 years ago
- a5cd74a ceph: fix -EOLDSNAPC handling by Yan, Zheng · 7 years ago
- 3fb99d4 ceph: nuke startsync op by Yanhu Cao · 7 years ago
- 95cca2b ceph: limit osd write size by Yan, Zheng · 7 years ago
- aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 7 years ago
- efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 8 years ago
- 42c99fc ceph: check that the new inode size is within limits in ceph_fallocate() by Luis Henriques · 8 years ago
- 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
- f775ff7 ceph: fix file open flags on ppc64 by Alexander Graf · 8 years ago
- 26544c62 ceph: when seeing write errors on an inode, switch to sync writes by Jeff Layton · 8 years ago
- a1f4020 libceph: allow requests to return immediately on full conditions if caller wishes by Jeff Layton · 8 years ago
- 8242c9f ceph: fix wrong check in ceph_renew_caps() by Yan, Zheng · 8 years ago
- 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago
- 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
- 3dd69aa ceph: add a new flag to indicate whether parent is locked by Jeff Layton · 8 years ago
- c1944fe ceph: avoid calling ceph_renew_caps() infinitely by Yan, Zheng · 8 years ago
- 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- c4364f8 Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus by Al Viro · 8 years ago
- c297eb42 libceph: always signal completion when done by Ilya Dryomov · 8 years ago
- 7ce469a ceph: fix splice read for no Fc capability case by Yan, Zheng · 8 years ago
- 2b1ac85 ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
- a380a03 ceph: fix printing wrong return variable in ceph_direct_read_write() by Zhi Zhang · 8 years ago
- 8a8d561 ceph: use default file splice read callback by Yan, Zheng · 8 years ago
- ad5cb12 ceph: switch to use of ->d_init() by Al Viro · 8 years ago
- 0d7718f6 ceph: fix error handling in ceph_read_iter by Nikolay Borisov · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 5d7eb1a ceph: ignore error from invalidate_inode_pages2_range() in direct write by NeilBrown · 8 years ago
- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
- 955818c ceph: Correctly return NXIO errors from ceph_llseek by Phil Turnbull · 8 years ago
- 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 9 years ago
- fc8c389 ceph: fix use-after-free bug in ceph_direct_read_write() by Yan, Zheng · 9 years ago
- a22bd5f ceph: set user pages dirty after direct IO read by Yan, Zheng · 9 years ago
- 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
- 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
- 46b59b2 ceph: disable fscache when inode is opened for write by Yan, Zheng · 9 years ago
- b7ec35b libceph: change ceph_osdmap_flag() to take osdc by Ilya Dryomov · 9 years ago