| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'xfs-4.7-misc-fixes' into for-next | Dave Chinner | 2016-05-20 | 10 | -29/+32 |
|\ |
|
| * | xfs: mute some sparse warnings | Eryu Guan | 2016-04-06 | 3 | -2/+4 |
| * | xfs: improve kmem_realloc | Christoph Hellwig | 2016-04-06 | 5 | -21/+20 |
| * | xfs: Add caller function output to xfs_log_force tracepoint | Carlos Maiolino | 2016-04-06 | 2 | -6/+8 |
* | | Merge branch 'xfs-4.7-cleanup-attr-listent' into for-next | Dave Chinner | 2016-05-20 | 3 | -67/+39 |
|\ \ |
|
| * | | xfs: collapse cases in xfs_attr3_leaf_list_int | Eric Sandeen | 2016-04-06 | 1 | -17/+17 |
| * | | xfs: remove put_value from attr ->put_listent context | Eric Sandeen | 2016-04-06 | 2 | -29/+3 |
| * | | xfs: don't pass value into attr ->put_listent | Eric Sandeen | 2016-04-06 | 3 | -15/+8 |
| * | | xfs: only return -errno or success from attr ->put_listent | Eric Sandeen | 2016-04-06 | 3 | -9/+14 |
| |/ |
|
* | | Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next | Dave Chinner | 2016-05-20 | 10 | -85/+125 |
|\ \ |
|
| * | | xfs: optimize inline symlinks | Christoph Hellwig | 2016-04-06 | 4 | -15/+49 |
| * | | xfs: use ->readlink to implement the readlink_by_handle ioctl | Christoph Hellwig | 2016-04-06 | 2 | -17/+2 |
| * | | xfs: set up inode operation vectors later | Christoph Hellwig | 2016-04-06 | 3 | -23/+42 |
| * | | xfs: factor out a helper to initialize a local format inode fork | Christoph Hellwig | 2016-04-06 | 4 | -34/+36 |
| |/ |
|
* | | Merge branch 'xfs-4.7-trans-type-cleanup' into for-next | Dave Chinner | 2016-05-20 | 28 | -508/+200 |
|\ \ |
|
| * | | xfs: remove transaction types | Christoph Hellwig | 2016-04-06 | 8 | -162/+10 |
| * | | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 2016-04-06 | 22 | -347/+191 |
| |/ |
|
* | | Merge branch 'xfs-4.7-writeback-bio' into for-next | Dave Chinner | 2016-05-20 | 3 | -191/+184 |
|\ \ |
|
| * | | xfs: fix warning in xfs_finish_page_writeback for non-debug builds | Christoph Hellwig | 2016-05-20 | 1 | -3/+2 |
| * | | xfs: optimize bio handling in the buffer writeback path | Christoph Hellwig | 2016-04-06 | 3 | -165/+123 |
| * | | xfs: don't release bios on completion immediately | Dave Chinner | 2016-04-06 | 2 | -29/+71 |
| * | | xfs: build bios directly in xfs_add_to_ioend | Dave Chinner | 2016-04-06 | 2 | -38/+32 |
| |/ |
|
* | | xfs: add missing break in xfs_parseargs() | Eryu Guan | 2016-04-06 | 1 | -0/+1 |
* | | xfs: Don't wrap growfs AGFL indexes | Dave Chinner | 2016-04-06 | 1 | -2/+2 |
* | | xfs: disallow rw remount on fs with unknown ro-compat features | Eric Sandeen | 2016-04-06 | 1 | -0/+10 |
|/ |
|
* | Linux 4.6-rc1v4.6-rc1 | Linus Torvalds | 2016-03-26 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-03-26 | 22 | -519/+811 |
|\ |
|
| * | libceph: use KMEM_CACHE macro | Geliang Tang | 2016-03-25 | 1 | -8/+2 |
| * | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 | 2 | -2/+2 |
| * | rbd: use KMEM_CACHE macro | Geliang Tang | 2016-03-25 | 1 | -8/+2 |
| * | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 | 2 | -0/+35 |
| * | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 2016-03-25 | 2 | -20/+5 |
| * | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 8 | -11/+125 |
| * | ceph: don't request vxattrs from MDS | Yan, Zheng | 2016-03-25 | 1 | -2/+4 |
| * | ceph: fix mounting same fs multiple times | Yan, Zheng | 2016-03-25 | 1 | -18/+15 |
| * | ceph: remove unnecessary NULL check | Yan, Zheng | 2016-03-25 | 1 | -2/+2 |
| * | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng | 2016-03-25 | 1 | -0/+4 |
| * | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-03-25 | 1 | -2/+7 |
| * | libceph: use sizeof_footer() more | Ilya Dryomov | 2016-03-25 | 1 | -16/+3 |
| * | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 | 4 | -34/+6 |
| * | ceph: fix a wrong comparison | Anton Protopopov | 2016-03-25 | 1 | -1/+1 |
| * | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 4 | -6/+6 |
| * | ceph: scattered page writeback | Yan, Zheng | 2016-03-25 | 1 | -109/+196 |
| * | libceph: add helper that duplicates last extent operation | Yan, Zheng | 2016-03-25 | 2 | -0/+24 |
| * | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 2016-03-25 | 3 | -19/+32 |
| * | libceph: osdc->req_mempool should be backed by a slab pool | Ilya Dryomov | 2016-03-25 | 1 | -2/+2 |
| * | libceph: make r_request msg_size calculation clearer | Ilya Dryomov | 2016-03-25 | 1 | -10/+11 |
| * | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng | 2016-03-25 | 3 | -5/+6 |
| * | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov | 2016-03-25 | 2 | -7/+7 |
| * | ceph: remove useless BUG_ON | Yan, Zheng | 2016-03-25 | 1 | -2/+0 |