| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-06-12 | 8 | -231/+310 |
|\ |
|
| * | ceph: use truncate_pagecache() instead of truncate_inode_pages() | Yan, Zheng | 2014-06-08 | 1 | -2/+2 |
| * | ceph: include time stamp in every MDS request | Sage Weil | 2014-06-06 | 2 | -1/+9 |
| * | ceph: refactor readpage_nounlock() to make the logic clearer | Zhang Zhen | 2014-06-06 | 1 | -10/+7 |
| * | mds: check cap ID when handling cap export message | Yan, Zheng | 2014-06-06 | 1 | -1/+1 |
| * | ceph: remember subtree root dirfrag's auth MDS | Yan, Zheng | 2014-06-06 | 1 | -1/+7 |
| * | ceph: introduce ceph_fill_fragtree() | Yan, Zheng | 2014-06-06 | 1 | -45/+84 |
| * | ceph: handle cap import atomically | Yan, Zheng | 2014-06-06 | 1 | -45/+54 |
| * | ceph: pre-allocate ceph_cap struct for ceph_add_cap() | Yan, Zheng | 2014-06-06 | 3 | -79/+85 |
| * | ceph: update inode fields according to issued caps | Yan, Zheng | 2014-06-06 | 2 | -57/+71 |
| * | ceph: queue vmtruncate if necessary when handing cap grant/revoke | Yan, Zheng | 2014-06-06 | 1 | -10/+16 |
| * | ceph: remove useless ACL check | Zhang Zhen | 2014-06-06 | 1 | -6/+0 |
| * | ceph: ceph_get_parent() can be static | Fengguang Wu | 2014-06-06 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 2 | -115/+74 |
|\ \ |
|
| * | | ceph: switch to iter_file_splice_write() | Al Viro | 2014-06-12 | 1 | -1/+1 |
| * | | ceph: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -31/+26 |
| * | | ceph_sync_direct_write: stop poking into iov_iter guts | Al Viro | 2014-05-06 | 1 | -26/+23 |
| * | | ceph_sync_read: stop poking into iov_iter guts | Al Viro | 2014-05-06 | 1 | -28/+18 |
| * | | ceph: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -11/+7 |
| * | | start adding the tag to iov_iter | Al Viro | 2014-05-06 | 1 | -4/+4 |
| * | | new helper: generic_file_read_iter() | Al Viro | 2014-05-06 | 1 | -14/+1 |
| * | | ceph_aio_read(): keep iov_iter across retries | Al Viro | 2014-05-06 | 1 | -6/+8 |
| * | | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | | kill generic_segment_checks() | Al Viro | 2014-05-06 | 1 | -10/+3 |
| * | | kill iov_iter_copy_from_user() | Al Viro | 2014-05-06 | 1 | -2/+1 |
| |/ |
|
* | | fs/ceph/debugfs.c: replace seq_printf by seq_puts | Fabian Frederick | 2014-06-06 | 1 | -3/+3 |
* | | fs/ceph: replace pr_warning by pr_warn | Fabian Frederick | 2014-06-06 | 4 | -6/+6 |
* | | locks: ensure that fl_owner is always initialized properly in flock and lease... | Jeff Layton | 2014-06-02 | 1 | -8/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-05-05 | 6 | -72/+39 |
|\ |
|
| * | ceph: reserve caps for file layout/lock MDS requests | Yan, Zheng | 2014-04-28 | 2 | -0/+4 |
| * | ceph: avoid releasing caps that are being used | Yan, Zheng | 2014-04-28 | 1 | -1/+1 |
| * | ceph: clear directory's completeness when creating file | Yan, Zheng | 2014-04-28 | 3 | -60/+21 |
| * | ceph: use fpos_cmp() to compare dentry positions | Yan, Zheng | 2014-04-28 | 1 | -1/+1 |
| * | ceph: check directory's completeness before emitting directory entry | Yan, Zheng | 2014-04-28 | 1 | -10/+12 |
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-20 | 1 | -3/+0 |
|\ \ |
|
| * | | fs: disallow all fallocate operation on active swapfile | Lukas Czerner | 2014-04-12 | 1 | -3/+0 |
* | | | ceph: fix pr_fmt() redefinition | Linus Torvalds | 2014-04-12 | 1 | -2/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 1 | -5/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure | Al Viro | 2014-04-12 | 1 | -2/+2 |
| * | | ceph_aio_write(): switch to generic_perform_write() | Al Viro | 2014-04-01 | 1 | -2/+5 |
| * | | kill the 5th argument of generic_file_buffered_write() | Al Viro | 2014-04-01 | 1 | -2/+1 |
| |/ |
|
* | | ceph: skip invalid dentry during dcache readdir | Yan, Zheng | 2014-04-06 | 1 | -5/+8 |
* | | ceph: flush cap release queue when trimming session caps | Yan, Zheng | 2014-04-04 | 1 | -0/+3 |
* | | ceph: don't grabs open file reference for aborted request | Yan, Zheng | 2014-04-04 | 1 | -1/+1 |
* | | ceph: drop extra open file reference in ceph_atomic_open() | Yan, Zheng | 2014-04-04 | 1 | -1/+2 |
* | | ceph: preallocate buffer for readdir reply | Yan, Zheng | 2014-04-04 | 3 | -21/+59 |
* | | ceph: don't include ceph.{file,dir}.layout vxattr in listxattr() | Yan, Zheng | 2014-04-04 | 1 | -2/+2 |
* | | ceph: check buffer size in ceph_vxattrcb_layout() | Yan, Zheng | 2014-04-04 | 1 | -9/+25 |
* | | ceph: fix null pointer dereference in discard_cap_releases() | Yan, Zheng | 2014-04-04 | 1 | -9/+12 |
* | | ceph: Remove get/set acl on symlinks | Fabian Frederick | 2014-04-04 | 1 | -2/+0 |