summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-07-281-7/+5
* ceph: Mark the file cache as unreclaimableNikolay Borisov2016-07-281-2/+2
* ceph: optimize cap flush waitingYan, Zheng2016-07-283-27/+73
* ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-283-88/+105
* ceph: kick cap flushes before sending other cap messageYan, Zheng2016-07-281-9/+34
* ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-283-15/+36
* ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-282-1/+18
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-285-222/+175
* ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-285-118/+56
* ceph: update types of some local variblesYan, Zheng2016-07-281-11/+12
* ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng2016-07-281-1/+16
* ceph: update cap reconnect message to version 3Yan, Zheng2016-07-281-21/+47
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-284-17/+117
* libceph: fsmap.user subscription supportYan, Zheng2016-07-283-4/+8
* ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton2016-07-281-6/+14
* ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton2016-07-281-15/+26
* ceph: clear d_fsinfo pointer under d_lockJeff Layton2016-07-281-1/+5
* ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-282-45/+0
* ceph: don't use ->d_timeMiklos Szeredi2016-07-284-8/+8
* ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King2016-07-281-1/+1
* ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng2016-07-281-1/+1
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-285-48/+61
* ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng2016-07-281-2/+5
* ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-285-23/+36
* ceph: set user pages dirty after direct IO readYan, Zheng2016-07-281-2/+2
* ceph: rados pool namespace supportYan, Zheng2016-07-288-77/+159
* libceph: make sure redirect does not change namespaceYan, Zheng2016-07-281-0/+15
* libceph: rados pool namespace supportYan, Zheng2016-07-287-20/+92
* libceph: introduce reference counted stringYan, Zheng2016-07-285-1/+177
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-2812-89/+103
* libceph: add start en/decoding block helpersIlya Dryomov2016-07-281-0/+54
* libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-07-282-1/+6
* libceph: fix some missing includesIlya Dryomov2016-07-284-1/+3
* Linux 4.7v4.7Linus Torvalds2016-07-241-1/+1
* Merge tag 'ceph-for-4.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2016-07-241-43/+113
|\
| * libceph: apply new_state before new_up_client on incrementalsIlya Dryomov2016-07-221-43/+113
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-07-2364-320/+850
|\ \
| * | packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh2016-07-221-3/+1
| * | net/mlx5e: Fix del vxlan port command buffer memsetSaeed Mahameed2016-07-211-2/+2
| * | packet: fix second argument of sock_tx_timestamp()Yoshihiro Shimoda2016-07-201-3/+3
| * | net: switchdev: change ageing_time type to clock_tVivien Didelot2016-07-201-1/+1
| * | Update maintainer for EHEA driver.Douglas Miller2016-07-201-1/+1
| * | Merge branch 'mlx4-fixes'David S. Miller2016-07-204-40/+136
| |\ \
| | * | net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev2016-07-203-37/+132
| | * | net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev2016-07-202-3/+4
| |/ /
| * | sctp: load transport header after sk_filterWillem de Bruijn2016-07-191-4/+1
| * | net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov2016-07-191-2/+4
| * | net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndataFlorian Fainelli2016-07-171-4/+5
| * | net: nb8800: Fix SKB leak in nb8800_receive()Florian Fainelli2016-07-171-0/+1
| * | et131x: Fix logical vs bitwise check in et131x_tx_timeout()Florian Fainelli2016-07-171-1/+1