Age | Commit message (Expand) | Author | Files | Lines |
2019-07-08 | ceph: handle change_attr in cap messages | Jeff Layton | 3 | -9/+13 |
2019-07-08 | ceph: add change_attr field to ceph_inode_info | Jeff Layton | 3 | -2/+8 |
2019-07-08 | iversion: add a routine to update a raw value with a larger one | Jeff Layton | 1 | -0/+24 |
2019-07-08 | ceph: allow querying of STATX_BTIME in ceph_getattr | Jeff Layton | 1 | -3/+13 |
2019-07-08 | libceph: turn on CEPH_FEATURE_MSG_ADDR2 | Jeff Layton | 1 | -0/+1 |
2019-07-08 | ceph: handle btime in cap messages | Jeff Layton | 3 | -7/+14 |
2019-07-08 | ceph: add btime field to ceph_inode_info | Jeff Layton | 4 | -8/+17 |
2019-07-08 | libceph: rename ceph_encode_addr to ceph_encode_banner_addr | Jeff Layton | 2 | -5/+5 |
2019-07-08 | libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE | Jeff Layton | 3 | -14/+18 |
2019-07-08 | ceph: fix decode_locker to use ceph_decode_entity_addr | Jeff Layton | 1 | -2/+5 |
2019-07-08 | ceph: have MDS map decoding use entity_addr_t decoder | Jeff Layton | 1 | -4/+8 |
2019-07-08 | libceph: correctly decode ADDR2 addresses in incremental OSD maps | Jeff Layton | 1 | -5/+10 |
2019-07-08 | libceph: fix watch_item_t decoding to use ceph_decode_entity_addr | Jeff Layton | 1 | -7/+13 |
2019-07-08 | libceph: switch osdmap decoding to use ceph_decode_entity_addr | Jeff Layton | 1 | -8/+8 |
2019-07-08 | libceph: ADDR2 support for monmap | Jeff Layton | 2 | -9/+13 |
2019-07-08 | libceph: add ceph_decode_entity_addr | Jeff Layton | 3 | -1/+93 |
2019-07-08 | libceph: fix sa_family just after reading address | Jeff Layton | 1 | -3/+2 |
2019-07-08 | ceph: remove request from waiting list before unregister | Yan, Zheng | 1 | -0/+2 |
2019-07-08 | ceph: don't blindly unregister session that is in opening state | Yan, Zheng | 1 | -33/+26 |
2019-07-08 | ceph: fix infinite loop in get_quota_realm() | Yan, Zheng | 1 | -2/+13 |
2019-07-08 | ceph: add selinux support | Yan, Zheng | 7 | -17/+173 |
2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng | 5 | -52/+55 |
2019-07-08 | ceph: fix debug print format in __set_xattr() | Yan, Zheng | 1 | -2/+2 |
2019-07-08 | ceph: fix warning PTR_ERR_OR_ZERO can be used | Hariprasad Kelam | 1 | -1/+1 |
2019-07-08 | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng | 3 | -6/+8 |
2019-07-08 | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng | 3 | -16/+16 |
2019-07-08 | ceph: use READ_ONCE to access d_parent in RCU critical section | Yan, Zheng | 1 | -2/+2 |
2019-07-08 | ceph: fix dir_lease_is_valid() | Yan, Zheng | 1 | -9/+17 |
2019-07-08 | ceph: close race between d_name_cmp() and update_dentry_lease() | Yan, Zheng | 1 | -76/+88 |
2019-07-08 | ceph: fix improper use of smp_mb__before_atomic() | Andrea Parri | 1 | -1/+6 |
2019-07-08 | ceph: fix "ceph.dir.rctime" vxattr value | David Disseldorp | 1 | -1/+1 |
2019-07-08 | ceph: remove unused vxattr length helpers | David Disseldorp | 3 | -50/+2 |
2019-07-08 | ceph: fix listxattr vxattr buffer length calculation | David Disseldorp | 1 | -24/+30 |
2019-07-08 | ceph: add ceph.snap.btime vxattr | David Disseldorp | 1 | -0/+27 |
2019-07-08 | ceph: carry snapshot creation time with inodes | David Disseldorp | 4 | -0/+13 |
2019-07-08 | ceph: clean up ceph.dir.pin vxattr name sizeof() | David Disseldorp | 1 | -1/+1 |
2019-07-08 | ceph: silence a checker warning in mdsc_show() | Dan Carpenter | 1 | -1/+1 |
2019-07-08 | libceph: remove ceph_get_direct_page_vector() | Christoph Hellwig | 2 | -37/+0 |
2019-07-08 | Linux 5.2v5.2 | Linus Torvalds | 1 | -1/+1 |
2019-07-06 | Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+7 |
2019-07-06 | Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -15/+29 |
2019-07-06 | Merge tag 'dmaengine-fix-5.2' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 3 | -25/+35 |
2019-07-06 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2 | -9/+9 |
2019-07-06 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+0 |
2019-07-06 | blk-mq: fix up placement of debugfs directory of queue files | Greg Kroah-Hartman | 1 | -0/+7 |
2019-07-06 | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds | 8 | -82/+94 |
2019-07-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -15/+26 |
2019-07-06 | Merge tag 'mtd/fixes-for-5.2-final' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -39/+22 |
2019-07-06 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2019-07-06 | Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -2/+7 |