| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | block: Add bdev_dax_supported() for dax mount checks | Toshi Kani | 2016-05-17 | 1 | -0/+45 |
| * | | | | block: Add vfs_msg() interface | Toshi Kani | 2016-05-17 | 1 | -0/+12 |
| * | | | | dax: Remove redundant inode size checks | Jan Kara | 2016-05-17 | 1 | -59/+1 |
| * | | | | dax: Remove pointless writeback from dax_do_io() | Jan Kara | 2016-05-17 | 1 | -9/+1 |
| * | | | | dax: Remove zeroing from dax_io() | Jan Kara | 2016-05-17 | 1 | -18/+10 |
| * | | | | dax: Remove dead zeroing code from fault handlers | Jan Kara | 2016-05-17 | 1 | -15/+2 |
| * | | | | ext2: Avoid DAX zeroing to corrupt data | Jan Kara | 2016-05-17 | 1 | -2/+2 |
| * | | | | ext2: Fix block zeroing in ext2_get_blocks() for DAX | Jan Kara | 2016-05-17 | 1 | -1/+1 |
| * | | | | dax: Remove complete_unwritten argument | Jan Kara | 2016-05-17 | 5 | -44/+18 |
| * | | | | DAX: move RADIX_DAX_ definitions to dax.c | NeilBrown | 2016-05-17 | 1 | -0/+9 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-05-26 | 14 | -418/+773 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | ceph: fix wake_up_session_cb() | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
| * | | | | ceph: don't use truncate_pagecache() to invalidate read cache | Yan, Zheng | 2016-05-26 | 2 | -5/+7 |
| * | | | | ceph: SetPageError() for writeback pages if writepages fails | Yan, Zheng | 2016-05-26 | 1 | -1/+3 |
| * | | | | ceph: handle interrupted ceph_writepage() | Yan, Zheng | 2016-05-26 | 1 | -4/+18 |
| * | | | | ceph: make ceph_update_writeable_page() uninterruptible | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
| * | | | | ceph: handle -EAGAIN returned by ceph_update_writeable_page() | Yan, Zheng | 2016-05-26 | 1 | -13/+15 |
| * | | | | ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM | Yan, Zheng | 2016-05-26 | 1 | -20/+17 |
| * | | | | ceph: block non-fatal signals for fault/page_mkwrite | Yan, Zheng | 2016-05-26 | 1 | -27/+39 |
| * | | | | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 2016-05-26 | 2 | -2/+2 |
| * | | | | ceph: tolerate bad i_size for symlink inode | Yan, Zheng | 2016-05-26 | 1 | -7/+15 |
| * | | | | ceph: improve fragtree change detection | Yan, Zheng | 2016-05-26 | 2 | -4/+21 |
| * | | | | ceph: keep leaf frag when updating fragtree | Yan, Zheng | 2016-05-26 | 1 | -5/+23 |
| * | | | | ceph: fix dir_auth check in ceph_fill_dirfrag() | Yan, Zheng | 2016-05-26 | 1 | -0/+3 |
| * | | | | ceph: don't assume frag tree splits in mds reply are sorted | Yan, Zheng | 2016-05-26 | 1 | -0/+13 |
| * | | | | ceph: fix inode reference leak | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
| * | | | | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 5 | -47/+135 |
| * | | | | ceph: don't forbid marking directory complete after forward seek | Yan, Zheng | 2016-05-26 | 1 | -5/+0 |
| * | | | | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 5 | -29/+59 |
| * | | | | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-26 | 3 | -3/+8 |
| * | | | | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 4 | -52/+50 |
| * | | | | ceph: simplify 'offset in frag' | Yan, Zheng | 2016-05-26 | 2 | -13/+4 |
| * | | | | ceph: remove unnecessary checks in __dcache_readdir | Yan, Zheng | 2016-05-26 | 1 | -2/+0 |
| * | | | | ceph: search cache postion for dcache readdir | Yan, Zheng | 2016-05-26 | 1 | -46/+83 |
| * | | | | ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr | Yan, Zheng | 2016-05-26 | 1 | -6/+11 |
| * | | | | ceph: report mount root in session metadata | Yan, Zheng | 2016-05-26 | 3 | -15/+23 |
| * | | | | ceph: don't show symlink target in debugfs/mdsc | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
| * | | | | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 2016-05-26 | 3 | -9/+38 |
| * | | | | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-05-26 | 4 | -11/+93 |
| * | | | | ceph: CEPH_FEATURE_MDSENC support | Yan, Zheng | 2016-05-26 | 2 | -12/+36 |
| * | | | | ceph: multiple filesystem support | Yan, Zheng | 2016-05-26 | 2 | -0/+10 |
| * | | | | libceph: a major OSD client update | Ilya Dryomov | 2016-05-26 | 2 | -8/+8 |
| * | | | | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 2016-05-26 | 2 | -2/+3 |
| * | | | | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 2016-05-26 | 2 | -9/+7 |
| * | | | | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2016-05-26 | 2 | -23/+9 |
| * | | | | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 2016-05-26 | 2 | -2/+2 |
| * | | | | libceph: rename ceph_calc_pg_primary() | Ilya Dryomov | 2016-05-26 | 1 | -1/+1 |
| * | | | | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov | 2016-05-26 | 1 | -1/+1 |
| * | | | | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 2016-05-26 | 1 | -41/+13 |
| * | | | | libceph: variable-sized ceph_object_id | Ilya Dryomov | 2016-05-26 | 3 | -6/+4 |